|
| enum | {
Alpha,
Blend,
Decal,
Modulate,
AddDetail,
ModulateDetail
} |
| | Environment mode values. More...
|
| |
| enum | {
Point,
Linear,
MipmapPoint,
MipmapLinear,
MipmapBilinear,
MipmapTrilinear,
Nearest
} |
| | Values used by SetMinFilter and SetMagFilter. More...
|
| |
| enum | { Clamp,
Repeat
} |
| | Values used by SetWrap. More...
|
| |
Environment mode values.
| Enumerator |
|---|
| Alpha |
|
| Blend |
|
| Decal |
|
| Modulate |
|
| AddDetail |
|
| ModulateDetail |
|
Values used by SetMinFilter and SetMagFilter.
| Enumerator |
|---|
| Point |
|
| Linear |
|
| MipmapPoint |
|
| MipmapLinear |
|
| MipmapBilinear |
|
| MipmapTrilinear |
|
| Nearest |
|
| trpgTextureEnv::trpgTextureEnv |
( |
void |
| ) |
|
| trpgTextureEnv::~trpgTextureEnv |
( |
void |
| ) |
|
| void trpgTextureEnv::SetEnvMode |
( |
int |
| ) |
|
Set the application mode for the texture.
| void trpgTextureEnv::SetMinFilter |
( |
int |
| ) |
|
Set the Minification filter for a texture.
| void trpgTextureEnv::SetMagFilter |
( |
int |
| ) |
|
Set the Magnification filter for a texture.
| void trpgTextureEnv::SetWrap |
( |
int |
, |
|
|
int |
|
|
) |
| |
Set the texture wrapping for S and T, respectively.
| void trpgTextureEnv::SetBorderColor |
( |
const trpgColor & |
| ) |
|
Set the texture border color.
| bool trpgTextureEnv::GetEnvMode |
( |
int32 & |
| ) |
const |
| bool trpgTextureEnv::GetMinFilter |
( |
int32 & |
| ) |
const |
| bool trpgTextureEnv::GetMagFilter |
( |
int32 & |
| ) |
const |
Get the magnification filter.
| bool trpgTextureEnv::GetWrap |
( |
int & |
, |
|
|
int & |
|
|
) |
| const |
| bool trpgTextureEnv::isValid |
( |
void |
| ) |
const |
| void trpgTextureEnv::Reset |
( |
void |
| ) |
|
|
virtual |
| int trpgTextureEnv::envMode |
|
protected |
| int trpgTextureEnv::minFilter |
|
protected |
| int trpgTextureEnv::magFilter |
|
protected |
| int trpgTextureEnv::wrapS |
|
protected |
| int trpgTextureEnv::wrapT |
|
protected |
The documentation for this class was generated from the following file:
- /data/exports/nrhent7-1/nightly/docs/vrForces.vrf4-8-branch/include/osgdb_vrftxp/trpage_geom.h