Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
| ▼Ncy | |
| CAlphaDistribution | An implementation of alpha distribution methods. This implementation only works for textures with 8-bit channels |
| CBVH | Bounding Volume Hierarchy class |
| CColor24 | 24-bit RGB color class with 3 unsigned byte components |
| CColor3 | RGB color class with 3 components |
| CColor32 | 32-bit RGBA color class with 4 unsigned byte components |
| CColor4 | RGBA color class with 4 components |
| CGL | General OpenGL queries |
| CGLDebugCallback | OpenGL debug callback class |
| CGLRenderBuffer | OpenGL render buffer |
| CGLRenderDepth | OpenGL render depth buffer |
| CGLRenderTexture | OpenGL render color buffer |
| CGLRenderTextureCubeBase | OpenGL render buffer with a cube map texture |
| ▼CGLSLProgram | GLSL program class |
| CParam | |
| ▼CGLSLShader | GLSL shader class |
| CSource | GLSL Shader Source class |
| CGLTexture | OpenGL texture base class |
| CGLTexture1 | OpenGL 1D texture class |
| CGLTexture2 | OpenGL 2D texture class |
| CGLTexture3 | OpenGL 3D texture class |
| CGLTextureCubeMap | OpenGL cube map texture class |
| ▼CHairFile | HAIR file class |
| CHeader | Hair file header |
| CHeap | A general-purpose heap structure that allows random access and updates |
| CIVec | A general class for N-dimensional integer vectors |
| CIVec2 | 2D integer vector class |
| CIVec3 | 3D integer vector class |
| CIVec4 | 4D integer vector class |
| CLightingGridHierarchy | An implementation of the Lighting Grid Hierarchy method |
| CMatrix2 | 2x2 matrix class |
| CMatrix3 | 3x3 matrix class |
| CMatrix34 | 3x4 matrix class |
| CMatrix4 | 4x4 matrix class |
| ▼CPointCloud | A point cloud class that uses a k-d tree for storing points |
| CPointInfo | Used by one of the PointCloud::GetPoints() methods |
| CPolynomial | A general-purpose polynomial class |
| CQuat | Quaternion class |
| CRootFinderNewton | Numerical root finder using safe Newton iterations |
| CTimer | Simple stopwatch class |
| CTimerCPU | A stopwatch class that measures the CPU time of the current process |
| CTimerStats | Stopwatch class with statistics |
| ▼CTriMesh | Triangular Mesh Class |
| CMtl | Material definition |
| CStr | Simple character string |
| CTriFace | Triangular Mesh Face |
| CVec | A general class for N-dimensional vectors |
| CVec2 | 2D vector class |
| CVec3 | 3D vector class |
| CVec4 | 4D vector class |
| CWeightedSampleElimination | An implementation of the weighted sample elimination method |