-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFunctions.h
112 lines (112 loc) · 5.93 KB
/
Functions.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
//SI_ACTION_FCURVE, /*!< Action FCUrve template */
//SI_ANGLE, /*!< SI_Angle template */
//SI_AMBIENCE, /*!< SI_Ambience template */
//SI_BASE_SHAPE, /*!< Base Shape template */
//SI_CAMERA, /*!< SI_Camera template */
//SI_CLUSTER, /*!< SI_Cluster template */
//SI_CONSTRAINT, /*!< SI_Constraint template */
//SI_COORDINATE_SYSTEM, /*!< SI_CoordinateSystem template */
//SI_CURVE_LIST, /*!< SI_CurveList template */
//SI_CUSTOM_PSET, /*!< XSI_CustomPSet template */
//SI_CUSTOM_PARAM_INFO, /*!< XSI_CustomPSetInfo template */
//SI_DIRECTIONAL_LIGHT, /*!< Directional light template */
//SI_ENVELOPE, /*!< SI_Envelope template */
//SI_ENVELOPE_LIST, /*!< SI_EnvelopeList template */
//SI_FCURVE, /*!< SI_FCurve template */
//SI_FILE_INFO, /*!< SI_FileInfo template */
//SI_FOG, /*!< SI_Fog template */
//SI_GLOBAL_MATERIAL, /*!< SI_GlobalMaterial template */
//SI_IK_EFFECTOR, /*!< SI_IK_Effector template */
//SI_IK_JOINT, /*!< SI_IK_Joint template */
//SI_IK_ROOT, /*!< SI_IK_Root template */
//SI_INFINITE_LIGHT, /*!< Infinite light*/
//SI_INSTANCE, /*!< SI_Instance template*/
//SI_LIGHT_INFO, /*!< Light info template*/
//SI_MATERIAL, /*!< Legacy SI_Material template*/
//SI_MATERIAL_LIBRARY, /*!< SI_MaterialLibrary template*/
//SI_MESH, /*!< SI_Mesh template*/
//SI_MODEL, /*!< SI_Model template*/
//SI_NULL_OBJECT, /*!< SI_Null template*/
//SI_NURBS_CURVE, /*!< SI_NurbsCurve template*/
//SI_NURBS_SURFACE, /*!< SI_NurbsSurface template*/
//SI_POINT_LIGHT, /*!< Point Light */
//SI_POLYGON_LIST, /*!< SI_PolygonList template*/
//SI_SCENE_INFO, /*!< SI_SceneInfo template*/
//SI_SHAPE, /*!< SI_Shape template*/
//SI_SHAPE35, /*!< SI_Shape dotXSI Version 3.5+*/
//SI_SHAPE_ANIMATION, /*!< SI_ShapeAnimation Template*/
//SI_SPOT_LIGHT, /*!< Spot light*/
//SI_SURFACE_MESH, /*!< SI_SurfaceMesh template*/
//SI_TEXTURE_2D, /*!< Legacy SI_Texture2D template*/
//SI_TRANSFORM, /*!< SI_Transform template*/
//SI_TRIANGLE_LIST, /*!< SI_TriangleList template*/
//SI_TRIANGLE_STRIP, /*!< SI_TriangleStrip template*/
//SI_TRIANGLE_STRIP_LIST, /*!< SI_TriangleStripList template*/
//SI_VISIBILITY, /*!< SI_Visibility template*/
//XSI_ACTION, /*!< XSI_Action template*/
//XSI_ACTIONCLIP, /*!< XSI_ActionClip template*/
//XSI_CUSTOM_PARAM_INFO, /*!< XSI_CustomPSet template*/
//XSI_EXTRAPOLATION, /*!< XSI_Extrapolation template*/
//XSI_FXOPERATOR, /*!< XSI_FXOperator template*/
//XSI_FXTREE, /*!< XSI_FXTree template*/
//XSI_IMAGE, /*!< XSI_Image template*/
//XSI_IMAGE_DATA, /*!< XSI_ImageData template*/
//XSI_IMAGE_FX, /*!< XSI_ImageFX template*/
//XSI_IMAGE_LIBRARY, /*!< XSI_ImageLibrary template*/
//XSI_MATERIAL, /*!< XSI_Material template*/
//XSI_MATERIAL_INFO, /*!< XSI_MaterialInfo template*/
//XSI_MIXER, /*!< XSI_Mixer template*/
//XSI_NURBS_PROJECTION, /*!< XSI_NurbsProjection template*/
//XSI_NURBS_TRIM, /*!< XSI_NurbsTrim template*/
//XSI_SHADER, /*!< XSI_Shader template*/
//XSI_SHADER_INSTANCE_DATA, /*!< XSI_ShaderInstanceData template*/
//XSI_STATIC_VALUES, /*!< XSI_StaticValue template*/
//XSI_TIMECONTROL, /*!< XSI_TimeControl template*/
//XSI_TRACK, /*!< XSI_Track template*/
//XSI_USER_DATA, /*!< XSI_UserData template*/
//XSI_USER_DATA_LIST, /*!< XSI_UserDataList template*/
//XSI_SUB_COMPONENT_ATTRIBUTE_LIST, /*!< XSI_SubComponentAttributeList template*/
//XSI_TRIANGLE_STRIP_LIST, /*!< XSI_TriangleStripList template*/
//XSI_TRIANGLE_LIST, /*!< XSI_TriangleList template*/
//XSI_POLYGON_LIST, /*!< XSI_PolygonList template*/
//XSI_VERTEX_LIST, /*!< XSI_VertexList template*/
//XSI_SHAPE, /*!< XSI_Shape template*/
//XSI_MESH, /*!< XSI_Mesh template*/
//XSI_SHAPE_ANIMATION, /*!< XSI_ShapeAnimation template*/
//XSI_CLUSTER_INFO, /*!< XSI_ClusterInfo template*/
//XSI_USER_DATA_BLOB, /*!< XSI_UserDataBlob template*/
//XSI_TRANSFORM, /*!< XSI_Transform template*/
//XSI_LIMIT, /*!< XSI_Limit template*/
//XSI_BASEPOSE, /*!< XSI_BasePose template*/
//COLLADA_MATERIAL, /*!< COLLADA material template*/
//COLLADA_EFFECT_LIBRARY, /*!< COLLADA effect library template*/
//COLLADA_EFFECT, /*!< COLLADA effect template*/
//COLLADA_EFFECT_COMMON_PROFILE, /*!< COLLADA effect common profile template*/
//COLLADA_EFFECT_CG_PROFILE, /*!< COLLADA effect Cg profile template*/
//COLLADA_EFFECT_COMMON_PARAM, /*!< COLLADA effect common profile param template*/
//COLLADA_EFFECT_COMMON_FLOAT, /*!< COLLADA effect common profile float template*/
//COLLADA_EFFECT_COMMON_COLOR, /*!< COLLADA effect common profile color template*/
//COLLADA_EFFECT_COMMON_TEXTURE, /*!< COLLADA effect common profile texture template*/
//COLLADA_EFFECT_COMMON_FLOAT_OR_PARAM, /*!< COLLADA effect common profile float/param switch template*/
//COLLADA_EFFECT_COMMON_COLOR_OR_TEXTURE, /*!< COLLADA effect common profile color/param/texture switch template*/
//COLLADA_EFFECT_COMMON_SHADER, /*!< COLLADA effect common profile shader*/
//COLLADA_EFFECT_SETPARAM, /*!< COLLADA setparam template*/
//XSI_IK_RESOLUTIONPLANE, /*!< XSI IK resolution plane template*/
//XSI_CAMERA, /*!< XSI Camera*/
//XSI_POLYMATRICKS, /*!< XSI Polymatricks*/
//XSI_TRANSLATE, /*!< XSI Translate*/
//XSI_ROTATE, /*!< XSI Rotate*/
//XSI_SCALE, /*!< XSI Scale*/
//XSI_SHEAR, /*!< XSI Shear*/
//XSI_LOOKAT, /*!< XSI Lookat*/
//XSI_MATRIX, /*!< XSI Matrix*/
//XSI_SHAPEREFERENCE, /*!< XSI_ShapeReference template*/
//XSI_ACTIONCLIPCONTAINER, /*!< XSI_ActionClipContainer template*/
//XSI_INDEX_LIST, /*!< XSI_IndexList template*/
//XSI_CAMERA_FOCALLENGTH, /*!< XSI_CameraFocalLength template*/
//XSI_SHADER_MULTI_PORT_CONNECTION, /*!< XSI_ShaderMultiPortConnection template*/
//XSI_IMAGE_FX2, /*!< XSI_ImageFX2 template*/
//XSI_TEXTURE_LAYER, /*!< XSI_TextureLayer template*/
//XSI_TEXTURE_LAYER_PORT, /*!< XSI_TextureLayerPort template*/
//XSI_USER_KEYWORD, /*!< XSI_UserKeyword template*/
//XSI_CLIP_TO_PARENT,