Upload files to "/"
This commit is contained in:
parent
8c3cb0871c
commit
83353b2f07
|
@ -0,0 +1,4 @@
|
||||||
|
[gd_resource type="StandardMaterial3D" format=3 uid="uid://bh6upxp7jv45j"]
|
||||||
|
|
||||||
|
[resource]
|
||||||
|
albedo_color = Color(1, 0.352941, 0.2, 1)
|
Binary file not shown.
|
@ -0,0 +1,32 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="scene"
|
||||||
|
importer_version=1
|
||||||
|
type="PackedScene"
|
||||||
|
uid="uid://bnlq6yuitbyog"
|
||||||
|
path="res://.godot/imported/spiridrone.glb-d860109aa8c458e34a55ea3190a7ba68.scn"
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://spiridrone.glb"
|
||||||
|
dest_files=["res://.godot/imported/spiridrone.glb-d860109aa8c458e34a55ea3190a7ba68.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
|
|
@ -0,0 +1,18 @@
|
||||||
|
[gd_scene load_steps=4 format=3 uid="uid://dyajrcmw1xovo"]
|
||||||
|
|
||||||
|
[ext_resource type="Material" uid="uid://bh6upxp7jv45j" path="res://red.tres" id="1_yqa8j"]
|
||||||
|
|
||||||
|
[sub_resource type="BoxMesh" id="BoxMesh_o6j5k"]
|
||||||
|
|
||||||
|
[sub_resource type="BoxShape3D" id="BoxShape3D_oa0fd"]
|
||||||
|
|
||||||
|
[node name="bin7" type="MeshInstance3D"]
|
||||||
|
transform = Transform3D(2, 0, 0, 0, 1, 0, 0, 0, 2, 12.2297, 0.89048, 1.29871)
|
||||||
|
material_override = ExtResource("1_yqa8j")
|
||||||
|
mesh = SubResource("BoxMesh_o6j5k")
|
||||||
|
|
||||||
|
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||||
|
collision_layer = 2
|
||||||
|
|
||||||
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
||||||
|
shape = SubResource("BoxShape3D_oa0fd")
|
Loading…
Reference in New Issue