Преглед на файлове

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

Mr.doob преди 14 години
родител
ревизия
2b81ae233c
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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 ) {