unitSphere property
Sphere of diameter 1 m, 16 segments (smooth, ~290 vertices).
Implementation
static final SphereGeometry unitSphere = SphereGeometry(
radius: 0.5,
segments: 16,
);
Sphere of diameter 1 m, 16 segments (smooth, ~290 vertices).
static final SphereGeometry unitSphere = SphereGeometry(
radius: 0.5,
segments: 16,
);