浏览代码

Merge pull request #12076 from happy2discover/patch-1

typo error
Mr.doob 8 年之前
父节点
当前提交
fdefb19bdd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_geometry_shapes.html

+ 1 - 1
examples/webgl_geometry_shapes.html

@@ -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 );