-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAttenuationTest.tscn
53 lines (42 loc) · 1.49 KB
/
AttenuationTest.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[gd_scene load_steps=3 format=2]
[sub_resource type="SpatialMaterial" id=1]
[sub_resource type="Environment" id=2]
background_mode = 1
ambient_light_energy = 0.0
ambient_light_sky_contribution = 0.0
tonemap_white = 16.0
[node name="Spatial" type="Spatial"]
[node name="OmniLight" type="OmniLight" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.3, 0 )
light_energy = 0.0
light_inverse_square = true
[node name="CSGBox" type="CSGBox" parent="."]
width = 1.0
height = 1.0
depth = 1.0
material = SubResource( 1 )
[node name="OmniLight3" type="OmniLight" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 1.3, 0 )
visible = false
light_energy = 16.0
omni_range = 1.0
omni_attenuation = 1.41421
[node name="CSGBox3" type="CSGBox" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 0, 0 )
width = 1.0
height = 1.0
depth = 1.0
material = SubResource( 1 )
[node name="OmniLight2" type="SpotLight" parent="."]
transform = Transform( 1.91069e-15, 1, 4.37114e-08, 4.37114e-08, -4.37114e-08, 1, 1, 0, -4.37114e-08, 0.5, 3.2, 0 )
light_inverse_square = true
[node name="CSGBox2" type="CSGBox" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 1.9, 0, 0 )
width = 1.0
height = 1.0
depth = 1.0
material = SubResource( 1 )
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
environment = SubResource( 2 )
[node name="DirectionalLight" type="DirectionalLight" parent="."]
transform = Transform( -4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 5, 0 )