Skip to content

Commit

Permalink
Merge pull request mrdoob#12076 from happy2discover/patch-1
Browse files Browse the repository at this point in the history
typo error
  • Loading branch information
mrdoob authored Aug 29, 2017
2 parents 5ce11d1 + 6e7602b commit fdefb19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_geometry_shapes.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
function addShape( shape, extrudeSettings, color, x, y, z, rx, ry, rz, s ) {

// flat shape with texture
// note: default UVs generated by ShapeBufferGemoetry are simply the x- and y-coordinates of the vertices
// note: default UVs generated by ShapeBufferGeometry are simply the x- and y-coordinates of the vertices

var geometry = new THREE.ShapeBufferGeometry( shape );

Expand Down

0 comments on commit fdefb19

Please sign in to comment.