unitSphereCoarse property

SphereGeometry unitSphereCoarse
final

Sphere of diameter 1 m, 8 segments (coarse, for projectiles and gems).

Implementation

static final SphereGeometry unitSphereCoarse = SphereGeometry(
  radius: 0.5,
  segments: 8,
);