shuvit 5 년 전
부모
커밋
8765d51031
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      scene_init.py

+ 5
- 0
scene_init.py 파일 보기

@@ -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…
취소
저장