#include <cbufcube.h>
Inheritance diagram for csCBufferPersp:
Public Methods | |
csCBufferPersp (int sx, int sy, int nlines) | |
Constructor. | |
bool | InsertPolygon (csVector3 *verts, int num_verts, csClipper *clipper=NULL) |
Insert a polygon/frustum into the cube. More... | |
bool | TestPolygon (csVector3 *verts, int num_verts, csClipper *clipper=NULL) |
Test for polygon/frustum visibility with the cube. More... |
|
Insert a polygon/frustum into the cube. The optional 'clipper' will be used to clip the resulting polygon. |
|
Test for polygon/frustum visibility with the cube. The optional 'clipper' will be used to clip the resulting polygon. |