Basic 3d Disc
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user