OctahedronGeometry.create constructor

OctahedronGeometry.create(
  1. List<double> vertices,
  2. List<int> indices,
  3. double radius,
  4. int detail,
)

Implementation

OctahedronGeometry.create(super.vertices, super.indices, super.radius, super.detail);