Function CSGCylinder.smoothFaces

If true the normals of the cylinder are set to give a smooth effect making the cylinder seem rounded. If false the cylinder will have a flat shaded look.

bool smoothFaces() nothrow @property @nogc;

void smoothFaces (
  bool v
) nothrow @property @nogc;