#include <FCDEffectParameterSurface.h>
Inheritance diagram for FCDEffectParameterSurfaceInitCube:

Public Types | |
| enum | CubeType { ALL, PRIMARY, FACE } |
| The types of cube-map initializations. More... | |
Public Member Functions | |
| FCDEffectParameterSurfaceInitCube () | |
| Constructor: builds a new cube-map initialization method. | |
| virtual | ~FCDEffectParameterSurfaceInitCube () |
| Destructor. | |
| virtual FCDEffectParameterSurfaceInitFactory::InitType | GetInitType () const |
| Retrieves the initialization type. | |
| virtual FCDEffectParameterSurfaceInit * | Clone (FCDEffectParameterSurfaceInit *clone) const |
| Creates a full copy of the surface initialization parameter. | |
Public Attributes | |
| CubeType | cubeType |
| The type of cube-map initialization. | |
| UInt16List | order |
| The list of image indices. | |
|
|
The types of cube-map initializations.
|
|
|
Creates a full copy of the surface initialization parameter.
Reimplemented from FCDEffectParameterSurfaceInit. |
|
|
Retrieves the initialization type. You cannot modify this value. To change the initialization type of a surface parameter, create a new surface initialization structure of the correct type.
Implements FCDEffectParameterSurfaceInit. |
|
|
The list of image indices. The images are contained within the surface effect parameter. This is used only for the FACE cube-map initialization type and indicates how to match the faces of faces of the cube-map with the images in the surface effect parameter. |
1.4.6-NO