00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef _SLCALLBACKS_DOTXSI_5X_H
00013 #define _SLCALLBACKS_DOTXSI_5X_H
00014
00015 #include "Template.h"
00016 #include "Scene.h"
00017
00018
00019
00020 XSIEXPORT SI_Error Register_dotXSI_5x(CSLScene *in_pScene);
00021
00022
00023
00024 XSIEXPORT CSLTemplate *XSIUserDataBlobCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00025 XSIEXPORT CSLTemplate *XSITransformCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00026 XSIEXPORT CSLTemplate *XSIBasePoseCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00027 XSIEXPORT CSLTemplate *XSILimitCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00028 XSIEXPORT CSLTemplate *XSIMeshCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00029 XSIEXPORT CSLTemplate *XSIShapeCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00030 XSIEXPORT CSLTemplate *XSIShapeAnimationCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00031 XSIEXPORT CSLTemplate *XSIPolygonListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00032 XSIEXPORT CSLTemplate *XSITriangleListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00033 XSIEXPORT CSLTemplate *XSITriangleStripListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00034 XSIEXPORT CSLTemplate *XSIVertexListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00035 XSIEXPORT CSLTemplate *XSISubComponentAttributeListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00036 XSIEXPORT CSLTemplate *XSIClusterInfoCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00037
00038
00039
00040 XSIEXPORT SI_Error XSIPolygonListPostLoadCallback(SLContext *in_pContext);
00041 XSIEXPORT SI_Error XSITriangleListPostLoadCallback(SLContext *in_pContext);
00042 XSIEXPORT SI_Error XSITriangleStripListPostLoadCallback(SLContext *in_pContext);
00043
00044 #endif