#include <nurbs/nurbsSub.h>
Inheritance diagram for PLib::RenderMesh:
Public Methods | |
virtual void | drawHeader ()=0 |
virtual void | drawTriangle (const SurfSample< T > &, const SurfSample< T > &, const SurfSample< T > &)=0 |
virtual void | drawFooter ()=0 |
virtual void | screenProject (const HPoint_nD< T, 3 > &worldPt, Point_nD< T, 3 > &screenPt)=0 |
The mesh renderer is used by the NurbsSubSurface class to perform the writing of a triangle on the screen or on a file.
Definition at line 80 of file nurbsSub.h.