PolyhedronGeometry

OctahedronGeometry

A class for generating an octahedron geometry.

Constructor

OctahedronGeometry(radius, detail)

radius — Radius of the octahedron. Default is 1.
detail — Default is 0. Setting this to a value greater than zero add vertices making it no longer an octahedron.

Properties

.parameters

An object with all of the parameters that were used to generate the geometry.

Source

src/extras/geometries/OctahedronGeometry.js
Edit