Browse Source

add unclosed top/bottom LatheGeometry examples to webgl_geometry_normals.html

Ben Houston 12 years ago
parent
commit
f454d0955b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/webgl_geometry_normals.html

+ 2 - 2
examples/webgl_geometry_normals.html

@@ -88,9 +88,9 @@
 					new THREE.Vector3(0,50,-50),
 					new THREE.Vector3(0,10,0),
 					new THREE.Vector3(0,50,050),
-					new THREE.Vector3(0,0,100) ], 12, 0, Math.PI ] },
+					new THREE.Vector3(0,100,100) ], 12, 0, Math.PI ] },
 				{ type: 'LatheGeometry', args: [ [
-					new THREE.Vector3(0,0,-100),
+					new THREE.Vector3(0,10,-100),
 					new THREE.Vector3(0,50,-50),
 					new THREE.Vector3(0,10,0),
 					new THREE.Vector3(0,50,050),