Browse Source

OBJLoader: Added comment.

Mr.doob 8 years ago
parent
commit
29712f1ac1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/js/loaders/OBJLoader.js

+ 1 - 0
examples/js/loaders/OBJLoader.js

@@ -618,6 +618,7 @@ THREE.OBJLoader = ( function () {
 
 					} else {
 
+						// ZBrush can produce "s" lines #11707
 						state.object.smooth = true;
 
 					}