69 lines
2.4 KiB
Plaintext
69 lines
2.4 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://dxgmrd5662ebs"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_geypk"]
|
|
albedo_color = Color(1, 0.137255, 0.121569, 1)
|
|
|
|
[sub_resource type="SphereMesh" id="SphereMesh_52p0h"]
|
|
material = SubResource("StandardMaterial3D_geypk")
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_geypk"]
|
|
|
|
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1dkwx"]
|
|
albedo_color = Color(0.133333, 0.278431, 1, 1)
|
|
|
|
[sub_resource type="SphereMesh" id="SphereMesh_tiacx"]
|
|
material = SubResource("StandardMaterial3D_1dkwx")
|
|
|
|
[sub_resource type="SphereShape3D" id="SphereShape3D_52p0h"]
|
|
|
|
[node name="JointTest" type="Node3D"]
|
|
|
|
[node name="HingeJoint3D" type="HingeJoint3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.743261, 0, 0)
|
|
node_b = NodePath("../Sphere1")
|
|
exclude_nodes_from_collision = false
|
|
|
|
[node name="Hinge2" type="HingeJoint3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.681596, -0.191683, 0)
|
|
node_a = NodePath("../Sphere1")
|
|
node_b = NodePath("../Sphere2")
|
|
exclude_nodes_from_collision = false
|
|
|
|
[node name="HingeJoint3D2" type="HingeJoint3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.85342, -0.218071, 0)
|
|
node_a = NodePath("../Sphere2")
|
|
node_b = NodePath("../Sphere3")
|
|
|
|
[node name="HingeJoint3D3" type="HingeJoint3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.2288, 0, 0)
|
|
node_b = NodePath("../Sphere3")
|
|
|
|
[node name="Sphere1" type="RigidBody3D" parent="."]
|
|
collision_layer = 2
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="Sphere1"]
|
|
mesh = SubResource("SphereMesh_52p0h")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Sphere1"]
|
|
shape = SubResource("SphereShape3D_geypk")
|
|
|
|
[node name="Sphere2" type="RigidBody3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.31067, -0.48792, 0)
|
|
collision_layer = 2
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="Sphere2"]
|
|
mesh = SubResource("SphereMesh_tiacx")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Sphere2"]
|
|
shape = SubResource("SphereShape3D_52p0h")
|
|
|
|
[node name="Sphere3" type="RigidBody3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.4844, 0, 0)
|
|
collision_layer = 2
|
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="Sphere3"]
|
|
mesh = SubResource("SphereMesh_tiacx")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="Sphere3"]
|
|
shape = SubResource("SphereShape3D_52p0h")
|