1 /*
2  * Copyright 2006 Sony Computer Entertainment Inc.
3  *
4  * Licensed under the MIT Open Source License, for details please see license.txt or the website
5  * http://www.opensource.org/licenses/mit-license.php
6  *
7  */
8 
9 #include <1.4/dom/domConstants.h>
10 
11 namespace ColladaDOM141 {
12 
13 DLLSPEC daeString COLLADA_VERSION = "1.4.1";
14 DLLSPEC daeString COLLADA_NAMESPACE = "http://www.collada.org/2005/11/COLLADASchema";
15 
16 DLLSPEC daeString COMMON_PROFILE_INPUT_BINORMAL = "BINORMAL";
17 DLLSPEC daeString COMMON_PROFILE_INPUT_COLOR = "COLOR";
18 DLLSPEC daeString COMMON_PROFILE_INPUT_CONTINUITY = "CONTINUITY";
19 DLLSPEC daeString COMMON_PROFILE_INPUT_IMAGE = "IMAGE";
20 DLLSPEC daeString COMMON_PROFILE_INPUT_IN_TANGENT = "IN_TANGENT";
21 DLLSPEC daeString COMMON_PROFILE_INPUT_INPUT = "INPUT";
22 DLLSPEC daeString COMMON_PROFILE_INPUT_INTERPOLATION = "INTERPOLATION";
23 DLLSPEC daeString COMMON_PROFILE_INPUT_INV_BIND_MATRIX = "INV_BIND_MATRIX";
24 DLLSPEC daeString COMMON_PROFILE_INPUT_JOINT = "JOINT";
25 DLLSPEC daeString COMMON_PROFILE_INPUT_LINEAR_STEPS = "LINEAR_STEPS";
26 DLLSPEC daeString COMMON_PROFILE_INPUT_MORPH_TARGET = "MORPH_TARGET";
27 DLLSPEC daeString COMMON_PROFILE_INPUT_MORPH_WEIGHT = "MORPH_WEIGHT";
28 DLLSPEC daeString COMMON_PROFILE_INPUT_NORMAL = "NORMAL";
29 DLLSPEC daeString COMMON_PROFILE_INPUT_OUTPUT = "OUTPUT";
30 DLLSPEC daeString COMMON_PROFILE_INPUT_OUT_TANGENT = "OUT_TANGENT";
31 DLLSPEC daeString COMMON_PROFILE_INPUT_POSITION = "POSITION";
32 DLLSPEC daeString COMMON_PROFILE_INPUT_TANGENT = "TANGENT";
33 DLLSPEC daeString COMMON_PROFILE_INPUT_TEXBINORMAL = "TEXBINORMAL";
34 DLLSPEC daeString COMMON_PROFILE_INPUT_TEXCOORD = "TEXCOORD";
35 DLLSPEC daeString COMMON_PROFILE_INPUT_TEXTANGENT = "TEXTANGENT";
36 DLLSPEC daeString COMMON_PROFILE_INPUT_UV = "UV";
37 DLLSPEC daeString COMMON_PROFILE_INPUT_VERTEX = "VERTEX";
38 DLLSPEC daeString COMMON_PROFILE_INPUT_WEIGHT = "WEIGHT";
39 
40 DLLSPEC daeString COMMON_PROFILE_PARAM_A = "A";
41 DLLSPEC daeString COMMON_PROFILE_PARAM_ANGLE = "ANGLE";
42 DLLSPEC daeString COMMON_PROFILE_PARAM_B = "B";
43 DLLSPEC daeString COMMON_PROFILE_PARAM_DOUBLE_SIDED = "DOUBLE_SIDED";
44 DLLSPEC daeString COMMON_PROFILE_PARAM_G = "G";
45 DLLSPEC daeString COMMON_PROFILE_PARAM_P = "P";
46 DLLSPEC daeString COMMON_PROFILE_PARAM_Q = "Q";
47 DLLSPEC daeString COMMON_PROFILE_PARAM_R = "R";
48 DLLSPEC daeString COMMON_PROFILE_PARAM_S = "S";
49 DLLSPEC daeString COMMON_PROFILE_PARAM_T = "T";
50 DLLSPEC daeString COMMON_PROFILE_PARAM_TIME = "TIME";
51 DLLSPEC daeString COMMON_PROFILE_PARAM_U = "U";
52 DLLSPEC daeString COMMON_PROFILE_PARAM_V = "V";
53 DLLSPEC daeString COMMON_PROFILE_PARAM_W = "W";
54 DLLSPEC daeString COMMON_PROFILE_PARAM_X = "X";
55 DLLSPEC daeString COMMON_PROFILE_PARAM_Y = "Y";
56 DLLSPEC daeString COMMON_PROFILE_PARAM_Z = "Z";
57 
58 
59 DLLSPEC daeString COLLADA_TYPE_INPUTGLOBAL = "InputGlobal";
60 DLLSPEC daeString COLLADA_TYPE_INPUTLOCAL = "InputLocal";
61 DLLSPEC daeString COLLADA_TYPE_INPUTLOCALOFFSET = "InputLocalOffset";
62 DLLSPEC daeString COLLADA_TYPE_INSTANCEWITHEXTRA = "InstanceWithExtra";
63 DLLSPEC daeString COLLADA_TYPE_TARGETABLEFLOAT = "TargetableFloat";
64 DLLSPEC daeString COLLADA_TYPE_TARGETABLEFLOAT3 = "TargetableFloat3";
65 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_FORMAT_HINT_COMMON = "fx_surface_format_hint_common";
66 DLLSPEC daeString COLLADA_TYPE_CHANNELS = "channels";
67 DLLSPEC daeString COLLADA_TYPE_RANGE = "range";
68 DLLSPEC daeString COLLADA_TYPE_PRECISION = "precision";
69 DLLSPEC daeString COLLADA_TYPE_OPTION = "option";
70 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_INIT_PLANAR_COMMON = "fx_surface_init_planar_common";
71 DLLSPEC daeString COLLADA_TYPE_ALL = "all";
72 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_INIT_VOLUME_COMMON = "fx_surface_init_volume_common";
73 DLLSPEC daeString COLLADA_TYPE_PRIMARY = "primary";
74 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_INIT_CUBE_COMMON = "fx_surface_init_cube_common";
75 DLLSPEC daeString COLLADA_TYPE_ORDER = "order";
76 DLLSPEC daeString COLLADA_TYPE_FACE = "face";
77 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_INIT_FROM_COMMON = "fx_surface_init_from_common";
78 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_COMMON = "fx_surface_common";
79 DLLSPEC daeString COLLADA_TYPE_FORMAT = "format";
80 DLLSPEC daeString COLLADA_TYPE_SIZE = "size";
81 DLLSPEC daeString COLLADA_TYPE_VIEWPORT_RATIO = "viewport_ratio";
82 DLLSPEC daeString COLLADA_TYPE_MIP_LEVELS = "mip_levels";
83 DLLSPEC daeString COLLADA_TYPE_MIPMAP_GENERATE = "mipmap_generate";
84 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLER1D_COMMON = "fx_sampler1D_common";
85 DLLSPEC daeString COLLADA_TYPE_SOURCE = "source";
86 DLLSPEC daeString COLLADA_TYPE_WRAP_S = "wrap_s";
87 DLLSPEC daeString COLLADA_TYPE_MINFILTER = "minfilter";
88 DLLSPEC daeString COLLADA_TYPE_MAGFILTER = "magfilter";
89 DLLSPEC daeString COLLADA_TYPE_MIPFILTER = "mipfilter";
90 DLLSPEC daeString COLLADA_TYPE_BORDER_COLOR = "border_color";
91 DLLSPEC daeString COLLADA_TYPE_MIPMAP_MAXLEVEL = "mipmap_maxlevel";
92 DLLSPEC daeString COLLADA_TYPE_MIPMAP_BIAS = "mipmap_bias";
93 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLER2D_COMMON = "fx_sampler2D_common";
94 DLLSPEC daeString COLLADA_TYPE_WRAP_T = "wrap_t";
95 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLER3D_COMMON = "fx_sampler3D_common";
96 DLLSPEC daeString COLLADA_TYPE_WRAP_P = "wrap_p";
97 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLERCUBE_COMMON = "fx_samplerCUBE_common";
98 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLERRECT_COMMON = "fx_samplerRECT_common";
99 DLLSPEC daeString COLLADA_TYPE_FX_SAMPLERDEPTH_COMMON = "fx_samplerDEPTH_common";
100 DLLSPEC daeString COLLADA_TYPE_FX_COLORTARGET_COMMON = "fx_colortarget_common";
101 DLLSPEC daeString COLLADA_TYPE_FX_DEPTHTARGET_COMMON = "fx_depthtarget_common";
102 DLLSPEC daeString COLLADA_TYPE_FX_STENCILTARGET_COMMON = "fx_stenciltarget_common";
103 DLLSPEC daeString COLLADA_TYPE_FX_CLEARCOLOR_COMMON = "fx_clearcolor_common";
104 DLLSPEC daeString COLLADA_TYPE_FX_CLEARDEPTH_COMMON = "fx_cleardepth_common";
105 DLLSPEC daeString COLLADA_TYPE_FX_CLEARSTENCIL_COMMON = "fx_clearstencil_common";
106 DLLSPEC daeString COLLADA_TYPE_FX_ANNOTATE_COMMON = "fx_annotate_common";
107 DLLSPEC daeString COLLADA_TYPE_FX_INCLUDE_COMMON = "fx_include_common";
108 DLLSPEC daeString COLLADA_TYPE_FX_NEWPARAM_COMMON = "fx_newparam_common";
109 DLLSPEC daeString COLLADA_TYPE_SEMANTIC = "semantic";
110 DLLSPEC daeString COLLADA_TYPE_MODIFIER = "modifier";
111 DLLSPEC daeString COLLADA_TYPE_FX_CODE_PROFILE = "fx_code_profile";
112 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLER1D = "gl_sampler1D";
113 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLER2D = "gl_sampler2D";
114 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLER3D = "gl_sampler3D";
115 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLERCUBE = "gl_samplerCUBE";
116 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLERRECT = "gl_samplerRECT";
117 DLLSPEC daeString COLLADA_TYPE_GL_SAMPLERDEPTH = "gl_samplerDEPTH";
118 DLLSPEC daeString COLLADA_TYPE_GLSL_NEWARRAY_TYPE = "glsl_newarray_type";
119 DLLSPEC daeString COLLADA_TYPE_GLSL_SETARRAY_TYPE = "glsl_setarray_type";
120 DLLSPEC daeString COLLADA_TYPE_GLSL_SURFACE_TYPE = "glsl_surface_type";
121 DLLSPEC daeString COLLADA_TYPE_GENERATOR = "generator";
122 DLLSPEC daeString COLLADA_TYPE_NAME = "name";
123 DLLSPEC daeString COLLADA_TYPE_GLSL_NEWPARAM = "glsl_newparam";
124 DLLSPEC daeString COLLADA_TYPE_GLSL_SETPARAM_SIMPLE = "glsl_setparam_simple";
125 DLLSPEC daeString COLLADA_TYPE_GLSL_SETPARAM = "glsl_setparam";
126 DLLSPEC daeString COLLADA_TYPE_COMMON_FLOAT_OR_PARAM_TYPE = "common_float_or_param_type";
127 DLLSPEC daeString COLLADA_TYPE_FLOAT = "float";
128 DLLSPEC daeString COLLADA_TYPE_PARAM = "param";
129 DLLSPEC daeString COLLADA_TYPE_COMMON_COLOR_OR_TEXTURE_TYPE = "common_color_or_texture_type";
130 DLLSPEC daeString COLLADA_TYPE_COLOR = "color";
131 DLLSPEC daeString COLLADA_TYPE_TEXTURE = "texture";
132 DLLSPEC daeString COLLADA_TYPE_COMMON_TRANSPARENT_TYPE = "common_transparent_type";
133 DLLSPEC daeString COLLADA_TYPE_COMMON_NEWPARAM_TYPE = "common_newparam_type";
134 DLLSPEC daeString COLLADA_TYPE_FLOAT2 = "float2";
135 DLLSPEC daeString COLLADA_TYPE_FLOAT3 = "float3";
136 DLLSPEC daeString COLLADA_TYPE_FLOAT4 = "float4";
137 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLER1D = "cg_sampler1D";
138 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLER2D = "cg_sampler2D";
139 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLER3D = "cg_sampler3D";
140 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLERCUBE = "cg_samplerCUBE";
141 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLERRECT = "cg_samplerRECT";
142 DLLSPEC daeString COLLADA_TYPE_CG_SAMPLERDEPTH = "cg_samplerDEPTH";
143 DLLSPEC daeString COLLADA_TYPE_CG_CONNECT_PARAM = "cg_connect_param";
144 DLLSPEC daeString COLLADA_TYPE_CG_NEWARRAY_TYPE = "cg_newarray_type";
145 DLLSPEC daeString COLLADA_TYPE_CG_SETARRAY_TYPE = "cg_setarray_type";
146 DLLSPEC daeString COLLADA_TYPE_CG_SETUSER_TYPE = "cg_setuser_type";
147 DLLSPEC daeString COLLADA_TYPE_CG_SURFACE_TYPE = "cg_surface_type";
148 DLLSPEC daeString COLLADA_TYPE_CG_NEWPARAM = "cg_newparam";
149 DLLSPEC daeString COLLADA_TYPE_CG_SETPARAM_SIMPLE = "cg_setparam_simple";
150 DLLSPEC daeString COLLADA_TYPE_CG_SETPARAM = "cg_setparam";
151 DLLSPEC daeString COLLADA_TYPE_GLES_TEXTURE_CONSTANT_TYPE = "gles_texture_constant_type";
152 DLLSPEC daeString COLLADA_TYPE_GLES_TEXENV_COMMAND_TYPE = "gles_texenv_command_type";
153 DLLSPEC daeString COLLADA_TYPE_GLES_TEXCOMBINER_ARGUMENTRGB_TYPE = "gles_texcombiner_argumentRGB_type";
154 DLLSPEC daeString COLLADA_TYPE_GLES_TEXCOMBINER_ARGUMENTALPHA_TYPE = "gles_texcombiner_argumentAlpha_type";
155 DLLSPEC daeString COLLADA_TYPE_GLES_TEXCOMBINER_COMMANDRGB_TYPE = "gles_texcombiner_commandRGB_type";
156 DLLSPEC daeString COLLADA_TYPE_GLES_TEXCOMBINER_COMMANDALPHA_TYPE = "gles_texcombiner_commandAlpha_type";
157 DLLSPEC daeString COLLADA_TYPE_GLES_TEXCOMBINER_COMMAND_TYPE = "gles_texcombiner_command_type";
158 DLLSPEC daeString COLLADA_TYPE_GLES_TEXTURE_PIPELINE = "gles_texture_pipeline";
159 DLLSPEC daeString COLLADA_TYPE_GLES_TEXTURE_UNIT = "gles_texture_unit";
160 DLLSPEC daeString COLLADA_TYPE_SURFACE = "surface";
161 DLLSPEC daeString COLLADA_TYPE_SAMPLER_STATE = "sampler_state";
162 DLLSPEC daeString COLLADA_TYPE_TEXCOORD = "texcoord";
163 DLLSPEC daeString COLLADA_TYPE_GLES_SAMPLER_STATE = "gles_sampler_state";
164 DLLSPEC daeString COLLADA_TYPE_GLES_NEWPARAM = "gles_newparam";
165 DLLSPEC daeString COLLADA_TYPE_FX_SURFACE_INIT_COMMON = "fx_surface_init_common";
166 DLLSPEC daeString COLLADA_TYPE_INIT_AS_NULL = "init_as_null";
167 DLLSPEC daeString COLLADA_TYPE_INIT_AS_TARGET = "init_as_target";
168 DLLSPEC daeString COLLADA_TYPE_FX_ANNOTATE_TYPE_COMMON = "fx_annotate_type_common";
169 DLLSPEC daeString COLLADA_TYPE_BOOL = "bool";
170 DLLSPEC daeString COLLADA_TYPE_BOOL2 = "bool2";
171 DLLSPEC daeString COLLADA_TYPE_BOOL3 = "bool3";
172 DLLSPEC daeString COLLADA_TYPE_BOOL4 = "bool4";
173 DLLSPEC daeString COLLADA_TYPE_INT = "int";
174 DLLSPEC daeString COLLADA_TYPE_INT2 = "int2";
175 DLLSPEC daeString COLLADA_TYPE_INT3 = "int3";
176 DLLSPEC daeString COLLADA_TYPE_INT4 = "int4";
177 DLLSPEC daeString COLLADA_TYPE_FLOAT2X2 = "float2x2";
178 DLLSPEC daeString COLLADA_TYPE_FLOAT3X3 = "float3x3";
179 DLLSPEC daeString COLLADA_TYPE_FLOAT4X4 = "float4x4";
180 DLLSPEC daeString COLLADA_TYPE_STRING = "string";
181 DLLSPEC daeString COLLADA_TYPE_FX_BASIC_TYPE_COMMON = "fx_basic_type_common";
182 DLLSPEC daeString COLLADA_TYPE_FLOAT1X1 = "float1x1";
183 DLLSPEC daeString COLLADA_TYPE_FLOAT1X2 = "float1x2";
184 DLLSPEC daeString COLLADA_TYPE_FLOAT1X3 = "float1x3";
185 DLLSPEC daeString COLLADA_TYPE_FLOAT1X4 = "float1x4";
186 DLLSPEC daeString COLLADA_TYPE_FLOAT2X1 = "float2x1";
187 DLLSPEC daeString COLLADA_TYPE_FLOAT2X3 = "float2x3";
188 DLLSPEC daeString COLLADA_TYPE_FLOAT2X4 = "float2x4";
189 DLLSPEC daeString COLLADA_TYPE_FLOAT3X1 = "float3x1";
190 DLLSPEC daeString COLLADA_TYPE_FLOAT3X2 = "float3x2";
191 DLLSPEC daeString COLLADA_TYPE_FLOAT3X4 = "float3x4";
192 DLLSPEC daeString COLLADA_TYPE_FLOAT4X1 = "float4x1";
193 DLLSPEC daeString COLLADA_TYPE_FLOAT4X2 = "float4x2";
194 DLLSPEC daeString COLLADA_TYPE_FLOAT4X3 = "float4x3";
195 DLLSPEC daeString COLLADA_TYPE_ENUM = "enum";
196 DLLSPEC daeString COLLADA_TYPE_GL_PIPELINE_SETTINGS = "gl_pipeline_settings";
197 DLLSPEC daeString COLLADA_TYPE_ALPHA_FUNC = "alpha_func";
198 DLLSPEC daeString COLLADA_TYPE_FUNC = "func";
199 DLLSPEC daeString COLLADA_TYPE_VALUE = "value";
200 DLLSPEC daeString COLLADA_TYPE_BLEND_FUNC = "blend_func";
201 DLLSPEC daeString COLLADA_TYPE_SRC = "src";
202 DLLSPEC daeString COLLADA_TYPE_DEST = "dest";
203 DLLSPEC daeString COLLADA_TYPE_BLEND_FUNC_SEPARATE = "blend_func_separate";
204 DLLSPEC daeString COLLADA_TYPE_SRC_RGB = "src_rgb";
205 DLLSPEC daeString COLLADA_TYPE_DEST_RGB = "dest_rgb";
206 DLLSPEC daeString COLLADA_TYPE_SRC_ALPHA = "src_alpha";
207 DLLSPEC daeString COLLADA_TYPE_DEST_ALPHA = "dest_alpha";
208 DLLSPEC daeString COLLADA_TYPE_BLEND_EQUATION = "blend_equation";
209 DLLSPEC daeString COLLADA_TYPE_BLEND_EQUATION_SEPARATE = "blend_equation_separate";
210 DLLSPEC daeString COLLADA_TYPE_RGB = "rgb";
211 DLLSPEC daeString COLLADA_TYPE_ALPHA = "alpha";
212 DLLSPEC daeString COLLADA_TYPE_COLOR_MATERIAL = "color_material";
213 DLLSPEC daeString COLLADA_TYPE_MODE = "mode";
214 DLLSPEC daeString COLLADA_TYPE_CULL_FACE = "cull_face";
215 DLLSPEC daeString COLLADA_TYPE_DEPTH_FUNC = "depth_func";
216 DLLSPEC daeString COLLADA_TYPE_FOG_MODE = "fog_mode";
217 DLLSPEC daeString COLLADA_TYPE_FOG_COORD_SRC = "fog_coord_src";
218 DLLSPEC daeString COLLADA_TYPE_FRONT_FACE = "front_face";
219 DLLSPEC daeString COLLADA_TYPE_LIGHT_MODEL_COLOR_CONTROL = "light_model_color_control";
220 DLLSPEC daeString COLLADA_TYPE_LOGIC_OP = "logic_op";
221 DLLSPEC daeString COLLADA_TYPE_POLYGON_MODE = "polygon_mode";
222 DLLSPEC daeString COLLADA_TYPE_SHADE_MODEL = "shade_model";
223 DLLSPEC daeString COLLADA_TYPE_STENCIL_FUNC = "stencil_func";
224 DLLSPEC daeString COLLADA_TYPE_REF = "ref";
225 DLLSPEC daeString COLLADA_TYPE_MASK = "mask";
226 DLLSPEC daeString COLLADA_TYPE_STENCIL_OP = "stencil_op";
227 DLLSPEC daeString COLLADA_TYPE_FAIL = "fail";
228 DLLSPEC daeString COLLADA_TYPE_ZFAIL = "zfail";
229 DLLSPEC daeString COLLADA_TYPE_ZPASS = "zpass";
230 DLLSPEC daeString COLLADA_TYPE_STENCIL_FUNC_SEPARATE = "stencil_func_separate";
231 DLLSPEC daeString COLLADA_TYPE_FRONT = "front";
232 DLLSPEC daeString COLLADA_TYPE_BACK = "back";
233 DLLSPEC daeString COLLADA_TYPE_STENCIL_OP_SEPARATE = "stencil_op_separate";
234 DLLSPEC daeString COLLADA_TYPE_STENCIL_MASK_SEPARATE = "stencil_mask_separate";
235 DLLSPEC daeString COLLADA_TYPE_LIGHT_ENABLE = "light_enable";
236 DLLSPEC daeString COLLADA_TYPE_LIGHT_AMBIENT = "light_ambient";
237 DLLSPEC daeString COLLADA_TYPE_LIGHT_DIFFUSE = "light_diffuse";
238 DLLSPEC daeString COLLADA_TYPE_LIGHT_SPECULAR = "light_specular";
239 DLLSPEC daeString COLLADA_TYPE_LIGHT_POSITION = "light_position";
240 DLLSPEC daeString COLLADA_TYPE_LIGHT_CONSTANT_ATTENUATION = "light_constant_attenuation";
241 DLLSPEC daeString COLLADA_TYPE_LIGHT_LINEAR_ATTENUATION = "light_linear_attenuation";
242 DLLSPEC daeString COLLADA_TYPE_LIGHT_QUADRATIC_ATTENUATION = "light_quadratic_attenuation";
243 DLLSPEC daeString COLLADA_TYPE_LIGHT_SPOT_CUTOFF = "light_spot_cutoff";
244 DLLSPEC daeString COLLADA_TYPE_LIGHT_SPOT_DIRECTION = "light_spot_direction";
245 DLLSPEC daeString COLLADA_TYPE_LIGHT_SPOT_EXPONENT = "light_spot_exponent";
246 DLLSPEC daeString COLLADA_TYPE_TEXTURE1D = "texture1D";
247 DLLSPEC daeString COLLADA_TYPE_TEXTURE2D = "texture2D";
248 DLLSPEC daeString COLLADA_TYPE_TEXTURE3D = "texture3D";
249 DLLSPEC daeString COLLADA_TYPE_TEXTURECUBE = "textureCUBE";
250 DLLSPEC daeString COLLADA_TYPE_TEXTURERECT = "textureRECT";
251 DLLSPEC daeString COLLADA_TYPE_TEXTUREDEPTH = "textureDEPTH";
252 DLLSPEC daeString COLLADA_TYPE_TEXTURE1D_ENABLE = "texture1D_enable";
253 DLLSPEC daeString COLLADA_TYPE_TEXTURE2D_ENABLE = "texture2D_enable";
254 DLLSPEC daeString COLLADA_TYPE_TEXTURE3D_ENABLE = "texture3D_enable";
255 DLLSPEC daeString COLLADA_TYPE_TEXTURECUBE_ENABLE = "textureCUBE_enable";
256 DLLSPEC daeString COLLADA_TYPE_TEXTURERECT_ENABLE = "textureRECT_enable";
257 DLLSPEC daeString COLLADA_TYPE_TEXTUREDEPTH_ENABLE = "textureDEPTH_enable";
258 DLLSPEC daeString COLLADA_TYPE_TEXTURE_ENV_COLOR = "texture_env_color";
259 DLLSPEC daeString COLLADA_TYPE_TEXTURE_ENV_MODE = "texture_env_mode";
260 DLLSPEC daeString COLLADA_TYPE_CLIP_PLANE = "clip_plane";
261 DLLSPEC daeString COLLADA_TYPE_CLIP_PLANE_ENABLE = "clip_plane_enable";
262 DLLSPEC daeString COLLADA_TYPE_BLEND_COLOR = "blend_color";
263 DLLSPEC daeString COLLADA_TYPE_CLEAR_COLOR = "clear_color";
264 DLLSPEC daeString COLLADA_TYPE_CLEAR_STENCIL = "clear_stencil";
265 DLLSPEC daeString COLLADA_TYPE_CLEAR_DEPTH = "clear_depth";
266 DLLSPEC daeString COLLADA_TYPE_COLOR_MASK = "color_mask";
267 DLLSPEC daeString COLLADA_TYPE_DEPTH_BOUNDS = "depth_bounds";
268 DLLSPEC daeString COLLADA_TYPE_DEPTH_MASK = "depth_mask";
269 DLLSPEC daeString COLLADA_TYPE_DEPTH_RANGE = "depth_range";
270 DLLSPEC daeString COLLADA_TYPE_FOG_DENSITY = "fog_density";
271 DLLSPEC daeString COLLADA_TYPE_FOG_START = "fog_start";
272 DLLSPEC daeString COLLADA_TYPE_FOG_END = "fog_end";
273 DLLSPEC daeString COLLADA_TYPE_FOG_COLOR = "fog_color";
274 DLLSPEC daeString COLLADA_TYPE_LIGHT_MODEL_AMBIENT = "light_model_ambient";
275 DLLSPEC daeString COLLADA_TYPE_LIGHTING_ENABLE = "lighting_enable";
276 DLLSPEC daeString COLLADA_TYPE_LINE_STIPPLE = "line_stipple";
277 DLLSPEC daeString COLLADA_TYPE_LINE_WIDTH = "line_width";
278 DLLSPEC daeString COLLADA_TYPE_MATERIAL_AMBIENT = "material_ambient";
279 DLLSPEC daeString COLLADA_TYPE_MATERIAL_DIFFUSE = "material_diffuse";
280 DLLSPEC daeString COLLADA_TYPE_MATERIAL_EMISSION = "material_emission";
281 DLLSPEC daeString COLLADA_TYPE_MATERIAL_SHININESS = "material_shininess";
282 DLLSPEC daeString COLLADA_TYPE_MATERIAL_SPECULAR = "material_specular";
283 DLLSPEC daeString COLLADA_TYPE_MODEL_VIEW_MATRIX = "model_view_matrix";
284 DLLSPEC daeString COLLADA_TYPE_POINT_DISTANCE_ATTENUATION = "point_distance_attenuation";
285 DLLSPEC daeString COLLADA_TYPE_POINT_FADE_THRESHOLD_SIZE = "point_fade_threshold_size";
286 DLLSPEC daeString COLLADA_TYPE_POINT_SIZE = "point_size";
287 DLLSPEC daeString COLLADA_TYPE_POINT_SIZE_MIN = "point_size_min";
288 DLLSPEC daeString COLLADA_TYPE_POINT_SIZE_MAX = "point_size_max";
289 DLLSPEC daeString COLLADA_TYPE_POLYGON_OFFSET = "polygon_offset";
290 DLLSPEC daeString COLLADA_TYPE_PROJECTION_MATRIX = "projection_matrix";
291 DLLSPEC daeString COLLADA_TYPE_SCISSOR = "scissor";
292 DLLSPEC daeString COLLADA_TYPE_STENCIL_MASK = "stencil_mask";
293 DLLSPEC daeString COLLADA_TYPE_ALPHA_TEST_ENABLE = "alpha_test_enable";
294 DLLSPEC daeString COLLADA_TYPE_AUTO_NORMAL_ENABLE = "auto_normal_enable";
295 DLLSPEC daeString COLLADA_TYPE_BLEND_ENABLE = "blend_enable";
296 DLLSPEC daeString COLLADA_TYPE_COLOR_LOGIC_OP_ENABLE = "color_logic_op_enable";
297 DLLSPEC daeString COLLADA_TYPE_COLOR_MATERIAL_ENABLE = "color_material_enable";
298 DLLSPEC daeString COLLADA_TYPE_CULL_FACE_ENABLE = "cull_face_enable";
299 DLLSPEC daeString COLLADA_TYPE_DEPTH_BOUNDS_ENABLE = "depth_bounds_enable";
300 DLLSPEC daeString COLLADA_TYPE_DEPTH_CLAMP_ENABLE = "depth_clamp_enable";
301 DLLSPEC daeString COLLADA_TYPE_DEPTH_TEST_ENABLE = "depth_test_enable";
302 DLLSPEC daeString COLLADA_TYPE_DITHER_ENABLE = "dither_enable";
303 DLLSPEC daeString COLLADA_TYPE_FOG_ENABLE = "fog_enable";
304 DLLSPEC daeString COLLADA_TYPE_LIGHT_MODEL_LOCAL_VIEWER_ENABLE = "light_model_local_viewer_enable";
305 DLLSPEC daeString COLLADA_TYPE_LIGHT_MODEL_TWO_SIDE_ENABLE = "light_model_two_side_enable";
306 DLLSPEC daeString COLLADA_TYPE_LINE_SMOOTH_ENABLE = "line_smooth_enable";
307 DLLSPEC daeString COLLADA_TYPE_LINE_STIPPLE_ENABLE = "line_stipple_enable";
308 DLLSPEC daeString COLLADA_TYPE_LOGIC_OP_ENABLE = "logic_op_enable";
309 DLLSPEC daeString COLLADA_TYPE_MULTISAMPLE_ENABLE = "multisample_enable";
310 DLLSPEC daeString COLLADA_TYPE_NORMALIZE_ENABLE = "normalize_enable";
311 DLLSPEC daeString COLLADA_TYPE_POINT_SMOOTH_ENABLE = "point_smooth_enable";
312 DLLSPEC daeString COLLADA_TYPE_POLYGON_OFFSET_FILL_ENABLE = "polygon_offset_fill_enable";
313 DLLSPEC daeString COLLADA_TYPE_POLYGON_OFFSET_LINE_ENABLE = "polygon_offset_line_enable";
314 DLLSPEC daeString COLLADA_TYPE_POLYGON_OFFSET_POINT_ENABLE = "polygon_offset_point_enable";
315 DLLSPEC daeString COLLADA_TYPE_POLYGON_SMOOTH_ENABLE = "polygon_smooth_enable";
316 DLLSPEC daeString COLLADA_TYPE_POLYGON_STIPPLE_ENABLE = "polygon_stipple_enable";
317 DLLSPEC daeString COLLADA_TYPE_RESCALE_NORMAL_ENABLE = "rescale_normal_enable";
318 DLLSPEC daeString COLLADA_TYPE_SAMPLE_ALPHA_TO_COVERAGE_ENABLE = "sample_alpha_to_coverage_enable";
319 DLLSPEC daeString COLLADA_TYPE_SAMPLE_ALPHA_TO_ONE_ENABLE = "sample_alpha_to_one_enable";
320 DLLSPEC daeString COLLADA_TYPE_SAMPLE_COVERAGE_ENABLE = "sample_coverage_enable";
321 DLLSPEC daeString COLLADA_TYPE_SCISSOR_TEST_ENABLE = "scissor_test_enable";
322 DLLSPEC daeString COLLADA_TYPE_STENCIL_TEST_ENABLE = "stencil_test_enable";
323 DLLSPEC daeString COLLADA_TYPE_GLSL_PARAM_TYPE = "glsl_param_type";
324 DLLSPEC daeString COLLADA_TYPE_CG_PARAM_TYPE = "cg_param_type";
325 DLLSPEC daeString COLLADA_TYPE_BOOL1 = "bool1";
326 DLLSPEC daeString COLLADA_TYPE_BOOL1X1 = "bool1x1";
327 DLLSPEC daeString COLLADA_TYPE_BOOL1X2 = "bool1x2";
328 DLLSPEC daeString COLLADA_TYPE_BOOL1X3 = "bool1x3";
329 DLLSPEC daeString COLLADA_TYPE_BOOL1X4 = "bool1x4";
330 DLLSPEC daeString COLLADA_TYPE_BOOL2X1 = "bool2x1";
331 DLLSPEC daeString COLLADA_TYPE_BOOL2X2 = "bool2x2";
332 DLLSPEC daeString COLLADA_TYPE_BOOL2X3 = "bool2x3";
333 DLLSPEC daeString COLLADA_TYPE_BOOL2X4 = "bool2x4";
334 DLLSPEC daeString COLLADA_TYPE_BOOL3X1 = "bool3x1";
335 DLLSPEC daeString COLLADA_TYPE_BOOL3X2 = "bool3x2";
336 DLLSPEC daeString COLLADA_TYPE_BOOL3X3 = "bool3x3";
337 DLLSPEC daeString COLLADA_TYPE_BOOL3X4 = "bool3x4";
338 DLLSPEC daeString COLLADA_TYPE_BOOL4X1 = "bool4x1";
339 DLLSPEC daeString COLLADA_TYPE_BOOL4X2 = "bool4x2";
340 DLLSPEC daeString COLLADA_TYPE_BOOL4X3 = "bool4x3";
341 DLLSPEC daeString COLLADA_TYPE_BOOL4X4 = "bool4x4";
342 DLLSPEC daeString COLLADA_TYPE_FLOAT1 = "float1";
343 DLLSPEC daeString COLLADA_TYPE_INT1 = "int1";
344 DLLSPEC daeString COLLADA_TYPE_INT1X1 = "int1x1";
345 DLLSPEC daeString COLLADA_TYPE_INT1X2 = "int1x2";
346 DLLSPEC daeString COLLADA_TYPE_INT1X3 = "int1x3";
347 DLLSPEC daeString COLLADA_TYPE_INT1X4 = "int1x4";
348 DLLSPEC daeString COLLADA_TYPE_INT2X1 = "int2x1";
349 DLLSPEC daeString COLLADA_TYPE_INT2X2 = "int2x2";
350 DLLSPEC daeString COLLADA_TYPE_INT2X3 = "int2x3";
351 DLLSPEC daeString COLLADA_TYPE_INT2X4 = "int2x4";
352 DLLSPEC daeString COLLADA_TYPE_INT3X1 = "int3x1";
353 DLLSPEC daeString COLLADA_TYPE_INT3X2 = "int3x2";
354 DLLSPEC daeString COLLADA_TYPE_INT3X3 = "int3x3";
355 DLLSPEC daeString COLLADA_TYPE_INT3X4 = "int3x4";
356 DLLSPEC daeString COLLADA_TYPE_INT4X1 = "int4x1";
357 DLLSPEC daeString COLLADA_TYPE_INT4X2 = "int4x2";
358 DLLSPEC daeString COLLADA_TYPE_INT4X3 = "int4x3";
359 DLLSPEC daeString COLLADA_TYPE_INT4X4 = "int4x4";
360 DLLSPEC daeString COLLADA_TYPE_HALF = "half";
361 DLLSPEC daeString COLLADA_TYPE_HALF1 = "half1";
362 DLLSPEC daeString COLLADA_TYPE_HALF2 = "half2";
363 DLLSPEC daeString COLLADA_TYPE_HALF3 = "half3";
364 DLLSPEC daeString COLLADA_TYPE_HALF4 = "half4";
365 DLLSPEC daeString COLLADA_TYPE_HALF1X1 = "half1x1";
366 DLLSPEC daeString COLLADA_TYPE_HALF1X2 = "half1x2";
367 DLLSPEC daeString COLLADA_TYPE_HALF1X3 = "half1x3";
368 DLLSPEC daeString COLLADA_TYPE_HALF1X4 = "half1x4";
369 DLLSPEC daeString COLLADA_TYPE_HALF2X1 = "half2x1";
370 DLLSPEC daeString COLLADA_TYPE_HALF2X2 = "half2x2";
371 DLLSPEC daeString COLLADA_TYPE_HALF2X3 = "half2x3";
372 DLLSPEC daeString COLLADA_TYPE_HALF2X4 = "half2x4";
373 DLLSPEC daeString COLLADA_TYPE_HALF3X1 = "half3x1";
374 DLLSPEC daeString COLLADA_TYPE_HALF3X2 = "half3x2";
375 DLLSPEC daeString COLLADA_TYPE_HALF3X3 = "half3x3";
376 DLLSPEC daeString COLLADA_TYPE_HALF3X4 = "half3x4";
377 DLLSPEC daeString COLLADA_TYPE_HALF4X1 = "half4x1";
378 DLLSPEC daeString COLLADA_TYPE_HALF4X2 = "half4x2";
379 DLLSPEC daeString COLLADA_TYPE_HALF4X3 = "half4x3";
380 DLLSPEC daeString COLLADA_TYPE_HALF4X4 = "half4x4";
381 DLLSPEC daeString COLLADA_TYPE_FIXED = "fixed";
382 DLLSPEC daeString COLLADA_TYPE_FIXED1 = "fixed1";
383 DLLSPEC daeString COLLADA_TYPE_FIXED2 = "fixed2";
384 DLLSPEC daeString COLLADA_TYPE_FIXED3 = "fixed3";
385 DLLSPEC daeString COLLADA_TYPE_FIXED4 = "fixed4";
386 DLLSPEC daeString COLLADA_TYPE_FIXED1X1 = "fixed1x1";
387 DLLSPEC daeString COLLADA_TYPE_FIXED1X2 = "fixed1x2";
388 DLLSPEC daeString COLLADA_TYPE_FIXED1X3 = "fixed1x3";
389 DLLSPEC daeString COLLADA_TYPE_FIXED1X4 = "fixed1x4";
390 DLLSPEC daeString COLLADA_TYPE_FIXED2X1 = "fixed2x1";
391 DLLSPEC daeString COLLADA_TYPE_FIXED2X2 = "fixed2x2";
392 DLLSPEC daeString COLLADA_TYPE_FIXED2X3 = "fixed2x3";
393 DLLSPEC daeString COLLADA_TYPE_FIXED2X4 = "fixed2x4";
394 DLLSPEC daeString COLLADA_TYPE_FIXED3X1 = "fixed3x1";
395 DLLSPEC daeString COLLADA_TYPE_FIXED3X2 = "fixed3x2";
396 DLLSPEC daeString COLLADA_TYPE_FIXED3X3 = "fixed3x3";
397 DLLSPEC daeString COLLADA_TYPE_FIXED3X4 = "fixed3x4";
398 DLLSPEC daeString COLLADA_TYPE_FIXED4X1 = "fixed4x1";
399 DLLSPEC daeString COLLADA_TYPE_FIXED4X2 = "fixed4x2";
400 DLLSPEC daeString COLLADA_TYPE_FIXED4X3 = "fixed4x3";
401 DLLSPEC daeString COLLADA_TYPE_FIXED4X4 = "fixed4x4";
402 DLLSPEC daeString COLLADA_TYPE_GLES_PIPELINE_SETTINGS = "gles_pipeline_settings";
403 DLLSPEC daeString COLLADA_TYPE_TEXTURE_PIPELINE = "texture_pipeline";
404 DLLSPEC daeString COLLADA_TYPE_LIGHT_LINEAR_ATTENUTATION = "light_linear_attenutation";
405 DLLSPEC daeString COLLADA_TYPE_TEXTURE_PIPELINE_ENABLE = "texture_pipeline_enable";
406 DLLSPEC daeString COLLADA_TYPE_GLES_BASIC_TYPE_COMMON = "gles_basic_type_common";
407 DLLSPEC daeString COLLADA_TYPE_COLLADA = "COLLADA";
408 DLLSPEC daeString COLLADA_TYPE_SCENE = "scene";
409 DLLSPEC daeString COLLADA_TYPE_IDREF_ARRAY = "IDREF_array";
410 DLLSPEC daeString COLLADA_TYPE_NAME_ARRAY = "Name_array";
411 DLLSPEC daeString COLLADA_TYPE_BOOL_ARRAY = "bool_array";
412 DLLSPEC daeString COLLADA_TYPE_FLOAT_ARRAY = "float_array";
413 DLLSPEC daeString COLLADA_TYPE_INT_ARRAY = "int_array";
414 DLLSPEC daeString COLLADA_TYPE_ACCESSOR = "accessor";
415 DLLSPEC daeString COLLADA_TYPE_TECHNIQUE_COMMON = "technique_common";
416 DLLSPEC daeString COLLADA_TYPE_GEOMETRY = "geometry";
417 DLLSPEC daeString COLLADA_TYPE_MESH = "mesh";
418 DLLSPEC daeString COLLADA_TYPE_SPLINE = "spline";
419 DLLSPEC daeString COLLADA_TYPE_CONTROL_VERTICES = "control_vertices";
420 DLLSPEC daeString COLLADA_TYPE_P = "p";
421 DLLSPEC daeString COLLADA_TYPE_LINES = "lines";
422 DLLSPEC daeString COLLADA_TYPE_LINESTRIPS = "linestrips";
423 DLLSPEC daeString COLLADA_TYPE_POLYGONS = "polygons";
424 DLLSPEC daeString COLLADA_TYPE_PH = "ph";
425 DLLSPEC daeString COLLADA_TYPE_H = "h";
426 DLLSPEC daeString COLLADA_TYPE_POLYLIST = "polylist";
427 DLLSPEC daeString COLLADA_TYPE_VCOUNT = "vcount";
428 DLLSPEC daeString COLLADA_TYPE_TRIANGLES = "triangles";
429 DLLSPEC daeString COLLADA_TYPE_TRIFANS = "trifans";
430 DLLSPEC daeString COLLADA_TYPE_TRISTRIPS = "tristrips";
431 DLLSPEC daeString COLLADA_TYPE_VERTICES = "vertices";
432 DLLSPEC daeString COLLADA_TYPE_LOOKAT = "lookat";
433 DLLSPEC daeString COLLADA_TYPE_MATRIX = "matrix";
434 DLLSPEC daeString COLLADA_TYPE_ROTATE = "rotate";
435 DLLSPEC daeString COLLADA_TYPE_SCALE = "scale";
436 DLLSPEC daeString COLLADA_TYPE_SKEW = "skew";
437 DLLSPEC daeString COLLADA_TYPE_TRANSLATE = "translate";
438 DLLSPEC daeString COLLADA_TYPE_IMAGE = "image";
439 DLLSPEC daeString COLLADA_TYPE_DATA = "data";
440 DLLSPEC daeString COLLADA_TYPE_INIT_FROM = "init_from";
441 DLLSPEC daeString COLLADA_TYPE_LIGHT = "light";
442 DLLSPEC daeString COLLADA_TYPE_AMBIENT = "ambient";
443 DLLSPEC daeString COLLADA_TYPE_DIRECTIONAL = "directional";
444 DLLSPEC daeString COLLADA_TYPE_POINT = "point";
445 DLLSPEC daeString COLLADA_TYPE_SPOT = "spot";
446 DLLSPEC daeString COLLADA_TYPE_MATERIAL = "material";
447 DLLSPEC daeString COLLADA_TYPE_CAMERA = "camera";
448 DLLSPEC daeString COLLADA_TYPE_OPTICS = "optics";
449 DLLSPEC daeString COLLADA_TYPE_ORTHOGRAPHIC = "orthographic";
450 DLLSPEC daeString COLLADA_TYPE_PERSPECTIVE = "perspective";
451 DLLSPEC daeString COLLADA_TYPE_IMAGER = "imager";
452 DLLSPEC daeString COLLADA_TYPE_ANIMATION = "animation";
453 DLLSPEC daeString COLLADA_TYPE_ANIMATION_CLIP = "animation_clip";
454 DLLSPEC daeString COLLADA_TYPE_CHANNEL = "channel";
455 DLLSPEC daeString COLLADA_TYPE_SAMPLER = "sampler";
456 DLLSPEC daeString COLLADA_TYPE_CONTROLLER = "controller";
457 DLLSPEC daeString COLLADA_TYPE_SKIN = "skin";
458 DLLSPEC daeString COLLADA_TYPE_BIND_SHAPE_MATRIX = "bind_shape_matrix";
459 DLLSPEC daeString COLLADA_TYPE_JOINTS = "joints";
460 DLLSPEC daeString COLLADA_TYPE_VERTEX_WEIGHTS = "vertex_weights";
461 DLLSPEC daeString COLLADA_TYPE_V = "v";
462 DLLSPEC daeString COLLADA_TYPE_MORPH = "morph";
463 DLLSPEC daeString COLLADA_TYPE_TARGETS = "targets";
464 DLLSPEC daeString COLLADA_TYPE_ASSET = "asset";
465 DLLSPEC daeString COLLADA_TYPE_CONTRIBUTOR = "contributor";
466 DLLSPEC daeString COLLADA_TYPE_AUTHOR = "author";
467 DLLSPEC daeString COLLADA_TYPE_AUTHORING_TOOL = "authoring_tool";
468 DLLSPEC daeString COLLADA_TYPE_COMMENTS = "comments";
469 DLLSPEC daeString COLLADA_TYPE_COPYRIGHT = "copyright";
470 DLLSPEC daeString COLLADA_TYPE_SOURCE_DATA = "source_data";
471 DLLSPEC daeString COLLADA_TYPE_CREATED = "created";
472 DLLSPEC daeString COLLADA_TYPE_KEYWORDS = "keywords";
473 DLLSPEC daeString COLLADA_TYPE_MODIFIED = "modified";
474 DLLSPEC daeString COLLADA_TYPE_REVISION = "revision";
475 DLLSPEC daeString COLLADA_TYPE_SUBJECT = "subject";
476 DLLSPEC daeString COLLADA_TYPE_TITLE = "title";
477 DLLSPEC daeString COLLADA_TYPE_UNIT = "unit";
478 DLLSPEC daeString COLLADA_TYPE_UP_AXIS = "up_axis";
479 DLLSPEC daeString COLLADA_TYPE_EXTRA = "extra";
480 DLLSPEC daeString COLLADA_TYPE_TECHNIQUE = "technique";
481 DLLSPEC daeString COLLADA_TYPE_NODE = "node";
482 DLLSPEC daeString COLLADA_TYPE_VISUAL_SCENE = "visual_scene";
483 DLLSPEC daeString COLLADA_TYPE_EVALUATE_SCENE = "evaluate_scene";
484 DLLSPEC daeString COLLADA_TYPE_RENDER = "render";
485 DLLSPEC daeString COLLADA_TYPE_LAYER = "layer";
486 DLLSPEC daeString COLLADA_TYPE_BIND_MATERIAL = "bind_material";
487 DLLSPEC daeString COLLADA_TYPE_INSTANCE_CAMERA = "instance_camera";
488 DLLSPEC daeString COLLADA_TYPE_INSTANCE_CONTROLLER = "instance_controller";
489 DLLSPEC daeString COLLADA_TYPE_SKELETON = "skeleton";
490 DLLSPEC daeString COLLADA_TYPE_INSTANCE_EFFECT = "instance_effect";
491 DLLSPEC daeString COLLADA_TYPE_TECHNIQUE_HINT = "technique_hint";
492 DLLSPEC daeString COLLADA_TYPE_SETPARAM = "setparam";
493 DLLSPEC daeString COLLADA_TYPE_INSTANCE_FORCE_FIELD = "instance_force_field";
494 DLLSPEC daeString COLLADA_TYPE_INSTANCE_GEOMETRY = "instance_geometry";
495 DLLSPEC daeString COLLADA_TYPE_INSTANCE_LIGHT = "instance_light";
496 DLLSPEC daeString COLLADA_TYPE_INSTANCE_MATERIAL = "instance_material";
497 DLLSPEC daeString COLLADA_TYPE_BIND = "bind";
498 DLLSPEC daeString COLLADA_TYPE_BIND_VERTEX_INPUT = "bind_vertex_input";
499 DLLSPEC daeString COLLADA_TYPE_INSTANCE_NODE = "instance_node";
500 DLLSPEC daeString COLLADA_TYPE_INSTANCE_PHYSICS_MATERIAL = "instance_physics_material";
501 DLLSPEC daeString COLLADA_TYPE_INSTANCE_PHYSICS_MODEL = "instance_physics_model";
502 DLLSPEC daeString COLLADA_TYPE_INSTANCE_RIGID_BODY = "instance_rigid_body";
503 DLLSPEC daeString COLLADA_TYPE_ANGULAR_VELOCITY = "angular_velocity";
504 DLLSPEC daeString COLLADA_TYPE_VELOCITY = "velocity";
505 DLLSPEC daeString COLLADA_TYPE_DYNAMIC = "dynamic";
506 DLLSPEC daeString COLLADA_TYPE_MASS_FRAME = "mass_frame";
507 DLLSPEC daeString COLLADA_TYPE_SHAPE = "shape";
508 DLLSPEC daeString COLLADA_TYPE_HOLLOW = "hollow";
509 DLLSPEC daeString COLLADA_TYPE_INSTANCE_RIGID_CONSTRAINT = "instance_rigid_constraint";
510 DLLSPEC daeString COLLADA_TYPE_LIBRARY_ANIMATIONS = "library_animations";
511 DLLSPEC daeString COLLADA_TYPE_LIBRARY_ANIMATION_CLIPS = "library_animation_clips";
512 DLLSPEC daeString COLLADA_TYPE_LIBRARY_CAMERAS = "library_cameras";
513 DLLSPEC daeString COLLADA_TYPE_LIBRARY_CONTROLLERS = "library_controllers";
514 DLLSPEC daeString COLLADA_TYPE_LIBRARY_GEOMETRIES = "library_geometries";
515 DLLSPEC daeString COLLADA_TYPE_LIBRARY_EFFECTS = "library_effects";
516 DLLSPEC daeString COLLADA_TYPE_LIBRARY_FORCE_FIELDS = "library_force_fields";
517 DLLSPEC daeString COLLADA_TYPE_LIBRARY_IMAGES = "library_images";
518 DLLSPEC daeString COLLADA_TYPE_LIBRARY_LIGHTS = "library_lights";
519 DLLSPEC daeString COLLADA_TYPE_LIBRARY_MATERIALS = "library_materials";
520 DLLSPEC daeString COLLADA_TYPE_LIBRARY_NODES = "library_nodes";
521 DLLSPEC daeString COLLADA_TYPE_LIBRARY_PHYSICS_MATERIALS = "library_physics_materials";
522 DLLSPEC daeString COLLADA_TYPE_LIBRARY_PHYSICS_MODELS = "library_physics_models";
523 DLLSPEC daeString COLLADA_TYPE_LIBRARY_PHYSICS_SCENES = "library_physics_scenes";
524 DLLSPEC daeString COLLADA_TYPE_LIBRARY_VISUAL_SCENES = "library_visual_scenes";
525 DLLSPEC daeString COLLADA_TYPE_FX_PROFILE_ABSTRACT = "fx_profile_abstract";
526 DLLSPEC daeString COLLADA_TYPE_EFFECT = "effect";
527 DLLSPEC daeString COLLADA_TYPE_GL_HOOK_ABSTRACT = "gl_hook_abstract";
528 DLLSPEC daeString COLLADA_TYPE_PROFILE_GLSL = "profile_GLSL";
529 DLLSPEC daeString COLLADA_TYPE_PASS = "pass";
530 DLLSPEC daeString COLLADA_TYPE_DRAW = "draw";
531 DLLSPEC daeString COLLADA_TYPE_SHADER = "shader";
532 DLLSPEC daeString COLLADA_TYPE_COMPILER_TARGET = "compiler_target";
533 DLLSPEC daeString COLLADA_TYPE_COMPILER_OPTIONS = "compiler_options";
534 DLLSPEC daeString COLLADA_TYPE_PROFILE_COMMON = "profile_COMMON";
535 DLLSPEC daeString COLLADA_TYPE_CONSTANT = "constant";
536 DLLSPEC daeString COLLADA_TYPE_LAMBERT = "lambert";
537 DLLSPEC daeString COLLADA_TYPE_PHONG = "phong";
538 DLLSPEC daeString COLLADA_TYPE_BLINN = "blinn";
539 DLLSPEC daeString COLLADA_TYPE_PROFILE_CG = "profile_CG";
540 DLLSPEC daeString COLLADA_TYPE_PROFILE_GLES = "profile_GLES";
541 DLLSPEC daeString COLLADA_TYPE_COLOR_TARGET = "color_target";
542 DLLSPEC daeString COLLADA_TYPE_DEPTH_TARGET = "depth_target";
543 DLLSPEC daeString COLLADA_TYPE_STENCIL_TARGET = "stencil_target";
544 DLLSPEC daeString COLLADA_TYPE_COLOR_CLEAR = "color_clear";
545 DLLSPEC daeString COLLADA_TYPE_DEPTH_CLEAR = "depth_clear";
546 DLLSPEC daeString COLLADA_TYPE_STENCIL_CLEAR = "stencil_clear";
547 DLLSPEC daeString COLLADA_TYPE_BOX = "box";
548 DLLSPEC daeString COLLADA_TYPE_HALF_EXTENTS = "half_extents";
549 DLLSPEC daeString COLLADA_TYPE_PLANE = "plane";
550 DLLSPEC daeString COLLADA_TYPE_EQUATION = "equation";
551 DLLSPEC daeString COLLADA_TYPE_SPHERE = "sphere";
552 DLLSPEC daeString COLLADA_TYPE_RADIUS = "radius";
553 DLLSPEC daeString COLLADA_TYPE_ELLIPSOID = "ellipsoid";
554 DLLSPEC daeString COLLADA_TYPE_CYLINDER = "cylinder";
555 DLLSPEC daeString COLLADA_TYPE_HEIGHT = "height";
556 DLLSPEC daeString COLLADA_TYPE_TAPERED_CYLINDER = "tapered_cylinder";
557 DLLSPEC daeString COLLADA_TYPE_RADIUS1 = "radius1";
558 DLLSPEC daeString COLLADA_TYPE_RADIUS2 = "radius2";
559 DLLSPEC daeString COLLADA_TYPE_CAPSULE = "capsule";
560 DLLSPEC daeString COLLADA_TYPE_TAPERED_CAPSULE = "tapered_capsule";
561 DLLSPEC daeString COLLADA_TYPE_CONVEX_MESH = "convex_mesh";
562 DLLSPEC daeString COLLADA_TYPE_FORCE_FIELD = "force_field";
563 DLLSPEC daeString COLLADA_TYPE_PHYSICS_MATERIAL = "physics_material";
564 DLLSPEC daeString COLLADA_TYPE_PHYSICS_SCENE = "physics_scene";
565 DLLSPEC daeString COLLADA_TYPE_RIGID_BODY = "rigid_body";
566 DLLSPEC daeString COLLADA_TYPE_RIGID_CONSTRAINT = "rigid_constraint";
567 DLLSPEC daeString COLLADA_TYPE_REF_ATTACHMENT = "ref_attachment";
568 DLLSPEC daeString COLLADA_TYPE_ATTACHMENT = "attachment";
569 DLLSPEC daeString COLLADA_TYPE_ENABLED = "enabled";
570 DLLSPEC daeString COLLADA_TYPE_INTERPENETRATE = "interpenetrate";
571 DLLSPEC daeString COLLADA_TYPE_LIMITS = "limits";
572 DLLSPEC daeString COLLADA_TYPE_SWING_CONE_AND_TWIST = "swing_cone_and_twist";
573 DLLSPEC daeString COLLADA_TYPE_LINEAR = "linear";
574 DLLSPEC daeString COLLADA_TYPE_SPRING = "spring";
575 DLLSPEC daeString COLLADA_TYPE_ANGULAR = "angular";
576 DLLSPEC daeString COLLADA_TYPE_PHYSICS_MODEL = "physics_model";
577 
578 DLLSPEC daeString COLLADA_ELEMENT_COLLADA = "COLLADA";
579 DLLSPEC daeString COLLADA_ELEMENT_EXTRA = "extra";
580 DLLSPEC daeString COLLADA_ELEMENT_CHANNELS = "channels";
581 DLLSPEC daeString COLLADA_ELEMENT_RANGE = "range";
582 DLLSPEC daeString COLLADA_ELEMENT_PRECISION = "precision";
583 DLLSPEC daeString COLLADA_ELEMENT_OPTION = "option";
584 DLLSPEC daeString COLLADA_ELEMENT_ALL = "all";
585 DLLSPEC daeString COLLADA_ELEMENT_PRIMARY = "primary";
586 DLLSPEC daeString COLLADA_ELEMENT_FACE = "face";
587 DLLSPEC daeString COLLADA_ELEMENT_ORDER = "order";
588 DLLSPEC daeString COLLADA_ELEMENT_FX_SURFACE_INIT_COMMON = "fx_surface_init_common";
589 DLLSPEC daeString COLLADA_ELEMENT_FORMAT = "format";
590 DLLSPEC daeString COLLADA_ELEMENT_FORMAT_HINT = "format_hint";
591 DLLSPEC daeString COLLADA_ELEMENT_SIZE = "size";
592 DLLSPEC daeString COLLADA_ELEMENT_VIEWPORT_RATIO = "viewport_ratio";
593 DLLSPEC daeString COLLADA_ELEMENT_MIP_LEVELS = "mip_levels";
594 DLLSPEC daeString COLLADA_ELEMENT_MIPMAP_GENERATE = "mipmap_generate";
595 DLLSPEC daeString COLLADA_ELEMENT_SOURCE = "source";
596 DLLSPEC daeString COLLADA_ELEMENT_WRAP_S = "wrap_s";
597 DLLSPEC daeString COLLADA_ELEMENT_MINFILTER = "minfilter";
598 DLLSPEC daeString COLLADA_ELEMENT_MAGFILTER = "magfilter";
599 DLLSPEC daeString COLLADA_ELEMENT_MIPFILTER = "mipfilter";
600 DLLSPEC daeString COLLADA_ELEMENT_BORDER_COLOR = "border_color";
601 DLLSPEC daeString COLLADA_ELEMENT_MIPMAP_MAXLEVEL = "mipmap_maxlevel";
602 DLLSPEC daeString COLLADA_ELEMENT_MIPMAP_BIAS = "mipmap_bias";
603 DLLSPEC daeString COLLADA_ELEMENT_WRAP_T = "wrap_t";
604 DLLSPEC daeString COLLADA_ELEMENT_WRAP_P = "wrap_p";
605 DLLSPEC daeString COLLADA_ELEMENT_FX_ANNOTATE_TYPE_COMMON = "fx_annotate_type_common";
606 DLLSPEC daeString COLLADA_ELEMENT_ANNOTATE = "annotate";
607 DLLSPEC daeString COLLADA_ELEMENT_SEMANTIC = "semantic";
608 DLLSPEC daeString COLLADA_ELEMENT_MODIFIER = "modifier";
609 DLLSPEC daeString COLLADA_ELEMENT_FX_BASIC_TYPE_COMMON = "fx_basic_type_common";
610 DLLSPEC daeString COLLADA_ELEMENT_GLSL_PARAM_TYPE = "glsl_param_type";
611 DLLSPEC daeString COLLADA_ELEMENT_ARRAY = "array";
612 DLLSPEC daeString COLLADA_ELEMENT_GENERATOR = "generator";
613 DLLSPEC daeString COLLADA_ELEMENT_CODE = "code";
614 DLLSPEC daeString COLLADA_ELEMENT_INCLUDE = "include";
615 DLLSPEC daeString COLLADA_ELEMENT_NAME = "name";
616 DLLSPEC daeString COLLADA_ELEMENT_SETPARAM = "setparam";
617 DLLSPEC daeString COLLADA_ELEMENT_FLOAT = "float";
618 DLLSPEC daeString COLLADA_ELEMENT_PARAM = "param";
619 DLLSPEC daeString COLLADA_ELEMENT_COLOR = "color";
620 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE = "texture";
621 DLLSPEC daeString COLLADA_ELEMENT_FLOAT2 = "float2";
622 DLLSPEC daeString COLLADA_ELEMENT_FLOAT3 = "float3";
623 DLLSPEC daeString COLLADA_ELEMENT_FLOAT4 = "float4";
624 DLLSPEC daeString COLLADA_ELEMENT_SURFACE = "surface";
625 DLLSPEC daeString COLLADA_ELEMENT_SAMPLER2D = "sampler2D";
626 DLLSPEC daeString COLLADA_ELEMENT_CG_PARAM_TYPE = "cg_param_type";
627 DLLSPEC daeString COLLADA_ELEMENT_USERTYPE = "usertype";
628 DLLSPEC daeString COLLADA_ELEMENT_CONNECT_PARAM = "connect_param";
629 DLLSPEC daeString COLLADA_ELEMENT_CONSTANT = "constant";
630 DLLSPEC daeString COLLADA_ELEMENT_ARGUMENT = "argument";
631 DLLSPEC daeString COLLADA_ELEMENT_RGB = "RGB";
632 DLLSPEC daeString COLLADA_ELEMENT_ALPHA = "alpha";
633 DLLSPEC daeString COLLADA_ELEMENT_TEXCOMBINER = "texcombiner";
634 DLLSPEC daeString COLLADA_ELEMENT_TEXENV = "texenv";
635 DLLSPEC daeString COLLADA_ELEMENT_SAMPLER_STATE = "sampler_state";
636 DLLSPEC daeString COLLADA_ELEMENT_TEXCOORD = "texcoord";
637 DLLSPEC daeString COLLADA_ELEMENT_GLES_BASIC_TYPE_COMMON = "gles_basic_type_common";
638 DLLSPEC daeString COLLADA_ELEMENT_INIT_AS_NULL = "init_as_null";
639 DLLSPEC daeString COLLADA_ELEMENT_INIT_AS_TARGET = "init_as_target";
640 DLLSPEC daeString COLLADA_ELEMENT_INIT_CUBE = "init_cube";
641 DLLSPEC daeString COLLADA_ELEMENT_INIT_VOLUME = "init_volume";
642 DLLSPEC daeString COLLADA_ELEMENT_INIT_PLANAR = "init_planar";
643 DLLSPEC daeString COLLADA_ELEMENT_INIT_FROM = "init_from";
644 DLLSPEC daeString COLLADA_ELEMENT_BOOL = "bool";
645 DLLSPEC daeString COLLADA_ELEMENT_BOOL2 = "bool2";
646 DLLSPEC daeString COLLADA_ELEMENT_BOOL3 = "bool3";
647 DLLSPEC daeString COLLADA_ELEMENT_BOOL4 = "bool4";
648 DLLSPEC daeString COLLADA_ELEMENT_INT = "int";
649 DLLSPEC daeString COLLADA_ELEMENT_INT2 = "int2";
650 DLLSPEC daeString COLLADA_ELEMENT_INT3 = "int3";
651 DLLSPEC daeString COLLADA_ELEMENT_INT4 = "int4";
652 DLLSPEC daeString COLLADA_ELEMENT_FLOAT2X2 = "float2x2";
653 DLLSPEC daeString COLLADA_ELEMENT_FLOAT3X3 = "float3x3";
654 DLLSPEC daeString COLLADA_ELEMENT_FLOAT4X4 = "float4x4";
655 DLLSPEC daeString COLLADA_ELEMENT_STRING = "string";
656 DLLSPEC daeString COLLADA_ELEMENT_FLOAT1X1 = "float1x1";
657 DLLSPEC daeString COLLADA_ELEMENT_FLOAT1X2 = "float1x2";
658 DLLSPEC daeString COLLADA_ELEMENT_FLOAT1X3 = "float1x3";
659 DLLSPEC daeString COLLADA_ELEMENT_FLOAT1X4 = "float1x4";
660 DLLSPEC daeString COLLADA_ELEMENT_FLOAT2X1 = "float2x1";
661 DLLSPEC daeString COLLADA_ELEMENT_FLOAT2X3 = "float2x3";
662 DLLSPEC daeString COLLADA_ELEMENT_FLOAT2X4 = "float2x4";
663 DLLSPEC daeString COLLADA_ELEMENT_FLOAT3X1 = "float3x1";
664 DLLSPEC daeString COLLADA_ELEMENT_FLOAT3X2 = "float3x2";
665 DLLSPEC daeString COLLADA_ELEMENT_FLOAT3X4 = "float3x4";
666 DLLSPEC daeString COLLADA_ELEMENT_FLOAT4X1 = "float4x1";
667 DLLSPEC daeString COLLADA_ELEMENT_FLOAT4X2 = "float4x2";
668 DLLSPEC daeString COLLADA_ELEMENT_FLOAT4X3 = "float4x3";
669 DLLSPEC daeString COLLADA_ELEMENT_SAMPLER1D = "sampler1D";
670 DLLSPEC daeString COLLADA_ELEMENT_SAMPLER3D = "sampler3D";
671 DLLSPEC daeString COLLADA_ELEMENT_SAMPLERCUBE = "samplerCUBE";
672 DLLSPEC daeString COLLADA_ELEMENT_SAMPLERRECT = "samplerRECT";
673 DLLSPEC daeString COLLADA_ELEMENT_SAMPLERDEPTH = "samplerDEPTH";
674 DLLSPEC daeString COLLADA_ELEMENT_ENUM = "enum";
675 DLLSPEC daeString COLLADA_ELEMENT_ALPHA_FUNC = "alpha_func";
676 DLLSPEC daeString COLLADA_ELEMENT_BLEND_FUNC = "blend_func";
677 DLLSPEC daeString COLLADA_ELEMENT_BLEND_FUNC_SEPARATE = "blend_func_separate";
678 DLLSPEC daeString COLLADA_ELEMENT_BLEND_EQUATION = "blend_equation";
679 DLLSPEC daeString COLLADA_ELEMENT_BLEND_EQUATION_SEPARATE = "blend_equation_separate";
680 DLLSPEC daeString COLLADA_ELEMENT_COLOR_MATERIAL = "color_material";
681 DLLSPEC daeString COLLADA_ELEMENT_CULL_FACE = "cull_face";
682 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_FUNC = "depth_func";
683 DLLSPEC daeString COLLADA_ELEMENT_FOG_MODE = "fog_mode";
684 DLLSPEC daeString COLLADA_ELEMENT_FOG_COORD_SRC = "fog_coord_src";
685 DLLSPEC daeString COLLADA_ELEMENT_FRONT_FACE = "front_face";
686 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_MODEL_COLOR_CONTROL = "light_model_color_control";
687 DLLSPEC daeString COLLADA_ELEMENT_LOGIC_OP = "logic_op";
688 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_MODE = "polygon_mode";
689 DLLSPEC daeString COLLADA_ELEMENT_SHADE_MODEL = "shade_model";
690 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_FUNC = "stencil_func";
691 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_OP = "stencil_op";
692 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_FUNC_SEPARATE = "stencil_func_separate";
693 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_OP_SEPARATE = "stencil_op_separate";
694 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_MASK_SEPARATE = "stencil_mask_separate";
695 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_ENABLE = "light_enable";
696 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_AMBIENT = "light_ambient";
697 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_DIFFUSE = "light_diffuse";
698 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_SPECULAR = "light_specular";
699 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_POSITION = "light_position";
700 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_CONSTANT_ATTENUATION = "light_constant_attenuation";
701 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_LINEAR_ATTENUATION = "light_linear_attenuation";
702 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_QUADRATIC_ATTENUATION = "light_quadratic_attenuation";
703 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_SPOT_CUTOFF = "light_spot_cutoff";
704 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_SPOT_DIRECTION = "light_spot_direction";
705 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_SPOT_EXPONENT = "light_spot_exponent";
706 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE1D = "texture1D";
707 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE2D = "texture2D";
708 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE3D = "texture3D";
709 DLLSPEC daeString COLLADA_ELEMENT_TEXTURECUBE = "textureCUBE";
710 DLLSPEC daeString COLLADA_ELEMENT_TEXTURERECT = "textureRECT";
711 DLLSPEC daeString COLLADA_ELEMENT_TEXTUREDEPTH = "textureDEPTH";
712 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE1D_ENABLE = "texture1D_enable";
713 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE2D_ENABLE = "texture2D_enable";
714 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE3D_ENABLE = "texture3D_enable";
715 DLLSPEC daeString COLLADA_ELEMENT_TEXTURECUBE_ENABLE = "textureCUBE_enable";
716 DLLSPEC daeString COLLADA_ELEMENT_TEXTURERECT_ENABLE = "textureRECT_enable";
717 DLLSPEC daeString COLLADA_ELEMENT_TEXTUREDEPTH_ENABLE = "textureDEPTH_enable";
718 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE_ENV_COLOR = "texture_env_color";
719 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE_ENV_MODE = "texture_env_mode";
720 DLLSPEC daeString COLLADA_ELEMENT_CLIP_PLANE = "clip_plane";
721 DLLSPEC daeString COLLADA_ELEMENT_CLIP_PLANE_ENABLE = "clip_plane_enable";
722 DLLSPEC daeString COLLADA_ELEMENT_BLEND_COLOR = "blend_color";
723 DLLSPEC daeString COLLADA_ELEMENT_CLEAR_COLOR = "clear_color";
724 DLLSPEC daeString COLLADA_ELEMENT_CLEAR_STENCIL = "clear_stencil";
725 DLLSPEC daeString COLLADA_ELEMENT_CLEAR_DEPTH = "clear_depth";
726 DLLSPEC daeString COLLADA_ELEMENT_COLOR_MASK = "color_mask";
727 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_BOUNDS = "depth_bounds";
728 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_MASK = "depth_mask";
729 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_RANGE = "depth_range";
730 DLLSPEC daeString COLLADA_ELEMENT_FOG_DENSITY = "fog_density";
731 DLLSPEC daeString COLLADA_ELEMENT_FOG_START = "fog_start";
732 DLLSPEC daeString COLLADA_ELEMENT_FOG_END = "fog_end";
733 DLLSPEC daeString COLLADA_ELEMENT_FOG_COLOR = "fog_color";
734 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_MODEL_AMBIENT = "light_model_ambient";
735 DLLSPEC daeString COLLADA_ELEMENT_LIGHTING_ENABLE = "lighting_enable";
736 DLLSPEC daeString COLLADA_ELEMENT_LINE_STIPPLE = "line_stipple";
737 DLLSPEC daeString COLLADA_ELEMENT_LINE_WIDTH = "line_width";
738 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL_AMBIENT = "material_ambient";
739 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL_DIFFUSE = "material_diffuse";
740 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL_EMISSION = "material_emission";
741 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL_SHININESS = "material_shininess";
742 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL_SPECULAR = "material_specular";
743 DLLSPEC daeString COLLADA_ELEMENT_MODEL_VIEW_MATRIX = "model_view_matrix";
744 DLLSPEC daeString COLLADA_ELEMENT_POINT_DISTANCE_ATTENUATION = "point_distance_attenuation";
745 DLLSPEC daeString COLLADA_ELEMENT_POINT_FADE_THRESHOLD_SIZE = "point_fade_threshold_size";
746 DLLSPEC daeString COLLADA_ELEMENT_POINT_SIZE = "point_size";
747 DLLSPEC daeString COLLADA_ELEMENT_POINT_SIZE_MIN = "point_size_min";
748 DLLSPEC daeString COLLADA_ELEMENT_POINT_SIZE_MAX = "point_size_max";
749 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_OFFSET = "polygon_offset";
750 DLLSPEC daeString COLLADA_ELEMENT_PROJECTION_MATRIX = "projection_matrix";
751 DLLSPEC daeString COLLADA_ELEMENT_SCISSOR = "scissor";
752 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_MASK = "stencil_mask";
753 DLLSPEC daeString COLLADA_ELEMENT_ALPHA_TEST_ENABLE = "alpha_test_enable";
754 DLLSPEC daeString COLLADA_ELEMENT_AUTO_NORMAL_ENABLE = "auto_normal_enable";
755 DLLSPEC daeString COLLADA_ELEMENT_BLEND_ENABLE = "blend_enable";
756 DLLSPEC daeString COLLADA_ELEMENT_COLOR_LOGIC_OP_ENABLE = "color_logic_op_enable";
757 DLLSPEC daeString COLLADA_ELEMENT_COLOR_MATERIAL_ENABLE = "color_material_enable";
758 DLLSPEC daeString COLLADA_ELEMENT_CULL_FACE_ENABLE = "cull_face_enable";
759 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_BOUNDS_ENABLE = "depth_bounds_enable";
760 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_CLAMP_ENABLE = "depth_clamp_enable";
761 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_TEST_ENABLE = "depth_test_enable";
762 DLLSPEC daeString COLLADA_ELEMENT_DITHER_ENABLE = "dither_enable";
763 DLLSPEC daeString COLLADA_ELEMENT_FOG_ENABLE = "fog_enable";
764 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_MODEL_LOCAL_VIEWER_ENABLE = "light_model_local_viewer_enable";
765 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_MODEL_TWO_SIDE_ENABLE = "light_model_two_side_enable";
766 DLLSPEC daeString COLLADA_ELEMENT_LINE_SMOOTH_ENABLE = "line_smooth_enable";
767 DLLSPEC daeString COLLADA_ELEMENT_LINE_STIPPLE_ENABLE = "line_stipple_enable";
768 DLLSPEC daeString COLLADA_ELEMENT_LOGIC_OP_ENABLE = "logic_op_enable";
769 DLLSPEC daeString COLLADA_ELEMENT_MULTISAMPLE_ENABLE = "multisample_enable";
770 DLLSPEC daeString COLLADA_ELEMENT_NORMALIZE_ENABLE = "normalize_enable";
771 DLLSPEC daeString COLLADA_ELEMENT_POINT_SMOOTH_ENABLE = "point_smooth_enable";
772 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_OFFSET_FILL_ENABLE = "polygon_offset_fill_enable";
773 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_OFFSET_LINE_ENABLE = "polygon_offset_line_enable";
774 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_OFFSET_POINT_ENABLE = "polygon_offset_point_enable";
775 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_SMOOTH_ENABLE = "polygon_smooth_enable";
776 DLLSPEC daeString COLLADA_ELEMENT_POLYGON_STIPPLE_ENABLE = "polygon_stipple_enable";
777 DLLSPEC daeString COLLADA_ELEMENT_RESCALE_NORMAL_ENABLE = "rescale_normal_enable";
778 DLLSPEC daeString COLLADA_ELEMENT_SAMPLE_ALPHA_TO_COVERAGE_ENABLE = "sample_alpha_to_coverage_enable";
779 DLLSPEC daeString COLLADA_ELEMENT_SAMPLE_ALPHA_TO_ONE_ENABLE = "sample_alpha_to_one_enable";
780 DLLSPEC daeString COLLADA_ELEMENT_SAMPLE_COVERAGE_ENABLE = "sample_coverage_enable";
781 DLLSPEC daeString COLLADA_ELEMENT_SCISSOR_TEST_ENABLE = "scissor_test_enable";
782 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_TEST_ENABLE = "stencil_test_enable";
783 DLLSPEC daeString COLLADA_ELEMENT_GL_HOOK_ABSTRACT = "gl_hook_abstract";
784 DLLSPEC daeString COLLADA_ELEMENT_FUNC = "func";
785 DLLSPEC daeString COLLADA_ELEMENT_VALUE = "value";
786 DLLSPEC daeString COLLADA_ELEMENT_SRC = "src";
787 DLLSPEC daeString COLLADA_ELEMENT_DEST = "dest";
788 DLLSPEC daeString COLLADA_ELEMENT_SRC_RGB = "src_rgb";
789 DLLSPEC daeString COLLADA_ELEMENT_DEST_RGB = "dest_rgb";
790 DLLSPEC daeString COLLADA_ELEMENT_SRC_ALPHA = "src_alpha";
791 DLLSPEC daeString COLLADA_ELEMENT_DEST_ALPHA = "dest_alpha";
792 DLLSPEC daeString COLLADA_ELEMENT_rgb = "rgb";
793 DLLSPEC daeString COLLADA_ELEMENT_MODE = "mode";
794 DLLSPEC daeString COLLADA_ELEMENT_REF = "ref";
795 DLLSPEC daeString COLLADA_ELEMENT_MASK = "mask";
796 DLLSPEC daeString COLLADA_ELEMENT_FAIL = "fail";
797 DLLSPEC daeString COLLADA_ELEMENT_ZFAIL = "zfail";
798 DLLSPEC daeString COLLADA_ELEMENT_ZPASS = "zpass";
799 DLLSPEC daeString COLLADA_ELEMENT_FRONT = "front";
800 DLLSPEC daeString COLLADA_ELEMENT_BACK = "back";
801 DLLSPEC daeString COLLADA_ELEMENT_BOOL1 = "bool1";
802 DLLSPEC daeString COLLADA_ELEMENT_BOOL1X1 = "bool1x1";
803 DLLSPEC daeString COLLADA_ELEMENT_BOOL1X2 = "bool1x2";
804 DLLSPEC daeString COLLADA_ELEMENT_BOOL1X3 = "bool1x3";
805 DLLSPEC daeString COLLADA_ELEMENT_BOOL1X4 = "bool1x4";
806 DLLSPEC daeString COLLADA_ELEMENT_BOOL2X1 = "bool2x1";
807 DLLSPEC daeString COLLADA_ELEMENT_BOOL2X2 = "bool2x2";
808 DLLSPEC daeString COLLADA_ELEMENT_BOOL2X3 = "bool2x3";
809 DLLSPEC daeString COLLADA_ELEMENT_BOOL2X4 = "bool2x4";
810 DLLSPEC daeString COLLADA_ELEMENT_BOOL3X1 = "bool3x1";
811 DLLSPEC daeString COLLADA_ELEMENT_BOOL3X2 = "bool3x2";
812 DLLSPEC daeString COLLADA_ELEMENT_BOOL3X3 = "bool3x3";
813 DLLSPEC daeString COLLADA_ELEMENT_BOOL3X4 = "bool3x4";
814 DLLSPEC daeString COLLADA_ELEMENT_BOOL4X1 = "bool4x1";
815 DLLSPEC daeString COLLADA_ELEMENT_BOOL4X2 = "bool4x2";
816 DLLSPEC daeString COLLADA_ELEMENT_BOOL4X3 = "bool4x3";
817 DLLSPEC daeString COLLADA_ELEMENT_BOOL4X4 = "bool4x4";
818 DLLSPEC daeString COLLADA_ELEMENT_FLOAT1 = "float1";
819 DLLSPEC daeString COLLADA_ELEMENT_INT1 = "int1";
820 DLLSPEC daeString COLLADA_ELEMENT_INT1X1 = "int1x1";
821 DLLSPEC daeString COLLADA_ELEMENT_INT1X2 = "int1x2";
822 DLLSPEC daeString COLLADA_ELEMENT_INT1X3 = "int1x3";
823 DLLSPEC daeString COLLADA_ELEMENT_INT1X4 = "int1x4";
824 DLLSPEC daeString COLLADA_ELEMENT_INT2X1 = "int2x1";
825 DLLSPEC daeString COLLADA_ELEMENT_INT2X2 = "int2x2";
826 DLLSPEC daeString COLLADA_ELEMENT_INT2X3 = "int2x3";
827 DLLSPEC daeString COLLADA_ELEMENT_INT2X4 = "int2x4";
828 DLLSPEC daeString COLLADA_ELEMENT_INT3X1 = "int3x1";
829 DLLSPEC daeString COLLADA_ELEMENT_INT3X2 = "int3x2";
830 DLLSPEC daeString COLLADA_ELEMENT_INT3X3 = "int3x3";
831 DLLSPEC daeString COLLADA_ELEMENT_INT3X4 = "int3x4";
832 DLLSPEC daeString COLLADA_ELEMENT_INT4X1 = "int4x1";
833 DLLSPEC daeString COLLADA_ELEMENT_INT4X2 = "int4x2";
834 DLLSPEC daeString COLLADA_ELEMENT_INT4X3 = "int4x3";
835 DLLSPEC daeString COLLADA_ELEMENT_INT4X4 = "int4x4";
836 DLLSPEC daeString COLLADA_ELEMENT_HALF = "half";
837 DLLSPEC daeString COLLADA_ELEMENT_HALF1 = "half1";
838 DLLSPEC daeString COLLADA_ELEMENT_HALF2 = "half2";
839 DLLSPEC daeString COLLADA_ELEMENT_HALF3 = "half3";
840 DLLSPEC daeString COLLADA_ELEMENT_HALF4 = "half4";
841 DLLSPEC daeString COLLADA_ELEMENT_HALF1X1 = "half1x1";
842 DLLSPEC daeString COLLADA_ELEMENT_HALF1X2 = "half1x2";
843 DLLSPEC daeString COLLADA_ELEMENT_HALF1X3 = "half1x3";
844 DLLSPEC daeString COLLADA_ELEMENT_HALF1X4 = "half1x4";
845 DLLSPEC daeString COLLADA_ELEMENT_HALF2X1 = "half2x1";
846 DLLSPEC daeString COLLADA_ELEMENT_HALF2X2 = "half2x2";
847 DLLSPEC daeString COLLADA_ELEMENT_HALF2X3 = "half2x3";
848 DLLSPEC daeString COLLADA_ELEMENT_HALF2X4 = "half2x4";
849 DLLSPEC daeString COLLADA_ELEMENT_HALF3X1 = "half3x1";
850 DLLSPEC daeString COLLADA_ELEMENT_HALF3X2 = "half3x2";
851 DLLSPEC daeString COLLADA_ELEMENT_HALF3X3 = "half3x3";
852 DLLSPEC daeString COLLADA_ELEMENT_HALF3X4 = "half3x4";
853 DLLSPEC daeString COLLADA_ELEMENT_HALF4X1 = "half4x1";
854 DLLSPEC daeString COLLADA_ELEMENT_HALF4X2 = "half4x2";
855 DLLSPEC daeString COLLADA_ELEMENT_HALF4X3 = "half4x3";
856 DLLSPEC daeString COLLADA_ELEMENT_HALF4X4 = "half4x4";
857 DLLSPEC daeString COLLADA_ELEMENT_FIXED = "fixed";
858 DLLSPEC daeString COLLADA_ELEMENT_FIXED1 = "fixed1";
859 DLLSPEC daeString COLLADA_ELEMENT_FIXED2 = "fixed2";
860 DLLSPEC daeString COLLADA_ELEMENT_FIXED3 = "fixed3";
861 DLLSPEC daeString COLLADA_ELEMENT_FIXED4 = "fixed4";
862 DLLSPEC daeString COLLADA_ELEMENT_FIXED1X1 = "fixed1x1";
863 DLLSPEC daeString COLLADA_ELEMENT_FIXED1X2 = "fixed1x2";
864 DLLSPEC daeString COLLADA_ELEMENT_FIXED1X3 = "fixed1x3";
865 DLLSPEC daeString COLLADA_ELEMENT_FIXED1X4 = "fixed1x4";
866 DLLSPEC daeString COLLADA_ELEMENT_FIXED2X1 = "fixed2x1";
867 DLLSPEC daeString COLLADA_ELEMENT_FIXED2X2 = "fixed2x2";
868 DLLSPEC daeString COLLADA_ELEMENT_FIXED2X3 = "fixed2x3";
869 DLLSPEC daeString COLLADA_ELEMENT_FIXED2X4 = "fixed2x4";
870 DLLSPEC daeString COLLADA_ELEMENT_FIXED3X1 = "fixed3x1";
871 DLLSPEC daeString COLLADA_ELEMENT_FIXED3X2 = "fixed3x2";
872 DLLSPEC daeString COLLADA_ELEMENT_FIXED3X3 = "fixed3x3";
873 DLLSPEC daeString COLLADA_ELEMENT_FIXED3X4 = "fixed3x4";
874 DLLSPEC daeString COLLADA_ELEMENT_FIXED4X1 = "fixed4x1";
875 DLLSPEC daeString COLLADA_ELEMENT_FIXED4X2 = "fixed4x2";
876 DLLSPEC daeString COLLADA_ELEMENT_FIXED4X3 = "fixed4x3";
877 DLLSPEC daeString COLLADA_ELEMENT_FIXED4X4 = "fixed4x4";
878 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE_PIPELINE = "texture_pipeline";
879 DLLSPEC daeString COLLADA_ELEMENT_LIGHT_LINEAR_ATTENUTATION = "light_linear_attenutation";
880 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE_PIPELINE_ENABLE = "texture_pipeline_enable";
881 DLLSPEC daeString COLLADA_ELEMENT_TEXTURE_UNIT = "texture_unit";
882 DLLSPEC daeString COLLADA_ELEMENT_ASSET = "asset";
883 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_ANIMATIONS = "library_animations";
884 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_ANIMATION_CLIPS = "library_animation_clips";
885 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_CAMERAS = "library_cameras";
886 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_CONTROLLERS = "library_controllers";
887 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_GEOMETRIES = "library_geometries";
888 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_EFFECTS = "library_effects";
889 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_FORCE_FIELDS = "library_force_fields";
890 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_IMAGES = "library_images";
891 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_LIGHTS = "library_lights";
892 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_MATERIALS = "library_materials";
893 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_NODES = "library_nodes";
894 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_PHYSICS_MATERIALS = "library_physics_materials";
895 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_PHYSICS_MODELS = "library_physics_models";
896 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_PHYSICS_SCENES = "library_physics_scenes";
897 DLLSPEC daeString COLLADA_ELEMENT_LIBRARY_VISUAL_SCENES = "library_visual_scenes";
898 DLLSPEC daeString COLLADA_ELEMENT_SCENE = "scene";
899 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_PHYSICS_SCENE = "instance_physics_scene";
900 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_VISUAL_SCENE = "instance_visual_scene";
901 DLLSPEC daeString COLLADA_ELEMENT_IDREF_ARRAY = "IDREF_array";
902 DLLSPEC daeString COLLADA_ELEMENT_NAME_ARRAY = "Name_array";
903 DLLSPEC daeString COLLADA_ELEMENT_BOOL_ARRAY = "bool_array";
904 DLLSPEC daeString COLLADA_ELEMENT_FLOAT_ARRAY = "float_array";
905 DLLSPEC daeString COLLADA_ELEMENT_INT_ARRAY = "int_array";
906 DLLSPEC daeString COLLADA_ELEMENT_TECHNIQUE_COMMON = "technique_common";
907 DLLSPEC daeString COLLADA_ELEMENT_TECHNIQUE = "technique";
908 DLLSPEC daeString COLLADA_ELEMENT_ACCESSOR = "accessor";
909 DLLSPEC daeString COLLADA_ELEMENT_CONVEX_MESH = "convex_mesh";
910 DLLSPEC daeString COLLADA_ELEMENT_MESH = "mesh";
911 DLLSPEC daeString COLLADA_ELEMENT_SPLINE = "spline";
912 DLLSPEC daeString COLLADA_ELEMENT_VERTICES = "vertices";
913 DLLSPEC daeString COLLADA_ELEMENT_LINES = "lines";
914 DLLSPEC daeString COLLADA_ELEMENT_LINESTRIPS = "linestrips";
915 DLLSPEC daeString COLLADA_ELEMENT_POLYGONS = "polygons";
916 DLLSPEC daeString COLLADA_ELEMENT_POLYLIST = "polylist";
917 DLLSPEC daeString COLLADA_ELEMENT_TRIANGLES = "triangles";
918 DLLSPEC daeString COLLADA_ELEMENT_TRIFANS = "trifans";
919 DLLSPEC daeString COLLADA_ELEMENT_TRISTRIPS = "tristrips";
920 DLLSPEC daeString COLLADA_ELEMENT_CONTROL_VERTICES = "control_vertices";
921 DLLSPEC daeString COLLADA_ELEMENT_INPUT = "input";
922 DLLSPEC daeString COLLADA_ELEMENT_P = "p";
923 DLLSPEC daeString COLLADA_ELEMENT_PH = "ph";
924 DLLSPEC daeString COLLADA_ELEMENT_H = "h";
925 DLLSPEC daeString COLLADA_ELEMENT_VCOUNT = "vcount";
926 DLLSPEC daeString COLLADA_ELEMENT_DATA = "data";
927 DLLSPEC daeString COLLADA_ELEMENT_AMBIENT = "ambient";
928 DLLSPEC daeString COLLADA_ELEMENT_DIRECTIONAL = "directional";
929 DLLSPEC daeString COLLADA_ELEMENT_POINT = "point";
930 DLLSPEC daeString COLLADA_ELEMENT_SPOT = "spot";
931 DLLSPEC daeString COLLADA_ELEMENT_CONSTANT_ATTENUATION = "constant_attenuation";
932 DLLSPEC daeString COLLADA_ELEMENT_LINEAR_ATTENUATION = "linear_attenuation";
933 DLLSPEC daeString COLLADA_ELEMENT_QUADRATIC_ATTENUATION = "quadratic_attenuation";
934 DLLSPEC daeString COLLADA_ELEMENT_FALLOFF_ANGLE = "falloff_angle";
935 DLLSPEC daeString COLLADA_ELEMENT_FALLOFF_EXPONENT = "falloff_exponent";
936 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_EFFECT = "instance_effect";
937 DLLSPEC daeString COLLADA_ELEMENT_OPTICS = "optics";
938 DLLSPEC daeString COLLADA_ELEMENT_IMAGER = "imager";
939 DLLSPEC daeString COLLADA_ELEMENT_ORTHOGRAPHIC = "orthographic";
940 DLLSPEC daeString COLLADA_ELEMENT_PERSPECTIVE = "perspective";
941 DLLSPEC daeString COLLADA_ELEMENT_XMAG = "xmag";
942 DLLSPEC daeString COLLADA_ELEMENT_YMAG = "ymag";
943 DLLSPEC daeString COLLADA_ELEMENT_ASPECT_RATIO = "aspect_ratio";
944 DLLSPEC daeString COLLADA_ELEMENT_ZNEAR = "znear";
945 DLLSPEC daeString COLLADA_ELEMENT_ZFAR = "zfar";
946 DLLSPEC daeString COLLADA_ELEMENT_XFOV = "xfov";
947 DLLSPEC daeString COLLADA_ELEMENT_YFOV = "yfov";
948 DLLSPEC daeString COLLADA_ELEMENT_SAMPLER = "sampler";
949 DLLSPEC daeString COLLADA_ELEMENT_CHANNEL = "channel";
950 DLLSPEC daeString COLLADA_ELEMENT_ANIMATION = "animation";
951 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_ANIMATION = "instance_animation";
952 DLLSPEC daeString COLLADA_ELEMENT_SKIN = "skin";
953 DLLSPEC daeString COLLADA_ELEMENT_MORPH = "morph";
954 DLLSPEC daeString COLLADA_ELEMENT_BIND_SHAPE_MATRIX = "bind_shape_matrix";
955 DLLSPEC daeString COLLADA_ELEMENT_JOINTS = "joints";
956 DLLSPEC daeString COLLADA_ELEMENT_VERTEX_WEIGHTS = "vertex_weights";
957 DLLSPEC daeString COLLADA_ELEMENT_V = "v";
958 DLLSPEC daeString COLLADA_ELEMENT_TARGETS = "targets";
959 DLLSPEC daeString COLLADA_ELEMENT_CONTRIBUTOR = "contributor";
960 DLLSPEC daeString COLLADA_ELEMENT_CREATED = "created";
961 DLLSPEC daeString COLLADA_ELEMENT_KEYWORDS = "keywords";
962 DLLSPEC daeString COLLADA_ELEMENT_MODIFIED = "modified";
963 DLLSPEC daeString COLLADA_ELEMENT_REVISION = "revision";
964 DLLSPEC daeString COLLADA_ELEMENT_SUBJECT = "subject";
965 DLLSPEC daeString COLLADA_ELEMENT_TITLE = "title";
966 DLLSPEC daeString COLLADA_ELEMENT_UNIT = "unit";
967 DLLSPEC daeString COLLADA_ELEMENT_UP_AXIS = "up_axis";
968 DLLSPEC daeString COLLADA_ELEMENT_AUTHOR = "author";
969 DLLSPEC daeString COLLADA_ELEMENT_AUTHORING_TOOL = "authoring_tool";
970 DLLSPEC daeString COLLADA_ELEMENT_COMMENTS = "comments";
971 DLLSPEC daeString COLLADA_ELEMENT_COPYRIGHT = "copyright";
972 DLLSPEC daeString COLLADA_ELEMENT_SOURCE_DATA = "source_data";
973 DLLSPEC daeString COLLADA_ELEMENT_LOOKAT = "lookat";
974 DLLSPEC daeString COLLADA_ELEMENT_MATRIX = "matrix";
975 DLLSPEC daeString COLLADA_ELEMENT_ROTATE = "rotate";
976 DLLSPEC daeString COLLADA_ELEMENT_SCALE = "scale";
977 DLLSPEC daeString COLLADA_ELEMENT_SKEW = "skew";
978 DLLSPEC daeString COLLADA_ELEMENT_TRANSLATE = "translate";
979 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_CAMERA = "instance_camera";
980 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_CONTROLLER = "instance_controller";
981 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_GEOMETRY = "instance_geometry";
982 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_LIGHT = "instance_light";
983 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_NODE = "instance_node";
984 DLLSPEC daeString COLLADA_ELEMENT_NODE = "node";
985 DLLSPEC daeString COLLADA_ELEMENT_EVALUATE_SCENE = "evaluate_scene";
986 DLLSPEC daeString COLLADA_ELEMENT_RENDER = "render";
987 DLLSPEC daeString COLLADA_ELEMENT_LAYER = "layer";
988 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_MATERIAL = "instance_material";
989 DLLSPEC daeString COLLADA_ELEMENT_SKELETON = "skeleton";
990 DLLSPEC daeString COLLADA_ELEMENT_BIND_MATERIAL = "bind_material";
991 DLLSPEC daeString COLLADA_ELEMENT_TECHNIQUE_HINT = "technique_hint";
992 DLLSPEC daeString COLLADA_ELEMENT_BIND = "bind";
993 DLLSPEC daeString COLLADA_ELEMENT_BIND_VERTEX_INPUT = "bind_vertex_input";
994 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_FORCE_FIELD = "instance_force_field";
995 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_RIGID_BODY = "instance_rigid_body";
996 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_RIGID_CONSTRAINT = "instance_rigid_constraint";
997 DLLSPEC daeString COLLADA_ELEMENT_ANGULAR_VELOCITY = "angular_velocity";
998 DLLSPEC daeString COLLADA_ELEMENT_VELOCITY = "velocity";
999 DLLSPEC daeString COLLADA_ELEMENT_DYNAMIC = "dynamic";
1000 DLLSPEC daeString COLLADA_ELEMENT_MASS = "mass";
1001 DLLSPEC daeString COLLADA_ELEMENT_MASS_FRAME = "mass_frame";
1002 DLLSPEC daeString COLLADA_ELEMENT_INERTIA = "inertia";
1003 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_PHYSICS_MATERIAL = "instance_physics_material";
1004 DLLSPEC daeString COLLADA_ELEMENT_PHYSICS_MATERIAL = "physics_material";
1005 DLLSPEC daeString COLLADA_ELEMENT_SHAPE = "shape";
1006 DLLSPEC daeString COLLADA_ELEMENT_HOLLOW = "hollow";
1007 DLLSPEC daeString COLLADA_ELEMENT_DENSITY = "density";
1008 DLLSPEC daeString COLLADA_ELEMENT_PLANE = "plane";
1009 DLLSPEC daeString COLLADA_ELEMENT_BOX = "box";
1010 DLLSPEC daeString COLLADA_ELEMENT_SPHERE = "sphere";
1011 DLLSPEC daeString COLLADA_ELEMENT_CYLINDER = "cylinder";
1012 DLLSPEC daeString COLLADA_ELEMENT_TAPERED_CYLINDER = "tapered_cylinder";
1013 DLLSPEC daeString COLLADA_ELEMENT_CAPSULE = "capsule";
1014 DLLSPEC daeString COLLADA_ELEMENT_TAPERED_CAPSULE = "tapered_capsule";
1015 DLLSPEC daeString COLLADA_ELEMENT_ANIMATION_CLIP = "animation_clip";
1016 DLLSPEC daeString COLLADA_ELEMENT_CAMERA = "camera";
1017 DLLSPEC daeString COLLADA_ELEMENT_CONTROLLER = "controller";
1018 DLLSPEC daeString COLLADA_ELEMENT_GEOMETRY = "geometry";
1019 DLLSPEC daeString COLLADA_ELEMENT_EFFECT = "effect";
1020 DLLSPEC daeString COLLADA_ELEMENT_FORCE_FIELD = "force_field";
1021 DLLSPEC daeString COLLADA_ELEMENT_IMAGE = "image";
1022 DLLSPEC daeString COLLADA_ELEMENT_LIGHT = "light";
1023 DLLSPEC daeString COLLADA_ELEMENT_MATERIAL = "material";
1024 DLLSPEC daeString COLLADA_ELEMENT_PHYSICS_MODEL = "physics_model";
1025 DLLSPEC daeString COLLADA_ELEMENT_PHYSICS_SCENE = "physics_scene";
1026 DLLSPEC daeString COLLADA_ELEMENT_VISUAL_SCENE = "visual_scene";
1027 DLLSPEC daeString COLLADA_ELEMENT_NEWPARAM = "newparam";
1028 DLLSPEC daeString COLLADA_ELEMENT_FX_PROFILE_ABSTRACT = "fx_profile_abstract";
1029 DLLSPEC daeString COLLADA_ELEMENT_PROFILE_GLSL = "profile_GLSL";
1030 DLLSPEC daeString COLLADA_ELEMENT_PASS = "pass";
1031 DLLSPEC daeString COLLADA_ELEMENT_COLOR_TARGET = "color_target";
1032 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_TARGET = "depth_target";
1033 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_TARGET = "stencil_target";
1034 DLLSPEC daeString COLLADA_ELEMENT_COLOR_CLEAR = "color_clear";
1035 DLLSPEC daeString COLLADA_ELEMENT_DEPTH_CLEAR = "depth_clear";
1036 DLLSPEC daeString COLLADA_ELEMENT_STENCIL_CLEAR = "stencil_clear";
1037 DLLSPEC daeString COLLADA_ELEMENT_DRAW = "draw";
1038 DLLSPEC daeString COLLADA_ELEMENT_GL_PIPELINE_SETTINGS = "gl_pipeline_settings";
1039 DLLSPEC daeString COLLADA_ELEMENT_SHADER = "shader";
1040 DLLSPEC daeString COLLADA_ELEMENT_COMPILER_TARGET = "compiler_target";
1041 DLLSPEC daeString COLLADA_ELEMENT_COMPILER_OPTIONS = "compiler_options";
1042 DLLSPEC daeString COLLADA_ELEMENT_PROFILE_COMMON = "profile_COMMON";
1043 DLLSPEC daeString COLLADA_ELEMENT_LAMBERT = "lambert";
1044 DLLSPEC daeString COLLADA_ELEMENT_PHONG = "phong";
1045 DLLSPEC daeString COLLADA_ELEMENT_BLINN = "blinn";
1046 DLLSPEC daeString COLLADA_ELEMENT_EMISSION = "emission";
1047 DLLSPEC daeString COLLADA_ELEMENT_REFLECTIVE = "reflective";
1048 DLLSPEC daeString COLLADA_ELEMENT_REFLECTIVITY = "reflectivity";
1049 DLLSPEC daeString COLLADA_ELEMENT_TRANSPARENT = "transparent";
1050 DLLSPEC daeString COLLADA_ELEMENT_TRANSPARENCY = "transparency";
1051 DLLSPEC daeString COLLADA_ELEMENT_INDEX_OF_REFRACTION = "index_of_refraction";
1052 DLLSPEC daeString COLLADA_ELEMENT_DIFFUSE = "diffuse";
1053 DLLSPEC daeString COLLADA_ELEMENT_SPECULAR = "specular";
1054 DLLSPEC daeString COLLADA_ELEMENT_SHININESS = "shininess";
1055 DLLSPEC daeString COLLADA_ELEMENT_PROFILE_CG = "profile_CG";
1056 DLLSPEC daeString COLLADA_ELEMENT_PROFILE_GLES = "profile_GLES";
1057 DLLSPEC daeString COLLADA_ELEMENT_GLES_PIPELINE_SETTINGS = "gles_pipeline_settings";
1058 DLLSPEC daeString COLLADA_ELEMENT_HALF_EXTENTS = "half_extents";
1059 DLLSPEC daeString COLLADA_ELEMENT_EQUATION = "equation";
1060 DLLSPEC daeString COLLADA_ELEMENT_RADIUS = "radius";
1061 DLLSPEC daeString COLLADA_ELEMENT_HEIGHT = "height";
1062 DLLSPEC daeString COLLADA_ELEMENT_RADIUS1 = "radius1";
1063 DLLSPEC daeString COLLADA_ELEMENT_RADIUS2 = "radius2";
1064 DLLSPEC daeString COLLADA_ELEMENT_DYNAMIC_FRICTION = "dynamic_friction";
1065 DLLSPEC daeString COLLADA_ELEMENT_RESTITUTION = "restitution";
1066 DLLSPEC daeString COLLADA_ELEMENT_STATIC_FRICTION = "static_friction";
1067 DLLSPEC daeString COLLADA_ELEMENT_INSTANCE_PHYSICS_MODEL = "instance_physics_model";
1068 DLLSPEC daeString COLLADA_ELEMENT_GRAVITY = "gravity";
1069 DLLSPEC daeString COLLADA_ELEMENT_TIME_STEP = "time_step";
1070 DLLSPEC daeString COLLADA_ELEMENT_REF_ATTACHMENT = "ref_attachment";
1071 DLLSPEC daeString COLLADA_ELEMENT_ATTACHMENT = "attachment";
1072 DLLSPEC daeString COLLADA_ELEMENT_ENABLED = "enabled";
1073 DLLSPEC daeString COLLADA_ELEMENT_INTERPENETRATE = "interpenetrate";
1074 DLLSPEC daeString COLLADA_ELEMENT_LIMITS = "limits";
1075 DLLSPEC daeString COLLADA_ELEMENT_SPRING = "spring";
1076 DLLSPEC daeString COLLADA_ELEMENT_SWING_CONE_AND_TWIST = "swing_cone_and_twist";
1077 DLLSPEC daeString COLLADA_ELEMENT_LINEAR = "linear";
1078 DLLSPEC daeString COLLADA_ELEMENT_MIN = "min";
1079 DLLSPEC daeString COLLADA_ELEMENT_MAX = "max";
1080 DLLSPEC daeString COLLADA_ELEMENT_ANGULAR = "angular";
1081 DLLSPEC daeString COLLADA_ELEMENT_STIFFNESS = "stiffness";
1082 DLLSPEC daeString COLLADA_ELEMENT_DAMPING = "damping";
1083 DLLSPEC daeString COLLADA_ELEMENT_TARGET_VALUE = "target_value";
1084 DLLSPEC daeString COLLADA_ELEMENT_RIGID_BODY = "rigid_body";
1085 DLLSPEC daeString COLLADA_ELEMENT_RIGID_CONSTRAINT = "rigid_constraint";
1086 
1087 } // ColladaDOM141
1088