1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00
Files
godot/servers/visual/portals/SCsub
lawnjelly eb6f98ec55 Portal occlusion culling
Adds support for occlusion culling via rooms and portals.
2021-07-14 11:43:23 +01:00

6 lines
89 B
Python

#!/usr/bin/env python
Import("env")
env.add_source_files(env.servers_sources, "*.cpp")