unitSphere property

SphereGeometry unitSphere
final

Sphere of diameter 1 m, 16 segments (smooth, ~290 vertices).

Implementation

static final SphereGeometry unitSphere = SphereGeometry(
  radius: 0.5,
  segments: 16,
);