瀏覽代碼

Add normailizeNormals doc.

epicleap 12 年之前
父節點
當前提交
b4b7e8f983
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      docs/api/core/BufferGeometry.html

+ 3 - 2
docs/api/core/BufferGeometry.html

@@ -110,9 +110,10 @@
 		You need to call this when you want the bufferGeometry removed while the application is running.
 		You need to call this when you want the bufferGeometry removed while the application is running.
 		</div>
 		</div>
 
 
-		<h3>.normalizeNormals() [page:todo]</h3>
+		<h3>.normalizeNormals()</h3>
 		<div>
 		<div>
-		todo
+        Every normal vector in a geometry will have a magnitude of 1.
+        This will correct lighting on the geometry surfaces.
 		</div>
 		</div>
 
 
 		<h2>Source</h2>
 		<h2>Source</h2>