Browse Source

Examples: Remove FaceNormalsHelper use.

Don McCurdy 7 years ago
parent
commit
8f7051eeff
1 changed files with 0 additions and 4 deletions
  1. 0 4
      examples/webgl_helpers.html

+ 0 - 4
examples/webgl_helpers.html

@@ -71,10 +71,6 @@
 
 
 					group.add( mesh );
 					group.add( mesh );
 
 
-					// TODO: Implement BufferGeometry support in FaceNormalsHelper.
-					// fnh = new THREE.FaceNormalsHelper( mesh, 5 );
-					// scene.add( fnh );
-
 					vnh = new THREE.VertexNormalsHelper( mesh, 5 );
 					vnh = new THREE.VertexNormalsHelper( mesh, 5 );
 					scene.add( vnh );
 					scene.add( vnh );