#include <CTex.h>
Public Member Functions | |
void | Init (unsigned short dimX, unsigned short dimY) |
void | Shutdown () |
void | GenerateBackgroundTexture () |
void | RenderSubTexture () |
void | RenderVolumeSubTexture () |
Definition at line 11 of file CTex.h.
|
Create size adjustable background texture |
|
Texture initialization routine |
|
Renders a 2D subtexture, on the created background texture. Definition at line 200 of file CTex.cpp. References CVolVoxels::GetDimX(), CVolVoxels::GetDimY(), and CVolVoxels::GetDimZ(). |
|
Renders a 2D subtexture of the volumetric raycast on the created background texture. Definition at line 280 of file CTex.cpp. References CScanner::GetTexHeight(), CScanner::GetTexWidth(), and CScanner::GetView(). |
|
Texture shutdown routine, also called from the destructor |