IcosahedronGeometry.create constructor

IcosahedronGeometry.create(
  1. List<double> vertices,
  2. List<int> indices, [
  3. double radius = 1,
  4. int detail = 0,
])

Implementation

IcosahedronGeometry.create(
  super.vertices,
  super.indices,
[
  super.radius = 1,
  super.detail = 0
]){
  type = "IcosahedronGeometry";
}