Pārlūkot izejas kodu

typo error

ShapeBufferGemoetry -> ShapeBufferGeometry
happy2discover 8 gadi atpakaļ
vecāks
revīzija
6e7602b1de
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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 );