parent
49d407f624
commit
2eab21e6b6
6 changed files with 113 additions and 1 deletions
Binary file not shown.
@ -0,0 +1,50 @@ |
||||
[remap] |
||||
|
||||
importer="scene" |
||||
importer_version=1 |
||||
type="PackedScene" |
||||
uid="uid://dh18opmr8mjet" |
||||
path="res://.godot/imported/plank.blend-44123370692691aca4e3324e4f1a7696.scn" |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://assets/models/plank.blend" |
||||
dest_files=["res://.godot/imported/plank.blend-44123370692691aca4e3324e4f1a7696.scn"] |
||||
|
||||
[params] |
||||
|
||||
nodes/root_type="" |
||||
nodes/root_name="" |
||||
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 |
||||
meshes/force_disable_compression=false |
||||
skins/use_named_skins=true |
||||
animation/import=true |
||||
animation/fps=30 |
||||
animation/trimming=false |
||||
animation/remove_immutable_tracks=true |
||||
import_script/path="" |
||||
_subresources={} |
||||
gltf/naming_version=1 |
||||
gltf/embedded_image_handling=1 |
||||
blender/nodes/visible=0 |
||||
blender/nodes/punctual_lights=true |
||||
blender/nodes/cameras=true |
||||
blender/nodes/custom_properties=true |
||||
blender/nodes/modifiers=1 |
||||
blender/meshes/colors=false |
||||
blender/meshes/uvs=true |
||||
blender/meshes/normals=true |
||||
blender/meshes/tangents=true |
||||
blender/meshes/skins=2 |
||||
blender/meshes/export_bones_deforming_mesh_only=false |
||||
blender/materials/unpack_enabled=true |
||||
blender/materials/export_materials=1 |
||||
blender/animation/limit_playback=true |
||||
blender/animation/always_sample=true |
||||
blender/animation/group_tracks=true |
After Width: | Height: | Size: 162 B |
@ -0,0 +1,34 @@ |
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="CompressedTexture2D" |
||||
uid="uid://ccucawga3wqg4" |
||||
path="res://.godot/imported/plank_0.png-ff59ca3318b73a199bafc43445a897c5.ctex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://assets/models/plank_0.png" |
||||
dest_files=["res://.godot/imported/plank_0.png-ff59ca3318b73a199bafc43445a897c5.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=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 |
@ -0,0 +1,12 @@ |
||||
[gd_scene load_steps=3 format=3 uid="uid://cujbum8te1r6v"] |
||||
|
||||
[ext_resource type="Script" path="res://objects/Item.cs" id="1_fntdb"] |
||||
[ext_resource type="PackedScene" uid="uid://dh18opmr8mjet" path="res://assets/models/plank.blend" id="2_keyw1"] |
||||
|
||||
[node name="Plank" type="RigidBody3D"] |
||||
script = ExtResource("1_fntdb") |
||||
Size = Vector3i(16, 1, 3) |
||||
|
||||
[node name="Model" parent="." instance=ExtResource("2_keyw1")] |
||||
|
||||
[editable path="Model"] |
Loading…
Reference in new issue