提交 9bbd837d 编写于 作者: M Mr.doob

OculusHandPointerModel: Replace prototype with super.

上级 a92265f0
......@@ -258,7 +258,7 @@ class OculusHandPointerModel extends THREE.Object3D {
}
updateMatrixWorld(force) {
THREE.Object3D.prototype.updateMatrixWorld.call(this, force);
super.updateMatrixWorld( force );
if (this.pointerGeometry) {
this._updatePointer();
this._updateRaycaster();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册