mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 04:01:16 +00:00
Wall Fan
This commit is contained in:
parent
4abf28066a
commit
7ac03f5029
16 changed files with 2898 additions and 717 deletions
15
3D/Scenes/Lights/OmniLight3DSpecial.tscn
Normal file
15
3D/Scenes/Lights/OmniLight3DSpecial.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_scene format=3 uid="uid://cnnm5cqi1xfoc"]
|
||||
|
||||
[node name="OmniLight3dSpecial" type="OmniLight3D"]
|
||||
|
||||
[node name="SpotLight3D" type="SpotLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0)
|
||||
shadow_enabled = true
|
||||
spot_angle = 75.0
|
||||
spot_angle_attenuation = 0.1
|
||||
|
||||
[node name="SpotLight3D2" type="SpotLight3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0)
|
||||
light_negative = true
|
||||
spot_angle = 75.0
|
||||
spot_angle_attenuation = 0.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue