CubeMarker::GetCubeFlags
Defined in:
Returns the cube environment map flags.
C4Markers.h
Prototype
uint32 GetCubeFlags(void) const;
Description
The GetCubeFlags
function returns the cube environment map flags, which can be a combination (through logical OR) of the following constants.
kCubeFilter |
Apply a blur filter to the cube map. |
See Also