|
@@ -61,15 +61,6 @@
|
|
<p>
|
|
<p>
|
|
An object with a property for each of the constructor parameters. Any modification after instantiation does not change the geometry.
|
|
An object with a property for each of the constructor parameters. Any modification after instantiation does not change the geometry.
|
|
</p>
|
|
</p>
|
|
- <p>
|
|
|
|
- Using the above example:
|
|
|
|
- <code>
|
|
|
|
- geometry.parameters; // {width: 1, height: 1, depth: 1, widthSegments: undefined, heightSegments: undefined, depthSegments: undefined}
|
|
|
|
- cube.geometry.parameters; // as above
|
|
|
|
- cube.geometry.parameters.width; // === 1
|
|
|
|
- cube.geometry.parameters.widthSegments; // === undefined.
|
|
|
|
- </code>
|
|
|
|
- </p>
|
|
|
|
|
|
|
|
<h2>Methods</h2>
|
|
<h2>Methods</h2>
|
|
<p>See the base [page:BufferGeometry] class for common methods.</p>
|
|
<p>See the base [page:BufferGeometry] class for common methods.</p>
|