gobo light projected texture
This commit is contained in:
parent
b87c36273e
commit
c8aedadc49
4 changed files with 44 additions and 4 deletions
BIN
Models/Props/CECGOBO.png
Normal file
BIN
Models/Props/CECGOBO.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 382 KiB |
34
Models/Props/CECGOBO.png.import
Normal file
34
Models/Props/CECGOBO.png.import
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://c3orc2ig7n2rc"
|
||||||
|
path="res://.godot/imported/CECGOBO.png-98b1870e11baaf8b981104c23a1698e6.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://Models/Props/CECGOBO.png"
|
||||||
|
dest_files=["res://.godot/imported/CECGOBO.png-98b1870e11baaf8b981104c23a1698e6.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=1
|
||||||
|
compress/normal_map=0
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=1
|
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=25 format=3 uid="uid://bl4wyf7wq84i"]
|
[gd_scene load_steps=26 format=3 uid="uid://bl4wyf7wq84i"]
|
||||||
|
|
||||||
[ext_resource type="PackedScene" uid="uid://doxu4tb5jfoqp" path="res://Models/Animatronics/Cyberamics/Cyber Munch.glb" id="1_3gw4q"]
|
[ext_resource type="PackedScene" uid="uid://doxu4tb5jfoqp" path="res://Models/Animatronics/Cyberamics/Cyber Munch.glb" id="1_3gw4q"]
|
||||||
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="1_bg74u"]
|
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="1_bg74u"]
|
||||||
|
@ -23,6 +23,7 @@
|
||||||
[ext_resource type="PackedScene" uid="uid://dsh7xdswaqkm3" path="res://Models/Stages/1-Stage/Illum/1StageIllum-DrumHead.glb" id="21_uoo35"]
|
[ext_resource type="PackedScene" uid="uid://dsh7xdswaqkm3" path="res://Models/Stages/1-Stage/Illum/1StageIllum-DrumHead.glb" id="21_uoo35"]
|
||||||
[ext_resource type="PackedScene" uid="uid://75qn68fu5a7l" path="res://Models/Stages/1-Stage/Illum/1StageIllum-FiberCurtain.glb" id="22_uofta"]
|
[ext_resource type="PackedScene" uid="uid://75qn68fu5a7l" path="res://Models/Stages/1-Stage/Illum/1StageIllum-FiberCurtain.glb" id="22_uofta"]
|
||||||
[ext_resource type="PackedScene" uid="uid://chhs7d280p7k7" path="res://Models/Stages/1-Stage/Illum/1StageIllum-RopeLights.glb" id="23_2helq"]
|
[ext_resource type="PackedScene" uid="uid://chhs7d280p7k7" path="res://Models/Stages/1-Stage/Illum/1StageIllum-RopeLights.glb" id="23_2helq"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://c3orc2ig7n2rc" path="res://Models/Props/CECGOBO.png" id="24_fsllk"]
|
||||||
|
|
||||||
[sub_resource type="Environment" id="Environment_w3m2i"]
|
[sub_resource type="Environment" id="Environment_w3m2i"]
|
||||||
ambient_light_source = 1
|
ambient_light_source = 1
|
||||||
|
@ -335,9 +336,11 @@ visible = false
|
||||||
visible = false
|
visible = false
|
||||||
|
|
||||||
[node name="Gobo Light" type="SpotLight3D" parent="Special"]
|
[node name="Gobo Light" type="SpotLight3D" parent="Special"]
|
||||||
transform = Transform3D(1, 0, 0, 0, 0.948324, 0.317305, 0, -0.317305, 0.948324, 0, 3.7, 5)
|
transform = Transform3D(1, 0, 0, 0, 0.93029, 0.366826, 0, -0.366826, 0.93029, 0, 3.7, 4)
|
||||||
visible = false
|
visible = false
|
||||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||||
|
light_projector = ExtResource("24_fsllk")
|
||||||
|
shadow_enabled = true
|
||||||
spot_range = 6.0
|
spot_range = 6.0
|
||||||
spot_attenuation = -1.0
|
spot_attenuation = -1.0
|
||||||
spot_angle = 10.0
|
spot_angle = 10.0
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=28 format=3 uid="uid://b6rem1te85htp"]
|
[gd_scene load_steps=29 format=3 uid="uid://b6rem1te85htp"]
|
||||||
|
|
||||||
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="1_8m4fm"]
|
[ext_resource type="PackedScene" uid="uid://ddqduheks5ltu" path="res://Models/GenericRooms/1-Stage/1StageGenericRoom.glb" id="1_8m4fm"]
|
||||||
[ext_resource type="PackedScene" uid="uid://bf4aq55iy3yey" path="res://Models/Stages/1-Stage/1StageGeneric.glb" id="2_ncqi6"]
|
[ext_resource type="PackedScene" uid="uid://bf4aq55iy3yey" path="res://Models/Stages/1-Stage/1StageGeneric.glb" id="2_ncqi6"]
|
||||||
|
@ -24,6 +24,7 @@
|
||||||
[ext_resource type="PackedScene" uid="uid://dsh7xdswaqkm3" path="res://Models/Stages/1-Stage/Illum/1StageIllum-DrumHead.glb" id="19_6rkbs"]
|
[ext_resource type="PackedScene" uid="uid://dsh7xdswaqkm3" path="res://Models/Stages/1-Stage/Illum/1StageIllum-DrumHead.glb" id="19_6rkbs"]
|
||||||
[ext_resource type="PackedScene" uid="uid://75qn68fu5a7l" path="res://Models/Stages/1-Stage/Illum/1StageIllum-FiberCurtain.glb" id="20_xpgff"]
|
[ext_resource type="PackedScene" uid="uid://75qn68fu5a7l" path="res://Models/Stages/1-Stage/Illum/1StageIllum-FiberCurtain.glb" id="20_xpgff"]
|
||||||
[ext_resource type="PackedScene" uid="uid://chhs7d280p7k7" path="res://Models/Stages/1-Stage/Illum/1StageIllum-RopeLights.glb" id="21_xsano"]
|
[ext_resource type="PackedScene" uid="uid://chhs7d280p7k7" path="res://Models/Stages/1-Stage/Illum/1StageIllum-RopeLights.glb" id="21_xsano"]
|
||||||
|
[ext_resource type="Texture2D" uid="uid://c3orc2ig7n2rc" path="res://Models/Props/CECGOBO.png" id="22_1oq0m"]
|
||||||
|
|
||||||
[sub_resource type="Environment" id="Environment_0tsrs"]
|
[sub_resource type="Environment" id="Environment_0tsrs"]
|
||||||
ambient_light_source = 1
|
ambient_light_source = 1
|
||||||
|
@ -377,9 +378,11 @@ visible = false
|
||||||
visible = false
|
visible = false
|
||||||
|
|
||||||
[node name="Gobo Light" type="SpotLight3D" parent="Special"]
|
[node name="Gobo Light" type="SpotLight3D" parent="Special"]
|
||||||
transform = Transform3D(1, 0, 0, 0, 0.948324, 0.317305, 0, -0.317305, 0.948324, 0, 3.7, 5)
|
transform = Transform3D(1, 0, 0, 0, 0.93029, 0.366826, 0, -0.366826, 0.93029, 0, 3.7, 4)
|
||||||
visible = false
|
visible = false
|
||||||
light_color = Color(1, 0.960784, 0.85098, 1)
|
light_color = Color(1, 0.960784, 0.85098, 1)
|
||||||
|
light_projector = ExtResource("22_1oq0m")
|
||||||
|
shadow_enabled = true
|
||||||
spot_range = 6.0
|
spot_range = 6.0
|
||||||
spot_attenuation = -1.0
|
spot_attenuation = -1.0
|
||||||
spot_angle = 10.0
|
spot_angle = 10.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue