static_scene.tscn 669 B

123456789101112131415
  1. [gd_scene load_steps=3 format=3 uid="uid://cl2vpuxqgnylc"]
  2. [ext_resource type="Shape3D" path="res://assets/robot_head/godot3_robot_head_collision.tres" id="1"]
  3. [ext_resource type="PackedScene" uid="uid://3gkujifjokqw" path="res://tests/static_scene_plane.tscn" id="3"]
  4. [node name="StaticScene" type="Node3D"]
  5. [node name="StaticBodyPlane" parent="." instance=ExtResource("3")]
  6. [node name="StaticBodyHead" type="StaticBody3D" parent="."]
  7. transform = Transform3D(10, 0, 0, 0, 8.66025, 5, 0, -5, 8.66025, 0, -11.1389, 2.29332)
  8. [node name="CollisionShape" type="CollisionShape3D" parent="StaticBodyHead"]
  9. shape = ExtResource("1")
  10. debug_color = Color(0, 0.533333, 1, 1)