Explorar el Código

Merge pull request #5025 from netantho/patch-1

Update GeometryUtils.html
Mr.doob hace 11 años
padre
commit
883aaa3c7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/api/extras/GeometryUtils.html

+ 1 - 1
docs/api/extras/GeometryUtils.html

@@ -16,7 +16,7 @@
 
 		<h3> .merge( [page:Geometry geometry1] , [page:Geometry geometry2], [page:Integer materialIndexOffset] )</h3>
 		<div>
-		geometry1 — Parent geomentry element <br />
+		geometry1 — Parent geometry element <br />
 		geometry2 — Geometry that need to be added in parent <br />
 		materialIndexOffset — Offset applied to the materialIndex of all the new faces in the merged geometry. Default : 0 <br />
 		</div>