diff --git a/src/core/Object3D.js b/src/core/Object3D.js index 65939707..ce1fe2ee 100644 --- a/src/core/Object3D.js +++ b/src/core/Object3D.js @@ -103,6 +103,8 @@ THREE.Object3D.prototype = { }, + // TODO: Add link to parent so rotationWorld can be updated too. + update: function ( parentMatrixWorld, forceUpdate, camera ) { if ( this.visible ) {