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

View File

@@ -1,9 +1,17 @@
[gd_scene load_steps=2 format=3 uid="uid://fjxeinktml2j"]
[gd_scene load_steps=4 format=3 uid="uid://fjxeinktml2j"]
[sub_resource type="PlaneMesh" id="PlaneMesh_763vg"]
size = Vector2(100, 100)
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_2fd53"]
[sub_resource type="WorldBoundaryShape3D" id="WorldBoundaryShape3D_xh6w0"]
[node name="Terrain" type="StaticBody3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
[node name="Plane" type="MeshInstance3D" parent="."]
mesh = SubResource("PlaneMesh_763vg")
surface_material_override/0 = SubResource("StandardMaterial3D_2fd53")
[node name="WorldPlane" type="CollisionShape3D" parent="."]
shape = SubResource("WorldBoundaryShape3D_xh6w0")