feat: implemented adding primitive with UI
This commit is contained in:
parent
670cfa1779
commit
b6e8ca9225
8 changed files with 120 additions and 31 deletions
|
|
@ -99,6 +99,7 @@ bottom_radius = 0.4
|
|||
height = 10000.0
|
||||
|
||||
[node name="PointPrimitiveNode" type="PointPrimitiveNode" unique_id=1472259146]
|
||||
transform = Transform3D(0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, 0, 0)
|
||||
|
||||
[node name="point_handle" parent="." unique_id=1807952123 instance=ExtResource("1_njtj3")]
|
||||
transform = Transform3D(10, 0, 0, 0, 10, 0, 0, 0, 10, 0, 0, 0)
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
[node name="TerrainChunk" type="TerrainChunk" unique_id=1453572398]
|
||||
material_override = ExtResource("1_6vjd7")
|
||||
size = 25.0
|
||||
size = 50.0
|
||||
lod0_detail = 50
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue