Function CSGSphere.smoothFaces

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

bool smoothFaces() nothrow @property @nogc;

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