浏览代码

add ambient light test godot project

Jason0214 7 年之前
父节点
当前提交
6e54c1e8cb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/godot_project/default_env.tres

+ 2 - 2
tests/godot_project/default_env.tres

@@ -26,10 +26,10 @@ background_mode = 2
 background_sky = SubResource( 1 )
 background_sky_custom_fov = 0.0
 background_color = Color( 0, 0, 0, 1 )
-background_energy = 0.0
+background_energy = 1.0
 background_canvas_max_layer = 0
 ambient_light_color = Color( 0, 0, 0, 1 )
-ambient_light_energy = 0.0
+ambient_light_energy = 1.0
 ambient_light_sky_contribution = 1.0
 fog_enabled = false
 fog_color = Color( 0.5, 0.6, 0.7, 1 )