shuvit 6 years ago
parent
commit
8b808d7fe1
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      scene_init.py

+ 12
- 0
scene_init.py View File

@@ -61,6 +61,18 @@ def main():
61 61
         #main.mistIntensity = .9
62 62
         #main.mistStart = 1
63 63
         #main.mistDistance = 5
64
+    elif level == 'pats':
65
+        print('setting color of', curscene)
66
+        main.world.zenithColor = [1.0, .9, .975, 0]
67
+        main.world.horizonColor = [.42, .555, .823, 0]  
68
+        cam['BC_BRIGHTNESS'] = 1.35
69
+        cam['BC_CONTRAST'] = 1.3 
70
+        cam['avgL'] = .6
71
+        cam['HDRamount'] = .45                 
72
+        #main.mistEnable = True
73
+        #main.mistIntensity = .9
74
+        #main.mistStart = 1
75
+        #main.mistDistance = 5        
64 76
     else:
65 77
         cam['BC_BRIGHTNESS'] = 1.0   
66 78
         cam['BC_CONTRAST'] = 1.0

Loading…
Cancel
Save