C4 Engine
C4 Engine API Documentation

CubeMarker::SetCubeFlags

Defined in:  C4Markers.h
Sets the cube environment map flags.
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

CubeMarker::GetCubeFlags