mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-20 04:03:46 +00:00
3D Cameras with sweep and animation
This commit is contained in:
parent
4cc7a0c004
commit
7e76edc153
48 changed files with 3211 additions and 1511 deletions
|
|
@ -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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue