1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Move clustered renderer functionality

This commit is contained in:
Bastiaan Olij
2021-03-23 21:46:31 +11:00
parent ccdcb29df1
commit dad40fa2df
12 changed files with 1232 additions and 1084 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python
Import("env")
env.add_source_files(env.servers_sources, "*.cpp")