Browse Source

Update BoxGeometry.html

rexdk 6 years ago
parent
commit
567394aaa9
1 changed files with 3 additions and 3 deletions
  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 />