diff --git a/camera-effects.tscn b/camera-effects.tscn new file mode 100644 index 0000000..e82a07b --- /dev/null +++ b/camera-effects.tscn @@ -0,0 +1,31 @@ +[gd_scene load_steps=4 format=3 uid="uid://18cjinf3642k"] + +[sub_resource type="Environment" id="Environment_tln01"] +glow_blend_mode = 4 + +[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_u8hyj"] +albedo_color = Color(0.337255, 0.890196, 0.207843, 1) + +[sub_resource type="PlaneMesh" id="PlaneMesh_wx71g"] +material = SubResource("StandardMaterial3D_u8hyj") +size = Vector2(20, 20) + +[node name="Node3D" type="Node3D"] + +[node name="Camera3D" type="Camera3D" parent="."] +transform = Transform3D(0.707107, -0.40558, 0.579228, 0, 0.819152, 0.573576, -0.707107, -0.40558, 0.579228, 30, 30, 30) +environment = SubResource("Environment_tln01") +projection = 1 +current = true +fov = 3.8 +size = 3.0 + +[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 0.5, 0.866025, 0, -0.866025, 0.5, 0, 2, 0) +light_energy = 3.0 + +[node name="Scene" type="Node3D" parent="."] + +[node name="Ground" type="MeshInstance3D" parent="Scene"] +mesh = SubResource("PlaneMesh_wx71g") +skeleton = NodePath("../..") diff --git a/docs/images/particles/hyperdrive.png.import b/docs/images/particles/hyperdrive.png.import index 6019753..a5255b3 100644 --- a/docs/images/particles/hyperdrive.png.import +++ b/docs/images/particles/hyperdrive.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bt6ommaqsplmr" +uid="uid://baplskb1tip0d" path="res://.godot/imported/hyperdrive.png-5e4ada335922013c72f1323c6b6a9f25.ctex" metadata={ "vram_texture": false diff --git a/docs/images/particles/shield.png.import b/docs/images/particles/shield.png.import index 8a1555b..04a7940 100644 --- a/docs/images/particles/shield.png.import +++ b/docs/images/particles/shield.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bk41uc22pn6iq" +uid="uid://7k3nrx2sa1ul" path="res://.godot/imported/shield.png-8ae651acf12f8ad27f817e98c051ba40.ctex" metadata={ "vram_texture": false diff --git a/docs/images/particles/smoke.png.import b/docs/images/particles/smoke.png.import index acd4d9d..87c29f2 100644 --- a/docs/images/particles/smoke.png.import +++ b/docs/images/particles/smoke.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://bgurhlha1804o" +uid="uid://cnluark2bbf4o" path="res://.godot/imported/smoke.png-c16c6154a3d7512ae723c2efbb2e079d.ctex" metadata={ "vram_texture": false diff --git a/docs/images/particles/sparks.png.import b/docs/images/particles/sparks.png.import index f6c144f..914de88 100644 --- a/docs/images/particles/sparks.png.import +++ b/docs/images/particles/sparks.png.import @@ -2,7 +2,7 @@ importer="texture" type="CompressedTexture2D" -uid="uid://ccnl6p1mu4vb2" +uid="uid://y3k20ewpea0k" path="res://.godot/imported/sparks.png-1d1928844aa1827aa999272e36be7a84.ctex" metadata={ "vram_texture": false diff --git a/project.godot b/project.godot index f9f872b..04f7589 100644 --- a/project.godot +++ b/project.godot @@ -15,6 +15,15 @@ run/main_scene="res://particle-effects.tscn" config/features=PackedStringArray("4.2", "Forward Plus") config/icon="res://icon.svg" +[display] + +window/size/viewport_width=2304 +window/size/viewport_height=1296 + [dotnet] project/assembly_name="godot-visual-effects" + +[filesystem] + +import/fbx/enabled=false