point.tscn 270 B

12345678910111213
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://point.tres" type="Material" id=1]
  3. [sub_resource type="SphereMesh" id=1]
  4. material = ExtResource( 1 )
  5. radius = 0.1
  6. height = 0.2
  7. [node name="point" type="MeshInstance"]
  8. mesh = SubResource( 1 )
  9. material/0 = null