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