Function CSGTorus.smoothFaces

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

bool smoothFaces() nothrow @property @nogc;

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