IFXModelResource |
IFXModelResource is the interface used to get and set model properties. Model Resources are managed by the scenegraph, and contained in the Model Resource Palette. IFXModelResource inherits the IFXMarker and IFXUnknown interfaces. It is supported by the CIFXModelResource component.
|
Interface Methods |
Description |
|
Gets the space controller state |
|
|
Sets the space controller state |
|
|
Gets the Level of Detail bias for the screen space |
|
|
Sets the Level of Detail bias for the screen space |
|
|
Gets maximum number of meshes in a multiresolution mesh |
|
|
Gets the level of meshes in a multiresolution mesh |
|
|
Sets the level of meshes in a multiresolution mesh |
|
|
Returns a pointer to the MultiResManager interface |
|
|
Returns a pointer to the NeighborResController interface |
|
|
Returns pointers to IFXModelData and the MRM manager and controller |
|
|
Returns a handle to the IFXStylePalette |
|
|
Returns a handle to IFXStyle |
|
|
Returns a handle to the IFXScenegraph |
This method gets the space controller state (on or off).
Parameters:
|
pbOutOn |
Pointer to the indicator of whether the space controller state is on or off |
This method sets the space controller state (on or off).
Parameters:
|
bInOn |
Indicates whether the space controller state is on or off |
This method gets the Level of Detail bias for the screen space.
Parameters:
|
pfOutMRMScreenSpaceBias |
Pointer to Level of Detail Bias |
This method sets the Level of Detail bias for the screen space.
Parameters:
|
fInMRMScreenSpaceBias |
Level of Detail Bias |
This method gets maximum number of meshes in a multiresolution mesh.
Parameters:
|
puOutMRMMaxLevel |
Pointer to MRM level maximum amount |
This method gets the level of meshes in a multiresolution mesh.
Parameters:
|
pfOutMRMLevel |
Pointer to the MRM level |
This method sets the level of meshes in a multiresolution mesh.
Parameters:
|
fInMRMLevel |
MRM level |
This method returns a pointer to the MultiResManager interface.
Parameters:
|
ppOut |
Pointer to the IFXMultiResManagerInterface |
This method returns a pointer to the NeighborResController interface.
Parameters:
|
ppOut |
Pointer to the IFXNeighborResControllerInterface |
This method returns pointers to IFXModelData and the MRM manager and controller.
Parameters:
|
pInModelData |
Pointer to IFXModelData |
|
pMResManInterface |
Pointer to IFXMultiResManagerInterface |
|
pNResContInterface |
Pointer to IFXNeighborResControllerInterface |
This method returns a handle to the IFXStylePalette.
Parameters:
|
ppStylePalette |
Handle to the IFXStylePalette |
This method returns a handle to an IFXStyle and its ID number.
Parameters:
|
StyleID |
Style ID number |
|
ppStyle |
Handle to the IFXStyle |
This method returns a handle to the IFXScenegraph.
Parameters:
|
ppOutSceneGraph |
Handle to the IFXScenegraph |
§See asterisked (*) statement at Legal Information © 2001 Intel Corporation.