CMGDK r49-rc2
|
#include <CubeMap.H>
公有成员 | |
CubeMap (TDFNode *, uint=0) | |
CubeMap (Stream *, uint=0) | |
CubeMap (const wchar_t *, uint=0) | |
virtual | ~CubeMap () |
bool | Load (TDFNode *, uint=0) |
bool | Load (Stream *, uint=0) |
bool | Load (const wchar_t *, uint=0) |
公有属性 | |
Property< uint > | WrapS |
横向绕转设置虚拟变量 | |
Property< uint > | WrapT |
纵向绕转设置虚拟变量 | |
Property< uint > | WrapR |
深度绕转设置虚拟变量 | |
保护成员 | |
virtual void | SetWrapS (uint) |
virtual void | SetWrapT (uint) |
virtual void | SetWrapR (uint) |
virtual void | SetAllWrap (uint tw) |
void | InitPrivate () |
立方体贴图
hgl::CubeMap::CubeMap | ( | const wchar_t * | filename, |
uint | gl_format = 0 |
||
) |
hgl::CubeMap::~CubeMap | ( | ) | [virtual] |
void hgl::CubeMap::InitPrivate | ( | ) | [protected] |
bool hgl::CubeMap::Load | ( | const wchar_t * | filename, |
uint | gl_format = 0 |
||
) |
virtual void hgl::CubeMap::SetAllWrap | ( | uint | tw | ) | [inline, protected, virtual] |
void hgl::CubeMap::SetWrapR | ( | uint | tw | ) | [protected, virtual] |
void hgl::CubeMap::SetWrapS | ( | uint | tw | ) | [protected, virtual] |
void hgl::CubeMap::SetWrapT | ( | uint | tw | ) | [protected, virtual] |
深度绕转设置虚拟变量
横向绕转设置虚拟变量
纵向绕转设置虚拟变量