CubeMarker::SetCubeFlags
Defined in:
Sets the cube environment map flags.
C4Markers.h
Prototype
void SetCubeFlags(uint32 flags);
Parameters
flags |
The new cube environment map flags. |
Description
The GetCubeFlags
function sets the cube environment map flags to the value specified by the flags
parameter. It can be a combination (through logical OR) of the following constants.
kCubeFilter |
Apply a blur filter to the cube map. |
See Also