Function CSGPolygon.smoothFaces
Generates smooth normals so smooth shading is applied to our mesh.
bool smoothFaces() nothrow @property @nogc;
void smoothFaces
(
bool v
) nothrow @property @nogc;
Generates smooth normals so smooth shading is applied to our mesh.
bool smoothFaces() nothrow @property @nogc;
void smoothFaces
(
bool v
) nothrow @property @nogc;