Split GI effects and fix stereoscopic rendering of GI effects

This commit is contained in:
Bastiaan Olij 2022-05-20 12:52:19 +10:00
parent c18d0f2035
commit 997810e417
52 changed files with 2149 additions and 1275 deletions

View file

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