SLCallbacks_COLLADA_1_4x.h

00001 //***************************************************************************************
00002 //
00003 // File supervisor: Crosswalk team
00004 //
00005 // Copyright 2008 Autodesk, Inc.  All rights reserved.  
00006 // Use of this software is subject to the terms of the Autodesk license agreement 
00007 // provided at the time of installation or download, or which otherwise accompanies 
00008 // this software in either electronic or hard copy form.
00009 //
00010 //***************************************************************************************
00011 
00012 #ifndef _SLCALLBACKS_COLLADA_1_4X_H
00013 #define _SLCALLBACKS_COLLADA_1_4X_H
00014 
00015 #include "Template.h"
00016 #include "Scene.h"
00017 
00018 // registration function
00019 
00020 XSIEXPORT SI_Error Register_COLLADA_1_4x(CSLScene *in_pScene);
00021 
00022 // scene Load callbacks
00023 XSIEXPORT CSLTemplate *COLLADALightCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00024 XSIEXPORT CSLTemplate *COLLADANodeCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00025 XSIEXPORT CSLTemplate *COLLADAMeshCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00026 XSIEXPORT CSLTemplate *COLLADAControllerCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00027 XSIEXPORT CSLTemplate *COLLADAEnvelopeCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00028 XSIEXPORT CSLTemplate *COLLADAShapeAnimationCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext, CCOLLADATemplate *in_pMorphTemplate = NULL);
00029 XSIEXPORT CSLTemplate *COLLADAModelCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00030 XSIEXPORT CSLTemplate *COLLADACameraCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00031 XSIEXPORT CSLTemplate *COLLADAAnimationLibraryNodeCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00032 XSIEXPORT CSLTemplate *COLLADAImageLibraryCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00033 XSIEXPORT CSLTemplate *COLLADAImageCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00034 XSIEXPORT CSLTemplate *COLLADAMaterialLibraryCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00035 XSIEXPORT CSLTemplate *COLLADAMaterialCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00036 XSIEXPORT CSLTemplate *COLLADAEffectLibraryCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00037 XSIEXPORT CSLTemplate *COLLADAEffectCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00038 XSIEXPORT CSLTemplate *COLLADAFXCommonProfileCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00039 XSIEXPORT CSLTemplate *COLLADAFXCommonShaderCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00040 XSIEXPORT CSLTemplate *COLLADASetParamCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00041 XSIEXPORT CSLTemplate *COLLADATranslateCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00042 XSIEXPORT CSLTemplate *COLLADARotateCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00043 XSIEXPORT CSLTemplate *COLLADAScaleCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00044 XSIEXPORT CSLTemplate *COLLADAShearCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00045 XSIEXPORT CSLTemplate *COLLADALookatCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00046 XSIEXPORT CSLTemplate *COLLADAMatrixCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00047 XSIEXPORT CSLTemplate *COLLADAXSIParamCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00048 XSIEXPORT CSLTemplate *COLLADAInstanceCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00049 XSIEXPORT CSLTemplate *COLLADAAnimationClipCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00050 
00051 // node Post load callbacks
00052 XSIEXPORT SI_Error      COLLADAPostChildrenModelCallback(CSLTemplate *in_pTemplate, SLContext *in_pContext);
00053 XSIEXPORT SI_Error      COLLADAMaterialPostChildrenCallback(CSLTemplate *in_pTemplate, SLContext *in_pContext);
00054 
00055 // scene Post load callbacks
00056 XSIEXPORT SI_Error      COLLADAAnimationLibraryCallback(SLContext *in_pContext);
00057 XSIEXPORT SI_Error      COLLADAControllerLibraryCallback(SLContext *in_pContext);
00058 XSIEXPORT SI_Error      COLLADAMaterialLibraryPostCallback(SLContext *in_pContext);
00059 XSIEXPORT SI_Error      COLLADAMaterialLibraryPostLoadCallback(SLContext *in_pContext);
00060 XSIEXPORT SI_Error      COLLADADotXSIFixupPostCallback(SLContext *in_pContext);
00061 XSIEXPORT SI_Error      COLLADAInstancePostCallback(SLContext *in_pContext);
00062 
00063 #endif