SphereGeometrySpec constructor

SphereGeometrySpec({
  1. double radius = 0.5,
  2. int segments = 32,
  3. int rings = 16,
})

Creates a sphere spec.

Implementation

SphereGeometrySpec({this.radius = 0.5, this.segments = 32, this.rings = 16});