TetrahedronGeometry.create constructor

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

Implementation

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