diff --git a/models/tomato.blend b/models/tomato.blend new file mode 100644 index 0000000..56fc8a6 Binary files /dev/null and b/models/tomato.blend differ diff --git a/models/tomato.blend1 b/models/tomato.blend1 new file mode 100644 index 0000000..542eb68 Binary files /dev/null and b/models/tomato.blend1 differ diff --git a/project.godot b/project.godot index f833b37..1095919 100644 --- a/project.godot +++ b/project.godot @@ -18,6 +18,10 @@ config/icon="res://icon.svg" project/assembly_name="nordic25" +[filesystem] + +import/blender/enabled=false + [xr] openxr/enabled=true diff --git a/resources/food/bananan.tscn b/resources/food/bananan.tscn new file mode 100644 index 0000000..39ace5e --- /dev/null +++ b/resources/food/bananan.tscn @@ -0,0 +1,20 @@ +[gd_scene load_steps=3 format=3 uid="uid://bfwmf84cr4hhl"] + +[ext_resource type="PackedScene" uid="uid://csh2n73hb2co8" path="res://models/banana.fbx" id="1_bi44m"] + +[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_74lek"] +radius = 0.02 +height = 0.113069 + +[node name="Bananan" type="RigidBody3D"] + +[node name="banana" parent="." instance=ExtResource("1_bi44m")] +transform = Transform3D(0.02, 0, 0, 0, 0.02, 0, 0, 0, 0.02, 0, 0, 0) + +[node name="CollisionShape3D" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, 0.816107, -0.5779, 0, 0.5779, 0.816107, 0, -0.0504407, -0.0107305) +shape = SubResource("CapsuleShape3D_74lek") + +[node name="CollisionShape3D2" type="CollisionShape3D" parent="."] +transform = Transform3D(1, 0, 0, 0, -0.837394, -0.546599, 0, 0.546599, -0.837394, 0, 0.025557, -0.00612295) +shape = SubResource("CapsuleShape3D_74lek")