3D Cameras with sweep and animation

This commit is contained in:
Marco 2025-06-27 15:06:33 +02:00
commit 7e76edc153
48 changed files with 3211 additions and 1511 deletions

View file

@ -0,0 +1,16 @@
[gd_scene load_steps=3 format=3 uid="uid://mqvpirrmppob"]
[sub_resource type="BoxShape3D" id="BoxShape3D_da376"]
size = Vector3(1, 3, 1)
[sub_resource type="BoxMesh" id="BoxMesh_mb6rt"]
size = Vector3(1, 3, 1)
[node name="Blocker" type="StaticBody3D"]
collision_layer = 2
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_da376")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_mb6rt")