Explorar el Código

add unclosed top/bottom LatheGeometry examples to webgl_geometry_normals.html

Ben Houston hace 12 años
padre
commit
f454d0955b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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),