BSP Class Reference
#include <BSP.h>
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
| bool BSP::Load |
( |
char * |
filename, |
|
|
int |
curveTesselation | |
|
) |
| | |
| int BSP::CalculateCameraLeaf |
( |
const VECTOR3D & |
cameraPosition |
) |
|
| void BSP::CalculateVisibleFaces |
( |
const XYZ & |
cameraPosition, |
|
|
FRUSTUM & |
frustum, |
|
|
BITSET & |
segmentMask | |
|
) |
| | |
| void BSP::buildSingleCluster |
( |
|
) |
|
| void BSP::setLightMapGamma |
( |
float |
gamma_val |
) |
[inline] |
| void BSP::showAll |
( |
bool |
show_all_in |
) |
|
| void BSP::disableVIS |
( |
bool |
disable_vis_in |
) |
|
| bool BSP::LoadVertices |
( |
FILE * |
file |
) |
|
| bool BSP::LoadFaces |
( |
FILE * |
file, |
|
|
int |
curveTesselation | |
|
) |
| | |
| bool BSP::LoadTextures |
( |
FILE * |
file |
) |
|
| bool BSP::LoadLightmaps |
( |
FILE * |
file |
) |
|
| int BSP::isClusterVisible |
( |
int |
cameraCluster, |
|
|
int |
testCluster | |
|
) |
| | |
| bool BSP::LoadBSPData |
( |
FILE * |
file |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files:
- /Users/ccliffe/Dev/cubicvr/cubicvr/include/CubicVR/BSP.h
- /Users/ccliffe/Dev/cubicvr/cubicvr/src/BSP.cpp