|
@@ -12,7 +12,7 @@
|
|
|
|
|
|
<h1>[name]</h1>
|
|
|
|
|
|
- <p class="desc">BoxGeometry is a geometry class for a [link:https://en.wikipedia.org/wiki/Cuboid rectangular cuboid] with a given 'width', 'height', and 'depth'. The cuboid is centred on the origin, with each edge parallel to one of the axes.</p>
|
|
|
+ <p class="desc">BoxGeometry is a geometry class for a [link:https://en.wikipedia.org/wiki/Cuboid rectangular cuboid] with a given 'width', 'height', and 'depth'. On creation, the cuboid is centred on the origin, with each edge parallel to one of the axes.</p>
|
|
|
|
|
|
<iframe id="scene" src="scenes/geometry-browser.html#BoxGeometry"></iframe>
|
|
|
|
|
@@ -53,6 +53,7 @@
|
|
|
</p>
|
|
|
|
|
|
<h2>Properties</h2>
|
|
|
+ <p>See the base [page:Geometry] class for common properties.</p>
|
|
|
|
|
|
<h3>[property:Object parameters]</h3>
|
|
|
<p>
|
|
@@ -68,6 +69,11 @@
|
|
|
</code>
|
|
|
</p>
|
|
|
|
|
|
+
|
|
|
+ <h2>Methods</h2>
|
|
|
+ <p>See the base [page:Geometry] class for common methods.</p>
|
|
|
+
|
|
|
+
|
|
|
<h2>Source</h2>
|
|
|
|
|
|
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|