parent
2eab21e6b6
commit
37e6befc0f
6 changed files with 114 additions and 9 deletions
Binary file not shown.
@ -0,0 +1,50 @@ |
||||
[remap] |
||||
|
||||
importer="scene" |
||||
importer_version=1 |
||||
type="PackedScene" |
||||
uid="uid://bypr31u2qafjj" |
||||
path="res://.godot/imported/cutting_board.blend-586b10de2e021be0afe2ddb2672a8a7d.scn" |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://assets/models/cutting_board.blend" |
||||
dest_files=["res://.godot/imported/cutting_board.blend-586b10de2e021be0afe2ddb2672a8a7d.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: 178 B |
@ -0,0 +1,34 @@ |
||||
[remap] |
||||
|
||||
importer="texture" |
||||
type="CompressedTexture2D" |
||||
uid="uid://cpuhfth74q7ky" |
||||
path="res://.godot/imported/cutting_board_0.png-fee2b99412c3b64067cc3a001412179d.ctex" |
||||
metadata={ |
||||
"vram_texture": false |
||||
} |
||||
|
||||
[deps] |
||||
|
||||
source_file="res://assets/models/cutting_board_0.png" |
||||
dest_files=["res://.godot/imported/cutting_board_0.png-fee2b99412c3b64067cc3a001412179d.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,15 @@ |
||||
[gd_scene load_steps=4 format=3 uid="uid://dmehew21mh3ee"] |
||||
|
||||
[ext_resource type="Script" path="res://objects/Item.cs" id="1_j1bqs"] |
||||
[ext_resource type="PackedScene" uid="uid://bypr31u2qafjj" path="res://assets/models/cutting_board.blend" id="2_creok"] |
||||
[ext_resource type="PackedScene" uid="uid://54575e3ygpxl" path="res://objects/grid.tscn" id="3_f8ue8"] |
||||
|
||||
[node name="Cutting Board" type="RigidBody3D"] |
||||
script = ExtResource("1_j1bqs") |
||||
Size = Vector3i(12, 1, 6) |
||||
|
||||
[node name="Model" parent="." instance=ExtResource("2_creok")] |
||||
|
||||
[node name="Grid" parent="." instance=ExtResource("3_f8ue8")] |
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.013, 0) |
||||
GridSize = Vector2i(11, 5) |
Loading…
Reference in new issue