unitCylinderFine property

CylinderGeometry unitCylinderFine
final

Cylinder of diameter 1 m and height 1 m along Y, 32 segments: for large columns, drums and discs seen from arm's length.

Implementation

static final CylinderGeometry unitCylinderFine = CylinderGeometry(
  radius: 0.5,
  height: 1.0,
  segments: 32,
);