#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] |
Add a new triangle list to the mesh.
Reimplemented from CSLXSIMesh.
| virtual CSLXSIPolygonList* AddXSIPolygonList | ( | ) | [virtual] |
Add a new polygon list to the mesh.
Reimplemented from CSLXSIMesh.
| virtual CSLXSIShapeAnimation* CreateXSIShapeAnimation | ( | EFCurveInterpolationType | in_Type | ) | [virtual] |
Create a new shape animation for the geometry.
| EFCurveInterpolationType | Type of interpolation for the new shape animation. |
Reimplemented from CSLXSIGeometry.
| virtual SI_Error Fix | ( | ) | [virtual] |
Clean invalid data from the template.
Reimplemented from CSLXSIMesh.
| virtual SI_Error Synchronize | ( | ) | [virtual] |
Synchronizes this xsi mesh instance with its IO layer representation
Reimplemented from CSLXSIMesh.