static_scene_plane.tscn 438 B

1234567891011
  1. [gd_scene load_steps=2 format=3 uid="uid://3gkujifjokqw"]
  2. [sub_resource type="ConcavePolygonShape3D" id="2"]
  3. data = PackedVector3Array(-1, 0, 1, 1, 0, -1, 1, 0, 1, -1, 0, 1, -1, 0, -1, 1, 0, -1)
  4. [node name="StaticBodyPlane" type="StaticBody3D"]
  5. [node name="CollisionShape" type="CollisionShape3D" parent="."]
  6. transform = Transform3D(50, 0, 0, 0, 1, 0, 0, 0, 50, 0, 0, 0)
  7. shape = SubResource("2")
  8. debug_color = Color(0, 0.533333, 1, 1)