Defines a series of disconnected triangles.
More...
#include "geomTriangles.h"
List of all members.
Detailed Description
Defines a series of disconnected triangles.
Definition at line 25 of file geomTriangles.h.
Member Function Documentation
If the primitive type is a simple type in which all primitives have the same number of vertices, like triangles, returns the number of vertices per primitive.
If the primitive type is a more complex type in which different primitives might have different numbers of vertices, for instance a triangle strip, returns 0.
Reimplemented from GeomPrimitive.
Definition at line 93 of file geomTriangles.cxx.
Returns the fundamental rendering type of this primitive: whether it is points, lines, or polygons.
This is used to set up the appropriate antialiasing settings when AntialiasAttrib::M_auto is in effect; it also implies the type of primitive that will be produced when decompose() is called.
Implements GeomPrimitive.
Definition at line 77 of file geomTriangles.cxx.
The documentation for this class was generated from the following files: