Basic 3d Disc

This commit is contained in:
2023-06-04 19:28:16 -04:00
parent d881d14010
commit 86c34c9264
11 changed files with 212 additions and 14 deletions

18
disc.tscn Normal file
View File

@@ -0,0 +1,18 @@
[gd_scene load_steps=3 format=3 uid="uid://bm6vv074tk0nx"]
[sub_resource type="CylinderMesh" id="CylinderMesh_f68ox"]
top_radius = 0.25
bottom_radius = 0.25
height = 0.05
[sub_resource type="CylinderShape3D" id="CylinderShape3D_6l5gm"]
height = 0.05
radius = 0.25
[node name="Disc" type="RigidBody3D"]
[node name="Model" type="MeshInstance3D" parent="."]
mesh = SubResource("CylinderMesh_f68ox")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("CylinderShape3D_6l5gm")