#include <COLLADAMesh.h>
Inheritance diagram for CSLCOLLADAMesh:

Public Member Functions |
|
| virtual CSLXSITriangleList * | AddXSITriangleList () |
| virtual CSLXSIPolygonList * | AddXSIPolygonList () |
| virtual CSLXSIShapeAnimation * | CreateXSIShapeAnimation (EFCurveInterpolationType in_Type) |
| virtual SI_Error | Fix () |
| virtual SI_Error | Synchronize () |
| virtual CSLXSITriangleList* AddXSITriangleList | ( | ) | [virtual] |
Adds a new triangle list to the mesh.
Reimplemented from CSLXSIMesh.
| virtual CSLXSIPolygonList* AddXSIPolygonList | ( | ) | [virtual] |
Adds a new polygon list to the mesh.
Reimplemented from CSLXSIMesh.
| virtual CSLXSIShapeAnimation* CreateXSIShapeAnimation | ( | EFCurveInterpolationType | in_Type | ) | [virtual] |
Creates a new shape animation for the geometry.
| [in] | in_Type | Type of interpolation for the new shape animation. |
Reimplemented from CSLXSIGeometry.
| virtual SI_Error Fix | ( | ) | [virtual] |
Cleans invalid data from the template.
Reimplemented from CSLXSIMesh.
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Synchronizes this Softimage mesh instance with its IO layer representation
Reimplemented from CSLXSIMesh.