00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef _SLCALLBACKS_DOTXSI_6X_H
00013 #define _SLCALLBACKS_DOTXSI_6X_H
00014
00015 #include "Template.h"
00016 #include "Scene.h"
00017
00018
00019
00020 XSIEXPORT SI_Error Register_dotXSI_6x(CSLScene *in_pScene);
00021
00022
00023
00024 XSIEXPORT CSLTemplate *XSIIKResolutionPlaneCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00025 XSIEXPORT CSLTemplate *XSICameraCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00026 XSIEXPORT CSLTemplate *XSIPolymatricksCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00027 XSIEXPORT CSLTemplate *XSITranslateCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00028 XSIEXPORT CSLTemplate *XSIRotateCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00029 XSIEXPORT CSLTemplate *XSIScaleCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00030 XSIEXPORT CSLTemplate *XSIShearCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00031 XSIEXPORT CSLTemplate *XSILookatCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00032 XSIEXPORT CSLTemplate *XSIMatrixCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00033 XSIEXPORT CSLTemplate *XSIShapeReferenceCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00034 XSIEXPORT CSLTemplate *XSIActionClipContainerCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00035 XSIEXPORT CSLTemplate *XSIIndexListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00036 XSIEXPORT CSLTemplate *XSICameraFocalLengthCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00037 XSIEXPORT CSLTemplate *XSIShaderMultiPortConnectionCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00038 XSIEXPORT CSLTemplate *XSIImageFX2Callback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00039 XSIEXPORT CSLTemplate *XSITextureLayerCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00040 XSIEXPORT CSLTemplate *XSITextureLayerPortCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00041 XSIEXPORT CSLTemplate *XSIUserKeywordCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00042 XSIEXPORT CSLTemplate *XSIClipToParentCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00043 XSIEXPORT CSLTemplate *XSIShaderCompoundCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00044 XSIEXPORT CSLTemplate *XSIShaderCompoundPortCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00045
00046
00047 XSIEXPORT SI_Error XSIShapeReferencePostLoadCallback(SLContext *in_pContext);
00048 XSIEXPORT SI_Error XSIActionClipContainerPostLoadCallback(SLContext *in_pContext);
00049 XSIEXPORT SI_Error XSIShaderCompoundPostLoadCallback(SLContext *in_pContext);
00050
00051
00052 #endif