Added Balloon
This commit is contained in:
parent
6693fed2bf
commit
51f67fafab
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,7 @@
|
||||||
|
[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://bnn6mfpgaqxvb"]
|
||||||
|
|
||||||
|
[ext_resource type="Shader" path="res://Objects/balloon/balloon_shader.gdshader" id="1_i5nh0"]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
render_priority = 0
|
||||||
|
shader = ExtResource("1_i5nh0")
|
|
@ -0,0 +1,9 @@
|
||||||
|
shader_type spatial;
|
||||||
|
render_mode specular_schlick_ggx;
|
||||||
|
|
||||||
|
void fragment() {
|
||||||
|
ALBEDO = vec3(255.0, 0.0, 0.0);
|
||||||
|
METALLIC = 0.9;
|
||||||
|
ROUGHNESS = 0.2;
|
||||||
|
ALPHA = 0.98;
|
||||||
|
}
|
|
@ -0,0 +1,8 @@
|
||||||
|
[gd_scene load_steps=2 format=3 uid="uid://dkoiku0t4b0o7"]
|
||||||
|
|
||||||
|
[ext_resource type="PackedScene" uid="uid://4imncqpi4gw5" path="res://string.glb" id="1_otewq"]
|
||||||
|
|
||||||
|
[node name="string" instance=ExtResource("1_otewq")]
|
||||||
|
|
||||||
|
[node name="Balloon_String" parent="." index="0"]
|
||||||
|
transform = Transform3D(-0.00735031, 1.59288e-05, -5.56369e-06, 1.21871e-07, 1, -6.21002e-06, 5.56359e-06, -0.000844878, -0.00735031, 0, -1.5621, 0)
|
Binary file not shown.
|
@ -0,0 +1,32 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="scene"
|
||||||
|
importer_version=1
|
||||||
|
type="PackedScene"
|
||||||
|
uid="uid://dl005e2rvn86b"
|
||||||
|
path="res://.godot/imported/balloon.glb-1dbd4246a6d2ad23da187ebfe5c7e652.scn"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://balloon.glb"
|
||||||
|
dest_files=["res://.godot/imported/balloon.glb-1dbd4246a6d2ad23da187ebfe5c7e652.scn"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
nodes/root_type="Node3D"
|
||||||
|
nodes/root_name="Scene Root"
|
||||||
|
nodes/apply_root_scale=true
|
||||||
|
nodes/root_scale=1.0
|
||||||
|
meshes/ensure_tangents=true
|
||||||
|
meshes/generate_lods=true
|
||||||
|
meshes/create_shadow_meshes=true
|
||||||
|
meshes/light_baking=1
|
||||||
|
meshes/lightmap_texel_size=0.2
|
||||||
|
skins/use_named_skins=true
|
||||||
|
animation/import=true
|
||||||
|
animation/fps=30
|
||||||
|
animation/trimming=false
|
||||||
|
animation/remove_immutable_tracks=true
|
||||||
|
import_script/path=""
|
||||||
|
_subresources={}
|
||||||
|
gltf/embedded_image_handling=1
|
Binary file not shown.
|
@ -0,0 +1,32 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="scene"
|
||||||
|
importer_version=1
|
||||||
|
type="PackedScene"
|
||||||
|
uid="uid://4imncqpi4gw5"
|
||||||
|
path="res://.godot/imported/string.glb-53ea9165ae012eab97d181a3724c7316.scn"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://string.glb"
|
||||||
|
dest_files=["res://.godot/imported/string.glb-53ea9165ae012eab97d181a3724c7316.scn"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
nodes/root_type="Node3D"
|
||||||
|
nodes/root_name="Scene Root"
|
||||||
|
nodes/apply_root_scale=true
|
||||||
|
nodes/root_scale=1.0
|
||||||
|
meshes/ensure_tangents=true
|
||||||
|
meshes/generate_lods=true
|
||||||
|
meshes/create_shadow_meshes=true
|
||||||
|
meshes/light_baking=1
|
||||||
|
meshes/lightmap_texel_size=0.2
|
||||||
|
skins/use_named_skins=true
|
||||||
|
animation/import=true
|
||||||
|
animation/fps=30
|
||||||
|
animation/trimming=false
|
||||||
|
animation/remove_immutable_tracks=true
|
||||||
|
import_script/path=""
|
||||||
|
_subresources={}
|
||||||
|
gltf/embedded_image_handling=1
|
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=8 format=3 uid="uid://1wrwvnt1xuwr"]
|
[gd_scene load_steps=10 format=3 uid="uid://1wrwvnt1xuwr"]
|
||||||
|
|
||||||
[ext_resource type="PackedScene" uid="uid://bua7f25rpewkp" path="res://small_room.glb" id="1_m1abe"]
|
[ext_resource type="PackedScene" uid="uid://bua7f25rpewkp" path="res://small_room.glb" id="1_m1abe"]
|
||||||
[ext_resource type="PackedScene" uid="uid://drmb4sitb74fx" path="res://control_scheme/controller.tscn" id="2_1yuny"]
|
[ext_resource type="PackedScene" uid="uid://drmb4sitb74fx" path="res://control_scheme/controller.tscn" id="2_1yuny"]
|
||||||
|
@ -6,11 +6,13 @@
|
||||||
[ext_resource type="PackedScene" uid="uid://b1uf31ed6h0ir" path="res://UI/TAS UI/TAS UI.tscn" id="4_jskxr"]
|
[ext_resource type="PackedScene" uid="uid://b1uf31ed6h0ir" path="res://UI/TAS UI/TAS UI.tscn" id="4_jskxr"]
|
||||||
[ext_resource type="PackedScene" uid="uid://cfpiau12q3fut" path="res://Objects/child/child.tscn" id="5_jytdk"]
|
[ext_resource type="PackedScene" uid="uid://cfpiau12q3fut" path="res://Objects/child/child.tscn" id="5_jytdk"]
|
||||||
[ext_resource type="PackedScene" uid="uid://dfkyytk42ecwk" path="res://Objects/igloo/igloo.tscn" id="6_wha2i"]
|
[ext_resource type="PackedScene" uid="uid://dfkyytk42ecwk" path="res://Objects/igloo/igloo.tscn" id="6_wha2i"]
|
||||||
|
[ext_resource type="PackedScene" uid="uid://dd35nmr3swub6" path="res://Objects/balloon/balloon.tscn" id="7_ln6xh"]
|
||||||
|
|
||||||
|
[sub_resource type="Sky" id="Sky_u0y8n"]
|
||||||
|
|
||||||
[sub_resource type="Environment" id="Environment_f0m14"]
|
[sub_resource type="Environment" id="Environment_f0m14"]
|
||||||
ambient_light_source = 2
|
sky = SubResource("Sky_u0y8n")
|
||||||
ambient_light_color = Color(1, 1, 1, 1)
|
tonemap_mode = 2
|
||||||
ambient_light_energy = 0.5
|
|
||||||
|
|
||||||
[node name="small_room" instance=ExtResource("1_m1abe")]
|
[node name="small_room" instance=ExtResource("1_m1abe")]
|
||||||
|
|
||||||
|
@ -41,3 +43,6 @@ transform = Transform3D(0.4398, 0, 0, 0, 0.4398, 0, 0, 0, 0.4398, 1.40884, 1.457
|
||||||
|
|
||||||
[node name="igloo" parent="." index="9" instance=ExtResource("6_wha2i")]
|
[node name="igloo" parent="." index="9" instance=ExtResource("6_wha2i")]
|
||||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0205169, 0.381115, -0.0260147)
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0205169, 0.381115, -0.0260147)
|
||||||
|
|
||||||
|
[node name="balloon" parent="." index="10" instance=ExtResource("7_ln6xh")]
|
||||||
|
transform = Transform3D(0.359033, 0.000442371, -0.141136, 4.29162e-05, 0.385775, 0.00131834, 0.141136, -0.00124264, 0.359031, -1.91181, 1.97725, -0.189681)
|
||||||
|
|
Loading…
Reference in New Issue