Kaynağa Gözat

Non-WebGL renderers will need matrixRotationWorld to be computed too...

Mr.doob 14 yıl önce
ebeveyn
işleme
2b81ae233c
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      src/core/Object3D.js

+ 2 - 0
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 ) {