瀏覽代碼

Examples: Remove FaceNormalsHelper use.

Don McCurdy 7 年之前
父節點
當前提交
8f7051eeff
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      examples/webgl_helpers.html

+ 0 - 4
examples/webgl_helpers.html

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