Skip to content

Commit bdac81a

Browse files
update threejs version to solve slerpQuaternions bug
1 parent a2cf8de commit bdac81a

File tree

2 files changed

+43083
-40756
lines changed

2 files changed

+43083
-40756
lines changed

templates/html-three-webxr-template/XRControllerModelFactory.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ class XRControllerModel extends Object3D {
8282
valueNode.visible = value;
8383

8484
} else if ( valueNodeProperty === MotionControllerConstants.VisualResponseProperty.TRANSFORM ) {
85-
8685
valueNode.quaternion.slerpQuaternions(
8786
minNode.quaternion,
8887
maxNode.quaternion,

0 commit comments

Comments
 (0)