shuvit 5 years ago
parent
commit
8765d51031
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      scene_init.py

+ 5
- 0
scene_init.py View File

@@ -67,6 +67,11 @@ def main():
67 67
         cam['BC_BRIGHTNESS'] = .85
68 68
         cam['BC_CONTRAST'] = 1.1  
69 69
         
70
+    elif level == 'sc':
71
+        print('setting color of', curscene)
72
+        curscene.world.zenithColor = [.23, .23, .25, 1] #[0.1,.2,.4,.5]#[.58, .86, 1.0, 0] #[.3, 0.3, 0.3, 0]
73
+        curscene.world.horizonColor = [.1, .15, .3, 1] #[0.1,0,0,1] #[.58, .86, 1.0, 1]         
74
+        
70 75
     elif level == 'garage18':
71 76
         print('setting color of', curscene)
72 77
         curscene.world.zenithColor = [0, 0.0, 0.0, 0]

Loading…
Cancel
Save