Explorar o código

Update BoxGeometry.html

rexdk %!s(int64=6) %!d(string=hai) anos
pai
achega
567394aaa9
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      docs/api/en/geometries/BoxGeometry.html

+ 3 - 3
docs/api/en/geometries/BoxGeometry.html

@@ -44,9 +44,9 @@
 
 		<h3>[name]([param:Float width], [param:Float height], [param:Float depth], [param:Integer widthSegments], [param:Integer heightSegments], [param:Integer depthSegments])</h3>
 		<p>
-		width — Width of the sides; that is, the length of the edges parallel to the X axis. Optional; defaults to 1.<br />
-		height — Height of the sides; that is, the length of the edges parallel to the Y axis. Optional; defaults to 1.<br />
-		depth — Depth of the sides; that is, the length of the edges parallel to the Z axis. Optional; defaults to 1.<br />
+		width — Width; that is, the length of the edges parallel to the X axis. Optional; defaults to 1.<br />
+		height — Height; that is, the length of the edges parallel to the Y axis. Optional; defaults to 1.<br />
+		depth — Depth; that is, the length of the edges parallel to the Z axis. Optional; defaults to 1.<br />
 		widthSegments — Number of segmented rectangular faces along the width of the sides. Optional; defaults to 1.<br />
 		heightSegments — Number of segmented rectangular faces along the height of the sides. Optional; defaults to 1.<br />
 		depthSegments — Number of segmented rectangular faces along the depth of the sides. Optional; defaults to 1.<br />