diff options
| author | J08nY | 2017-04-23 02:11:28 +0200 |
|---|---|---|
| committer | J08nY | 2017-04-23 02:11:28 +0200 |
| commit | 04a7806aafe210aeefcd80f74d78c8d4420c54e2 (patch) | |
| tree | 4cd9935e74661e8308b0071219b601dab704cd6d /world.tscn | |
| parent | dd857ee3bb9fb07c260f51ab4669944d48324eea (diff) | |
| download | ld38-04a7806aafe210aeefcd80f74d78c8d4420c54e2.tar.gz ld38-04a7806aafe210aeefcd80f74d78c8d4420c54e2.tar.zst ld38-04a7806aafe210aeefcd80f74d78c8d4420c54e2.zip | |
Thats it for tonight, got some good work in, lets see what tomorrow brings
Diffstat (limited to '')
| -rw-r--r-- | world.tscn | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -6,9 +6,9 @@ script = ExtResource( 1 ) -[node name="OmniLight" type="OmniLight" parent="."] +[node name="spot" type="SpotLight" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 20, 0 ) +transform = Transform( 1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 20, 0 ) layers = 1 light_color = Color( 0.819993, 0.824219, 0.283325, 1 ) light_energy = 3.0 @@ -21,14 +21,14 @@ shadow_bias = 5.0 shadow_contact = 0.0 shadow_max_distance = 45.0 editor_only = false -omni_range = 45.0 -omni_attenuation = 1.0 -omni_shadow_mode = 1 -omni_shadow_detail = 1 +spot_range = 30.0 +spot_attenuation = 1.0 +spot_angle = 35.0 +spot_angle_attenuation = 1.0 [node name="point" type="Camera" parent="."] -transform = Transform( -3.09086e-08, -0.707107, 0.707107, -1.28028e-08, 0.707107, 0.707107, -1, 1.28028e-08, -3.09086e-08, 2.2, 3, 0 ) +transform = Transform( -3.09086e-08, -0.707107, 0.707107, -1.28028e-08, 0.707107, 0.707107, -1, 1.28028e-08, -3.09086e-08, 2, 3, 0 ) projection = 0 fov = 60.0 near = 0.1 |
