NAME
DtShapeIsFlatShaded - Determine whether the given shape
is flat-shaded.
SYNOPSIS
#include <Dt.h>
int DtShapeIsFlatShaded(int shapeID)
DESCRIPTION
DtShapeIsFlatShaded() tells whether the given shape
is flat or smooth shaded as it was set in the 'Render stats'
window.
In a flat-shaded polyset, all the polygons are rendered with
only one normal (i.e.: the normal of the polygon), whereas a
smooth shaded polyset can have per-vertex normals on it's
polygons.
DIAGNOSTICS
Returns 1 if the shape is flat-shaded.
Otherwise returns 0.
FILES
Link with -lDtOMio