unitCylinderCoarse property

CylinderGeometry unitCylinderCoarse
final

Cylinder of diameter 1 m and height 1 m along Y, 8 segments (posts, torch handles, thin trims where silhouette smoothness is not visible).

Implementation

static final CylinderGeometry unitCylinderCoarse = CylinderGeometry(
  radius: 0.5,
  height: 1.0,
  segments: 8,
);