Skip to content

Commit

Permalink
add unclosed top/bottom LatheGeometry examples to webgl_geometry_norm…
Browse files Browse the repository at this point in the history
…als.html
  • Loading branch information
bhouston committed Dec 31, 2012
1 parent 92c7bc8 commit f454d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/webgl_geometry_normals.html
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit f454d09

Please sign in to comment.