gg
This commit is contained in:
parent
5913a5c314
commit
0b1a3a142c
|
@ -55,7 +55,7 @@ public partial class XRHand : XRController3D
|
||||||
joint.NodeA = body.GetPath();
|
joint.NodeA = body.GetPath();
|
||||||
joint.NodeB = rb.GetPath();
|
joint.NodeB = rb.GetPath();
|
||||||
joints.Add(joint);
|
joints.Add(joint);
|
||||||
rb.AddChild(joint);
|
body.AddChild(joint);
|
||||||
joint.Position = Vector3.Zero;
|
joint.Position = Vector3.Zero;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue