瀏覽代碼

:art: Texture the cube

DricomDragon 1 年之前
父節點
當前提交
1087289004

二進制
first3d/component/entity/box/CubeContainer.glb


+ 32 - 0
first3d/component/entity/box/CubeContainer.glb.import

@@ -0,0 +1,32 @@
+[remap]
+
+importer="scene"
+importer_version=1
+type="PackedScene"
+uid="uid://bii08dedmqwkm"
+path="res://.godot/imported/CubeContainer.glb-f8ba7332b2fb4cd1418bbba0e528ff4b.scn"
+
+[deps]
+
+source_file="res://component/entity/box/CubeContainer.glb"
+dest_files=["res://.godot/imported/CubeContainer.glb-f8ba7332b2fb4cd1418bbba0e528ff4b.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

二進制
first3d/component/entity/box/CubeContainer_0.png


+ 36 - 0
first3d/component/entity/box/CubeContainer_0.png.import

@@ -0,0 +1,36 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dbvren6ycpepa"
+path.s3tc="res://.godot/imported/CubeContainer_0.png-b907972e43523411a1ce5e381b72222c.s3tc.ctex"
+metadata={
+"imported_formats": ["s3tc_bptc"],
+"vram_texture": true
+}
+generator_parameters={}
+
+[deps]
+
+source_file="res://component/entity/box/CubeContainer_0.png"
+dest_files=["res://.godot/imported/CubeContainer_0.png-b907972e43523411a1ce5e381b72222c.s3tc.ctex"]
+
+[params]
+
+compress/mode=2
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=true
+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=0

+ 4 - 4
first3d/component/entity/box.tscn

@@ -1,14 +1,14 @@
 [gd_scene load_steps=3 format=3 uid="uid://bcpri2x5afoyb"]
 
-[sub_resource type="BoxMesh" id="BoxMesh_rcscr"]
+[ext_resource type="PackedScene" uid="uid://bii08dedmqwkm" path="res://component/entity/box/CubeContainer.glb" id="1_bky5n"]
 
 [sub_resource type="BoxShape3D" id="BoxShape3D_v0rct"]
 
 [node name="Box" type="StaticBody3D"]
 collision_mask = 0
 
-[node name="Skin" type="MeshInstance3D" parent="."]
-mesh = SubResource("BoxMesh_rcscr")
-
 [node name="Shape" type="CollisionShape3D" parent="."]
 shape = SubResource("BoxShape3D_v0rct")
+
+[node name="CubeContainer" parent="." instance=ExtResource("1_bky5n")]
+transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.5, 0)

+ 1 - 1
first3d/run/levels/infinite_level.tscn

@@ -1,7 +1,7 @@
 [gd_scene load_steps=5 format=3 uid="uid://7ivipmwaw24t"]
 
 [ext_resource type="PackedScene" uid="uid://b10k58capm04o" path="res://component/entity/walker/walker.tscn" id="1_x0026"]
-[ext_resource type="PackedScene" uid="uid://bcpri2x5afoyb" path="res://component/entity/box.tscn" id="2_e8xto"]
+[ext_resource type="PackedScene" uid="uid://bcpri2x5afoyb" path="res://component/entity/box/box.tscn" id="2_e8xto"]
 
 [sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_2xulb"]