IFXUpdates |
The IFXUpdates interface manages a list of IFXResolutionChange and IFXFaceUpdate objects, which contain the actual data for performing incremental resolution changes to multiresolution meshes.
This object maintains the data needed to update one faceone complete resolution change typically involves several face updates
With IFXMesh, this object defines a resolution change, which may involve more than one vertex.
Just as IFXMeshGroup contains IFXMeshes, IFXUpdatesGroup contains IFXUpdates. Each IFXMesh in an IFXMeshGroup has a corresponding IFXUpdates object in the IFXUpdateGroup object.
|
Interface Method |
Description |
|
Class constructor |
|
|
Class destructor |
|
|
Allocates memory for an IFXUpdate |
|
|
Returns the number of resolution changes |
|
|
Returns the number of face updates |
Class constructor.
Parameters:
None
Return Values:
None
Class destructor.
Parameters:
None
Return Values:
None
Parameters:
|
rc |
Resolution change number |
|
fu |
Face update number |
Returns the number of resolution changes.
Parameters:
|
pResChanges |
Pointer to IFXResolutionChange |
Return Values:
U32
Returns the number of face updates.
Parameters:
|
pFaceUpdates |
Pointer to IFXFaceUpdate |
Return Values:
U32
§See asterisked (*) statement at Legal Information © 2001 Intel Corporation.