Browse Source

Update BufferGeometry.html

gero3 11 years ago
parent
commit
71651ae2d9
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/api/core/BufferGeometry.html

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

@@ -21,7 +21,7 @@
 
 		<h3>[name]()</h3>
 		<div>
-			This creates a new [name]. It also sets several properties to an default value.
+		This creates a new [name]. It also sets several properties to an default value.
 		</div>
 
 
@@ -112,8 +112,8 @@
 
 		<h3>.normalizeNormals()</h3>
 		<div>
-        Every normal vector in a geometry will have a magnitude of 1.
-        This will correct lighting on the geometry surfaces.
+		Every normal vector in a geometry will have a magnitude of 1.
+		This will correct lighting on the geometry surfaces.
 		</div>
 
 		<h2>Source</h2>