|
HDK
|
#include <RE_ReflectMap.h>
Public Member Functions | |
| RE_ReflectMap (const char *name) | |
| ~RE_ReflectMap () | |
| void | setResolution (int size) |
| void | setHDR (bool enable) |
| void | setOrigin (UT_Vector3F org) |
| void | setMipmap (bool enable) |
| UT_Vector3F | getOrigin () const |
| bool | isDirty () const |
| bool | prepRender (RE_Render *r, RE_TextureCubeFace face=RE_TEXTURE_CUBE_POS_X) |
| void | doneRender (RE_Render *r) |
| RE_OGLTexture * | getReflectMap () const |
| void | setVersion (int64 version) |
| int64 | getVersion () const |
| void | setFrameTime (fpreal t) |
| fpreal | getFrameTime () const |
| bool | createFBO (RE_Render *r) |
Definition at line 28 of file RE_ReflectMap.h.
| RE_ReflectMap::RE_ReflectMap | ( | const char * | name | ) |
| RE_ReflectMap::~RE_ReflectMap | ( | ) |
| bool RE_ReflectMap::createFBO | ( | RE_Render * | r | ) |
|
inline |
Definition at line 55 of file RE_ReflectMap.h.
|
inline |
Definition at line 41 of file RE_ReflectMap.h.
|
inline |
Definition at line 49 of file RE_ReflectMap.h.
|
inline |
Definition at line 52 of file RE_ReflectMap.h.
|
inline |
Definition at line 43 of file RE_ReflectMap.h.
| bool RE_ReflectMap::prepRender | ( | RE_Render * | r, |
| RE_TextureCubeFace | face = RE_TEXTURE_CUBE_POS_X |
||
| ) |
Definition at line 54 of file RE_ReflectMap.h.
| void RE_ReflectMap::setHDR | ( | bool | enable | ) |
| void RE_ReflectMap::setMipmap | ( | bool | enable | ) |
| void RE_ReflectMap::setOrigin | ( | UT_Vector3F | org | ) |
Definition at line 51 of file RE_ReflectMap.h.