소스 검색

add unclosed top/bottom LatheGeometry examples to webgl_geometry_normals.html

Ben Houston 12 년 전
부모
커밋
f454d0955b
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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),