Atrahasis 7 роки тому
батько
коміт
b40c37d7fa
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      examples/js/controls/TransformControls.js

+ 1 - 1
examples/js/controls/TransformControls.js

@@ -136,7 +136,7 @@
 
 						object.name = name;
 
-						//always render on top of the scene (avoid being hidden by transparent objects)
+						//avoid being hidden by other transparent objects
 						object.renderOrder = Infinity;
 
 						if ( position ) object.position.set( position[ 0 ], position[ 1 ], position[ 2 ] );