sphere.tscn 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. [gd_scene load_steps=5 format=3 uid="uid://c6br8h3si2ypg"]
  2. [sub_resource type="PhysicsMaterial" id="PhysicsMaterial_mp5c4"]
  3. friction = 0.0
  4. bounce = 1.0
  5. [sub_resource type="SphereMesh" id="SphereMesh_deuj3"]
  6. [sub_resource type="SphereShape3D" id="SphereShape3D_h6jr2"]
  7. [sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_q1o6k"]
  8. properties/0/path = NodePath(".:linear_velocity")
  9. properties/0/spawn = true
  10. properties/0/sync = true
  11. properties/1/path = NodePath(".:angular_velocity")
  12. properties/1/spawn = true
  13. properties/1/sync = true
  14. properties/2/path = NodePath(".:position")
  15. properties/2/spawn = true
  16. properties/2/sync = true
  17. properties/3/path = NodePath(".:rotation")
  18. properties/3/spawn = true
  19. properties/3/sync = true
  20. [node name="Sphere" type="RigidBody3D"]
  21. transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2.42886, 0)
  22. physics_material_override = SubResource("PhysicsMaterial_mp5c4")
  23. [node name="MeshInstance3D" type="MeshInstance3D" parent="."]
  24. mesh = SubResource("SphereMesh_deuj3")
  25. skeleton = NodePath("../CollisionShape3D")
  26. [node name="CollisionShape3D" type="CollisionShape3D" parent="."]
  27. shape = SubResource("SphereShape3D_h6jr2")
  28. [node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
  29. replication_config = SubResource("SceneReplicationConfig_q1o6k")