-
Notifications
You must be signed in to change notification settings - Fork 0
/
JointTesting.tscn
51 lines (35 loc) · 1.8 KB
/
JointTesting.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Forklift.gd" type="Script" id=1]
[sub_resource type="CubeMesh" id=1]
size = Vector3( 1, 4, 1 )
[sub_resource type="ConvexPolygonShape" id=2]
points = PoolVector3Array( -0.5, -1.94843, -0.499999, -0.5, 1.94843, -0.499999, -0.490992, -1.91364, 0.5, -0.490992, 1.91364, 0.5, 0.499962, -1.91364, 0.5, 0.499962, 1.91364, 0.5, 0.5, -1.91378, -0.491029, 0.5, 1.91378, -0.491029 )
[node name="JointTesting" type="Spatial"]
script = ExtResource( 1 )
[node name="RigidBody" type="StaticBody" parent="."]
[node name="MeshInstance" type="MeshInstance" parent="RigidBody"]
mesh = SubResource( 1 )
material/0 = null
[node name="CollisionShape" type="CollisionShape" parent="RigidBody"]
shape = SubResource( 2 )
[node name="RigidBody3" type="StaticBody" parent="."]
transform = Transform( -4.37114e-08, 4, 0, -1, -1.74846e-07, 0, 0, 0, 4, 2, -3, 0 )
[node name="MeshInstance" type="MeshInstance" parent="RigidBody3"]
mesh = SubResource( 1 )
material/0 = null
[node name="CollisionShape" type="CollisionShape" parent="RigidBody3"]
shape = SubResource( 2 )
[node name="Camera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 7 )
[node name="CollisionResolver" type="Generic6DOFJoint" parent="."]
nodes/node_a = NodePath("../RigidBody")
nodes/node_b = NodePath("../Pivot/RigidBody2")
[node name="Pivot" type="Spatial" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 )
[node name="RigidBody2" type="RigidBody" parent="Pivot"]
transform = Transform( -4.37114e-08, 1, 0, -1, -4.37114e-08, 0, 0, 0, 1, 2, 0, 0 )
[node name="MeshInstance" type="MeshInstance" parent="Pivot/RigidBody2"]
mesh = SubResource( 1 )
material/0 = null
[node name="CollisionShape" type="CollisionShape" parent="Pivot/RigidBody2"]
shape = SubResource( 2 )