43BEGIN_NODE(AcousticProperties)
44EXPOSED_FIELD(AcousticProperties,absorption,sffloat,absorption,FIELDTYPE_SFFloat,UNCA_NONE)
45EXPOSED_FIELD(AcousticProperties,specular,sffloat,specular,FIELDTYPE_SFFloat,UNCA_NONE)
46EXPOSED_FIELD(AcousticProperties,diffuse,sffloat,diffuse,FIELDTYPE_SFFloat,UNCA_NONE)
47EXPOSED_FIELD(AcousticProperties,refraction,sffloat,refraction,FIELDTYPE_SFFloat,UNCA_NONE)
48EXPOSED_FIELD(AcousticProperties,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
49EXPOSED_FIELD(AcousticProperties,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
50EXPOSED_FIELD(AcousticProperties,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
51END_NODE(AcousticProperties)
55EXPOSED_FIELD(Analyser,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
56EXPOSED_FIELD(Analyser,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
57EXPOSED_FIELD(Analyser,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
58EXPOSED_FIELD(Analyser,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
59EXPOSED_FIELD(Analyser,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
60EXPOSED_FIELD(Analyser,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
61EXPOSED_FIELD(Analyser,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
62EXPOSED_FIELD(Analyser,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
63EXPOSED_FIELD(Analyser,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
64EXPOSED_FIELD(Analyser,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
65EXPOSED_FIELD(Analyser,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
66EXPOSED_FIELD(Analyser,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
67EVENT_OUT(Analyser,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
68EVENT_OUT(Analyser,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
69EVENT_OUT(Analyser,isActive,sfbool,isActive,FIELDTYPE_SFBool)
70EVENT_OUT(Analyser,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
71EXPOSED_FIELD(Analyser,fftSize,sfint32,fftSize,FIELDTYPE_SFInt32,UNCA_NONE)
72EXPOSED_FIELD(Analyser,frequencyBinCount,sfint32,frequencyBinCount,FIELDTYPE_SFInt32,UNCA_NONE)
73EXPOSED_FIELD(Analyser,minDecibels,sffloat,minDecibels,FIELDTYPE_SFFloat,UNCA_NONE)
74EXPOSED_FIELD(Analyser,maxDecibels,sffloat,maxDecibels,FIELDTYPE_SFFloat,UNCA_NONE)
75EXPOSED_FIELD(Analyser,smoothingTimeConstant,sffloat,smoothingTimeConstant,FIELDTYPE_SFFloat,UNCA_NONE)
76EVENT_OUT(Analyser,byteFrequencyData,mfint32,byteFrequencyData,FIELDTYPE_MFInt32)
77EVENT_OUT(Analyser,floatFrequencyData,mffloat,floatFrequencyData,FIELDTYPE_MFFloat)
78EVENT_OUT(Analyser,byteTimeDomainData,mfint32,byteTimeDomainData,FIELDTYPE_MFInt32)
79EVENT_OUT(Analyser,floatTimeDomainData,mffloat,floatTimeDomainData,FIELDTYPE_MFFloat)
84EVENT_IN(Anchor,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
85EVENT_IN(Anchor,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
86EXPOSED_FIELD(Anchor,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
87EXPOSED_FIELD(Anchor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
88EXPOSED_FIELD(Anchor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
89EXPOSED_FIELD(Anchor,parameter,mfstring,parameter,FIELDTYPE_MFString,UNCA_NONE)
90EXPOSED_FIELD(Anchor,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
91FIELD(Anchor,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
92FIELD(Anchor,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
93EXPOSED_FIELD(Anchor,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
94EXPOSED_FIELD(Anchor,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
95EXPOSED_FIELD(Anchor,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
96EXPOSED_FIELD(Anchor,refresh,sftime,refresh,FIELDTYPE_SFTime,UNCA_NONE)
100BEGIN_NODE(Appearance)
101EXPOSED_FIELD(Appearance,fillProperties,sfnode,fillProperties,FIELDTYPE_SFNode,UNCA_NONE)
102EXPOSED_FIELD(Appearance,lineProperties,sfnode,lineProperties,FIELDTYPE_SFNode,UNCA_NONE)
103EXPOSED_FIELD(Appearance,pointProperties,sfnode,pointProperties,FIELDTYPE_SFNode,UNCA_NONE)
104EXPOSED_FIELD(Appearance,acousticProperties,sfnode,acousticProperties,FIELDTYPE_SFNode,UNCA_NONE)
105EXPOSED_FIELD(Appearance,material,sfnode,material,FIELDTYPE_SFNode,UNCA_NONE)
106EXPOSED_FIELD(Appearance,backMaterial,sfnode,backMaterial,FIELDTYPE_SFNode,UNCA_NONE)
107EXPOSED_FIELD(Appearance,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
108EXPOSED_FIELD(Appearance,shaders,mfnode,shaders,FIELDTYPE_MFNode,UNCA_NONE)
109EXPOSED_FIELD(Appearance,effects,mfnode,effects,FIELDTYPE_MFNode,UNCA_NONE)
110EXPOSED_FIELD(Appearance,texture,sfnode,texture,FIELDTYPE_SFNode,UNCA_NONE)
111EXPOSED_FIELD(Appearance,textureTransform,sfnode,textureTransform,FIELDTYPE_SFNode,UNCA_NONE)
116EXPOSED_FIELD(Arc2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
117FIELD(Arc2D,endAngle,sffloat,endAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
118EXPOSED_FIELD(Arc2D,radius,sffloat,radius,FIELDTYPE_SFFloat,UNCA_LENGTH)
119FIELD(Arc2D,startAngle,sffloat,startAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
123BEGIN_NODE(ArcClose2D)
124EXPOSED_FIELD(ArcClose2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
125FIELD(ArcClose2D,closureType,sfstring,closureType,FIELDTYPE_SFString,UNCA_NONE)
126FIELD(ArcClose2D,endAngle,sffloat,endAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
127EXPOSED_FIELD(ArcClose2D,radius,sffloat,radius,FIELDTYPE_SFFloat,UNCA_LENGTH)
128FIELD(ArcClose2D,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
129FIELD(ArcClose2D,startAngle,sffloat,startAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
133BEGIN_NODE(AudioBuffer)
134EXPOSED_FIELD(AudioBuffer,autoRefresh,sftime,autoRefresh,FIELDTYPE_SFTime,UNCA_NONE)
135EXPOSED_FIELD(AudioBuffer,autoRefreshTimeLimit,sftime,autoRefreshTimeLimit,FIELDTYPE_SFTime,UNCA_NONE)
136EXPOSED_FIELD(AudioBuffer,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
137EXPOSED_FIELD(AudioBuffer,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
138EXPOSED_FIELD(AudioBuffer,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
139EXPOSED_FIELD(AudioBuffer,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
140EVENT_OUT(AudioBuffer,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
141EXPOSED_FIELD(AudioBuffer,buffer,mffloat,buffer,FIELDTYPE_MFFloat,UNCA_NONE)
142EXPOSED_FIELD(AudioBuffer,bufferChannels,sfint32,bufferChannels,FIELDTYPE_SFInt32,UNCA_NONE)
143EVENT_OUT(AudioBuffer,bufferLength,sfint32,bufferLength,FIELDTYPE_SFInt32)
144EXPOSED_FIELD(AudioBuffer,bufferDuration,sftime,bufferDuration,FIELDTYPE_SFTime,UNCA_NONE)
149EXPOSED_FIELD(AudioClip,autoRefresh,sftime,autoRefresh,FIELDTYPE_SFTime,UNCA_NONE)
150EXPOSED_FIELD(AudioClip,autoRefreshTimeLimit,sftime,autoRefreshTimeLimit,FIELDTYPE_SFTime,UNCA_NONE)
151EXPOSED_FIELD(AudioClip,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
152EXPOSED_FIELD(AudioClip,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
153EXPOSED_FIELD(AudioClip,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
154EXPOSED_FIELD(AudioClip,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
155EXPOSED_FIELD(AudioClip,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
156EXPOSED_FIELD(AudioClip,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
157EXPOSED_FIELD(AudioClip,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
158EXPOSED_FIELD(AudioClip,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
159EXPOSED_FIELD(AudioClip,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
160EXPOSED_FIELD(AudioClip,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
161EXPOSED_FIELD(AudioClip,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
162EVENT_OUT(AudioClip,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
163EVENT_OUT(AudioClip,isActive,sfbool,isActive,FIELDTYPE_SFBool)
164EVENT_OUT(AudioClip,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
165EXPOSED_FIELD(AudioClip,loop,sfbool,loop,FIELDTYPE_SFBool,UNCA_NONE)
166EXPOSED_FIELD(AudioClip,pitch,sffloat,pitch,FIELDTYPE_SFFloat,UNCA_NONE)
167EVENT_OUT(AudioClip,duration_changed,sftime,duration_changed,FIELDTYPE_SFTime)
171BEGIN_NODE(AudioDestination)
172EXPOSED_FIELD(AudioDestination,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
173EXPOSED_FIELD(AudioDestination,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
174EXPOSED_FIELD(AudioDestination,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
175EXPOSED_FIELD(AudioDestination,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
176EXPOSED_FIELD(AudioDestination,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
177EXPOSED_FIELD(AudioDestination,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
178EXPOSED_FIELD(AudioDestination,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
179EVENT_OUT(AudioDestination,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
180EVENT_OUT(AudioDestination,isActive,sfbool,isActive,FIELDTYPE_SFBool)
181EXPOSED_FIELD(AudioDestination,maxChannelCount,sfint32,maxChannelCount,FIELDTYPE_SFInt32,UNCA_NONE)
182EXPOSED_FIELD(AudioDestination,mediaDeviceID,sfstring,mediaDeviceID,FIELDTYPE_SFString,UNCA_NONE)
183END_NODE(AudioDestination)
186BEGIN_NODE(BackdropBackground)
187EVENT_IN(BackdropBackground,set_bind,sfbool,set_bind,FIELDTYPE_SFBool)
188EVENT_OUT(BackdropBackground,bindTime,sftime,bindTime,FIELDTYPE_SFTime)
189EVENT_OUT(BackdropBackground,isBound,sfbool,isBound,FIELDTYPE_SFBool)
190EXPOSED_FIELD(BackdropBackground,transparency,sffloat,transparency,FIELDTYPE_SFFloat,UNCA_NONE)
191EXPOSED_FIELD(BackdropBackground,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
192EXPOSED_FIELD(BackdropBackground,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
193EXPOSED_FIELD(BackdropBackground,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
194END_NODE(BackdropBackground)
197BEGIN_NODE(Background)
198EVENT_IN(Background,set_bind,sfbool,set_bind,FIELDTYPE_SFBool)
199EXPOSED_FIELD(Background,groundAngle,mffloat,groundAngle,FIELDTYPE_MFFloat,UNCA_ANGLE)
200EXPOSED_FIELD(Background,groundColor,mfcolor,groundColor,FIELDTYPE_MFColor,UNCA_NONE)
201EXPOSED_FIELD(Background,skyAngle,mffloat,skyAngle,FIELDTYPE_MFFloat,UNCA_ANGLE)
202EXPOSED_FIELD(Background,skyColor,mfcolor,skyColor,FIELDTYPE_MFColor,UNCA_NONE)
203EVENT_OUT(Background,bindTime,sftime,bindTime,FIELDTYPE_SFTime)
204EVENT_OUT(Background,isBound,sfbool,isBound,FIELDTYPE_SFBool)
205EXPOSED_FIELD(Background,transparency,sffloat,transparency,FIELDTYPE_SFFloat,UNCA_NONE)
206EXPOSED_FIELD(Background,frontUrl,mfstring,frontUrl,FIELDTYPE_MFString,UNCA_NONE)
207EXPOSED_FIELD(Background,backUrl,mfstring,backUrl,FIELDTYPE_MFString,UNCA_NONE)
208EXPOSED_FIELD(Background,topUrl,mfstring,topUrl,FIELDTYPE_MFString,UNCA_NONE)
209EXPOSED_FIELD(Background,bottomUrl,mfstring,bottomUrl,FIELDTYPE_MFString,UNCA_NONE)
210EXPOSED_FIELD(Background,leftUrl,mfstring,leftUrl,FIELDTYPE_MFString,UNCA_NONE)
211EXPOSED_FIELD(Background,rightUrl,mfstring,rightUrl,FIELDTYPE_MFString,UNCA_NONE)
212EXPOSED_FIELD(Background,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
217EXPOSED_FIELD(BallJoint,anchorPoint,sfvec3f,anchorPoint,FIELDTYPE_SFVec3f,UNCA_LENGTH)
218EXPOSED_FIELD(BallJoint,body1,sfnode,body1,FIELDTYPE_SFNode,UNCA_NONE)
219EXPOSED_FIELD(BallJoint,body2,sfnode,body2,FIELDTYPE_SFNode,UNCA_NONE)
220EXPOSED_FIELD(BallJoint,forceOutput,mfstring,forceOutput,FIELDTYPE_MFString,UNCA_NONE)
221EXPOSED_FIELD(BallJoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
222EVENT_OUT(BallJoint,body1AnchorPoint,sfvec3f,body1AnchorPoint,FIELDTYPE_SFVec3f)
223EVENT_OUT(BallJoint,body2AnchorPoint,sfvec3f,body2AnchorPoint,FIELDTYPE_SFVec3f)
228EVENT_IN(Billboard,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
229EVENT_IN(Billboard,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
230EXPOSED_FIELD(Billboard,axisOfRotation,sfvec3f,axisOfRotation,FIELDTYPE_SFVec3f,UNCA_NONE)
231EXPOSED_FIELD(Billboard,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
232FIELD(Billboard,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
233FIELD(Billboard,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
234EXPOSED_FIELD(Billboard,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
235EXPOSED_FIELD(Billboard,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
236EXPOSED_FIELD(Billboard,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
240BEGIN_NODE(BiquadFilter)
241EXPOSED_FIELD(BiquadFilter,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
242EXPOSED_FIELD(BiquadFilter,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
243EXPOSED_FIELD(BiquadFilter,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
244EXPOSED_FIELD(BiquadFilter,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
245EXPOSED_FIELD(BiquadFilter,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
246EXPOSED_FIELD(BiquadFilter,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
247EXPOSED_FIELD(BiquadFilter,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
248EXPOSED_FIELD(BiquadFilter,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
249EXPOSED_FIELD(BiquadFilter,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
250EXPOSED_FIELD(BiquadFilter,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
251EXPOSED_FIELD(BiquadFilter,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
252EXPOSED_FIELD(BiquadFilter,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
253EVENT_OUT(BiquadFilter,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
254EVENT_OUT(BiquadFilter,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
255EVENT_OUT(BiquadFilter,isActive,sfbool,isActive,FIELDTYPE_SFBool)
256EVENT_OUT(BiquadFilter,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
257EXPOSED_FIELD(BiquadFilter,detune,sffloat,detune,FIELDTYPE_SFFloat,UNCA_NONE)
258EXPOSED_FIELD(BiquadFilter,frequency,sffloat,frequency,FIELDTYPE_SFFloat,UNCA_NONE)
259EXPOSED_FIELD(BiquadFilter,qualityFactor,sffloat,qualityFactor,FIELDTYPE_SFFloat,UNCA_NONE)
260EXPOSED_FIELD(BiquadFilter,type,sfstring,type,FIELDTYPE_SFString,UNCA_NONE)
261END_NODE(BiquadFilter)
264BEGIN_NODE(BlendedVolumeStyle)
265EXPOSED_FIELD(BlendedVolumeStyle,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
266EXPOSED_FIELD(BlendedVolumeStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
267EXPOSED_FIELD(BlendedVolumeStyle,surfaceNormals,sfnode,surfaceNormals,FIELDTYPE_SFNode,UNCA_NONE)
268EXPOSED_FIELD(BlendedVolumeStyle,renderStyle,sfnode,renderStyle,FIELDTYPE_SFNode,UNCA_NONE)
269EXPOSED_FIELD(BlendedVolumeStyle,voxels,sfnode,voxels,FIELDTYPE_SFNode,UNCA_NONE)
270EXPOSED_FIELD(BlendedVolumeStyle,weightConstant1,sffloat,weightConstant1,FIELDTYPE_SFFloat,UNCA_NONE)
271EXPOSED_FIELD(BlendedVolumeStyle,weightConstant2,sffloat,weightConstant2,FIELDTYPE_SFFloat,UNCA_NONE)
272FIELD(BlendedVolumeStyle,weightFunction1,sfstring,weightFunction1,FIELDTYPE_SFString,UNCA_NONE)
273FIELD(BlendedVolumeStyle,weightFunction2,sfstring,weightFunction2,FIELDTYPE_SFString,UNCA_NONE)
274EXPOSED_FIELD(BlendedVolumeStyle,weightTransferFunction1,sfnode,weightTransferFunction1,FIELDTYPE_SFNode,UNCA_NONE)
275EXPOSED_FIELD(BlendedVolumeStyle,weightTransferFunction2,sfnode,weightTransferFunction2,FIELDTYPE_SFNode,UNCA_NONE)
276END_NODE(BlendedVolumeStyle)
279BEGIN_NODE(BooleanFilter)
280EVENT_IN(BooleanFilter,set_boolean,sfbool,set_boolean,FIELDTYPE_SFBool)
281EVENT_OUT(BooleanFilter,inputFalse,sfbool,inputFalse,FIELDTYPE_SFBool)
282EVENT_OUT(BooleanFilter,inputNegate,sfbool,inputNegate,FIELDTYPE_SFBool)
283EVENT_OUT(BooleanFilter,inputTrue,sfbool,inputTrue,FIELDTYPE_SFBool)
284EXPOSED_FIELD(BooleanFilter,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
285END_NODE(BooleanFilter)
288BEGIN_NODE(BooleanSequencer)
289EVENT_IN(BooleanSequencer,next,sfbool,next,FIELDTYPE_SFBool)
290EVENT_IN(BooleanSequencer,previous,sfbool,previous,FIELDTYPE_SFBool)
291EVENT_IN(BooleanSequencer,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
292EXPOSED_FIELD(BooleanSequencer,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
293EXPOSED_FIELD(BooleanSequencer,keyValue,mfbool,keyValue,FIELDTYPE_MFBool,UNCA_NONE)
294EVENT_OUT(BooleanSequencer,value_changed,sfbool,value_changed,FIELDTYPE_SFBool)
295EXPOSED_FIELD(BooleanSequencer,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
296END_NODE(BooleanSequencer)
299BEGIN_NODE(BooleanToggle)
300EVENT_IN(BooleanToggle,set_boolean,sfbool,set_boolean,FIELDTYPE_SFBool)
301EVENT_OUT(BooleanToggle,toggle,sfbool,toggle,FIELDTYPE_SFBool)
302EXPOSED_FIELD(BooleanToggle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
303END_NODE(BooleanToggle)
306BEGIN_NODE(BooleanTrigger)
307EVENT_IN(BooleanTrigger,set_triggerTime,sftime,set_triggerTime,FIELDTYPE_SFTime)
308EVENT_OUT(BooleanTrigger,triggerTrue,sfbool,triggerTrue,FIELDTYPE_SFBool)
309EXPOSED_FIELD(BooleanTrigger,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
310END_NODE(BooleanTrigger)
313BEGIN_NODE(BoundaryEnhancementVolumeStyle)
314EXPOSED_FIELD(BoundaryEnhancementVolumeStyle,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
315EXPOSED_FIELD(BoundaryEnhancementVolumeStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
316EXPOSED_FIELD(BoundaryEnhancementVolumeStyle,boundaryOpacity,sffloat,boundaryOpacity,FIELDTYPE_SFFloat,UNCA_NONE)
317EXPOSED_FIELD(BoundaryEnhancementVolumeStyle,opacityFactor,sffloat,opacityFactor,FIELDTYPE_SFFloat,UNCA_NONE)
318EXPOSED_FIELD(BoundaryEnhancementVolumeStyle,retainedOpacity,sffloat,retainedOpacity,FIELDTYPE_SFFloat,UNCA_NONE)
319EXPOSED_FIELD(BoundaryEnhancementVolumeStyle,surfaceNormals,sfnode,surfaceNormals,FIELDTYPE_SFNode,UNCA_NONE)
320END_NODE(BoundaryEnhancementVolumeStyle)
323BEGIN_NODE(BoundedPhysicsModel)
324EXPOSED_FIELD(BoundedPhysicsModel,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
325EXPOSED_FIELD(BoundedPhysicsModel,geometry,sfnode,geometry,FIELDTYPE_SFNode,UNCA_NONE)
326EXPOSED_FIELD(BoundedPhysicsModel,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
327END_NODE(BoundedPhysicsModel)
331EXPOSED_FIELD(Box,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
332EXPOSED_FIELD(Box,size,sfvec3f,size,FIELDTYPE_SFVec3f,UNCA_LENGTH)
333FIELD(Box,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
337BEGIN_NODE(BufferAudioSource)
338EXPOSED_FIELD(BufferAudioSource,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
339EXPOSED_FIELD(BufferAudioSource,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
340EXPOSED_FIELD(BufferAudioSource,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
341EXPOSED_FIELD(BufferAudioSource,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
342EXPOSED_FIELD(BufferAudioSource,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
343EXPOSED_FIELD(BufferAudioSource,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
344EXPOSED_FIELD(BufferAudioSource,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
345EXPOSED_FIELD(BufferAudioSource,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
346EXPOSED_FIELD(BufferAudioSource,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
347EVENT_OUT(BufferAudioSource,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
348EVENT_OUT(BufferAudioSource,isActive,sfbool,isActive,FIELDTYPE_SFBool)
349EVENT_OUT(BufferAudioSource,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
350EXPOSED_FIELD(BufferAudioSource,detune,sffloat,detune,FIELDTYPE_SFFloat,UNCA_NONE)
351EXPOSED_FIELD(BufferAudioSource,loop,sfbool,loop,FIELDTYPE_SFBool,UNCA_NONE)
352EXPOSED_FIELD(BufferAudioSource,loopStart,sftime,loopStart,FIELDTYPE_SFTime,UNCA_NONE)
353EXPOSED_FIELD(BufferAudioSource,loopEnd,sftime,loopEnd,FIELDTYPE_SFTime,UNCA_NONE)
354EXPOSED_FIELD(BufferAudioSource,playbackRate,sffloat,playbackRate,FIELDTYPE_SFFloat,UNCA_NONE)
355FIELD(BufferAudioSource,buffer,sfnode,buffer,FIELDTYPE_SFNode,0)
356EXPOSED_FIELD(BufferAudioSource,bufferDuration,sftime,bufferDuration,FIELDTYPE_SFTime,UNCA_NONE)
357EXPOSED_FIELD(BufferAudioSource,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
358EXPOSED_FIELD(BufferAudioSource,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
359END_NODE(BufferAudioSource)
362BEGIN_NODE(BufferGeometry)
363END_NODE(BufferGeometry)
366BEGIN_NODE(BufferTexture)
367EXPOSED_FIELD(BufferTexture,image,sfimage,image,FIELDTYPE_SFImage,UNCA_NONE)
368EXPOSED_FIELD(BufferTexture,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
369FIELD(BufferTexture,repeatS,sfbool,repeatS,FIELDTYPE_SFBool,UNCA_NONE)
370FIELD(BufferTexture,repeatT,sfbool,repeatT,FIELDTYPE_SFBool,UNCA_NONE)
371FIELD(BufferTexture,textureProperties,sfnode,textureProperties,FIELDTYPE_SFNode,UNCA_NONE)
372END_NODE(BufferTexture)
375BEGIN_NODE(CADAssembly)
376EVENT_IN(CADAssembly,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
377EVENT_IN(CADAssembly,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
378EXPOSED_FIELD(CADAssembly,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
379EXPOSED_FIELD(CADAssembly,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
380EXPOSED_FIELD(CADAssembly,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
381FIELD(CADAssembly,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
382FIELD(CADAssembly,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
383EXPOSED_FIELD(CADAssembly,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
384EXPOSED_FIELD(CADAssembly,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
389EXPOSED_FIELD(CADFace,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
390EXPOSED_FIELD(CADFace,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
391EXPOSED_FIELD(CADFace,shape,sfnode,shape,FIELDTYPE_SFNode,UNCA_NONE)
392FIELD(CADFace,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
393FIELD(CADFace,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
394EXPOSED_FIELD(CADFace,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
395EXPOSED_FIELD(CADFace,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
400EVENT_IN(CADLayer,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
401EVENT_IN(CADLayer,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
402EXPOSED_FIELD(CADLayer,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
403EXPOSED_FIELD(CADLayer,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
404EXPOSED_FIELD(CADLayer,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
405EXPOSED_FIELD(CADLayer,visibles,mfbool,visibles,FIELDTYPE_MFBool,UNCA_NONE)
406FIELD(CADLayer,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
407FIELD(CADLayer,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
408EXPOSED_FIELD(CADLayer,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
409EXPOSED_FIELD(CADLayer,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
414EVENT_IN(CADPart,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
415EVENT_IN(CADPart,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
416EXPOSED_FIELD(CADPart,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_LENGTH)
417EXPOSED_FIELD(CADPart,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
418EXPOSED_FIELD(CADPart,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
419EXPOSED_FIELD(CADPart,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
420EXPOSED_FIELD(CADPart,rotation,sfrotation,rotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
421EXPOSED_FIELD(CADPart,scale,sfvec3f,scale,FIELDTYPE_SFVec3f,UNCA_NONE)
422EXPOSED_FIELD(CADPart,scaleOrientation,sfrotation,scaleOrientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
423EXPOSED_FIELD(CADPart,translation,sfvec3f,translation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
424FIELD(CADPart,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
425FIELD(CADPart,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
426EXPOSED_FIELD(CADPart,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
427EXPOSED_FIELD(CADPart,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
431BEGIN_NODE(CalibratedCameraSensor)
432EXPOSED_FIELD(CalibratedCameraSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
433EVENT_OUT(CalibratedCameraSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
434EXPOSED_FIELD(CalibratedCameraSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
435EXPOSED_FIELD(CalibratedCameraSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
436EVENT_OUT(CalibratedCameraSensor,image,sfimage,image,FIELDTYPE_SFImage)
437EVENT_OUT(CalibratedCameraSensor,focalPoint,sfvec2f,focalPoint,FIELDTYPE_SFVec2f)
438EVENT_OUT(CalibratedCameraSensor,fieldOfView,sffloat,fieldOfView,FIELDTYPE_SFFloat)
439EVENT_OUT(CalibratedCameraSensor,fovMode,sfstring,fovMode,FIELDTYPE_SFString)
440EVENT_OUT(CalibratedCameraSensor,aspectRatio,sffloat,aspectRatio,FIELDTYPE_SFFloat)
441END_NODE(CalibratedCameraSensor)
444BEGIN_NODE(CartoonVolumeStyle)
445EXPOSED_FIELD(CartoonVolumeStyle,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
446EXPOSED_FIELD(CartoonVolumeStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
447EXPOSED_FIELD(CartoonVolumeStyle,surfaceNormals,sfnode,surfaceNormals,FIELDTYPE_SFNode,UNCA_NONE)
448EXPOSED_FIELD(CartoonVolumeStyle,orthogonalColor,sfcolorrgba,orthogonalColor,FIELDTYPE_SFColorRGBA,UNCA_NONE)
449EXPOSED_FIELD(CartoonVolumeStyle,parallelColor,sfcolorrgba,parallelColor,FIELDTYPE_SFColorRGBA,UNCA_NONE)
450EXPOSED_FIELD(CartoonVolumeStyle,colorSteps,sfint32,colorSteps,FIELDTYPE_SFInt32,UNCA_NONE)
451END_NODE(CartoonVolumeStyle)
454BEGIN_NODE(ChannelMerger)
455EXPOSED_FIELD(ChannelMerger,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
456EXPOSED_FIELD(ChannelMerger,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
457EXPOSED_FIELD(ChannelMerger,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
458EXPOSED_FIELD(ChannelMerger,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
459EXPOSED_FIELD(ChannelMerger,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
460EXPOSED_FIELD(ChannelMerger,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
461EXPOSED_FIELD(ChannelMerger,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
462EVENT_OUT(ChannelMerger,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
463EXPOSED_FIELD(ChannelMerger,indexStream,mfint32,indexStream,FIELDTYPE_MFInt32,UNCA_NONE)
464EXPOSED_FIELD(ChannelMerger,indexSource,mfint32,indexSource,FIELDTYPE_MFInt32,UNCA_NONE)
465EXPOSED_FIELD(ChannelMerger,indexDestination,mfint32,indexDestination,FIELDTYPE_MFInt32,UNCA_NONE)
466EXPOSED_FIELD(ChannelMerger,selectors,mfnode,selectors,FIELDTYPE_MFNode,UNCA_NONE)
467END_NODE(ChannelMerger)
470BEGIN_NODE(ChannelSelector)
471EXPOSED_FIELD(ChannelSelector,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
472EXPOSED_FIELD(ChannelSelector,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
473EXPOSED_FIELD(ChannelSelector,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
474EXPOSED_FIELD(ChannelSelector,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
475EXPOSED_FIELD(ChannelSelector,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
476EXPOSED_FIELD(ChannelSelector,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
477EXPOSED_FIELD(ChannelSelector,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
478EVENT_OUT(ChannelSelector,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
479EXPOSED_FIELD(ChannelSelector,channelSelection,sfint32,channelSelection,FIELDTYPE_SFInt32,UNCA_NONE)
480EXPOSED_FIELD(ChannelSelector,lastChannelSelection,sfint32,lastChannelSelection,FIELDTYPE_SFInt32,UNCA_NONE)
481EXPOSED_FIELD(ChannelSelector,channelSource,sfint32,channelSource,FIELDTYPE_SFInt32,UNCA_NONE)
482EXPOSED_FIELD(ChannelSelector,channelDestination,sfint32,channelDestination,FIELDTYPE_SFInt32,UNCA_NONE)
483EXPOSED_FIELD(ChannelSelector,stream,sfint32,stream,FIELDTYPE_SFInt32,UNCA_NONE)
484END_NODE(ChannelSelector)
487BEGIN_NODE(ChannelSplitter)
488EXPOSED_FIELD(ChannelSplitter,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
489EXPOSED_FIELD(ChannelSplitter,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
490EXPOSED_FIELD(ChannelSplitter,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
491EXPOSED_FIELD(ChannelSplitter,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
492EXPOSED_FIELD(ChannelSplitter,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
493EXPOSED_FIELD(ChannelSplitter,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
494EXPOSED_FIELD(ChannelSplitter,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
495EVENT_OUT(ChannelSplitter,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
496END_NODE(ChannelSplitter)
500EXPOSED_FIELD(Circle2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
501EXPOSED_FIELD(Circle2D,radius,sffloat,radius,FIELDTYPE_SFFloat,UNCA_LENGTH)
506EXPOSED_FIELD(ClipPlane,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
507EXPOSED_FIELD(ClipPlane,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
508EXPOSED_FIELD(ClipPlane,plane,sfvec4f,plane,FIELDTYPE_SFVec4f,UNCA_PLANE)
512BEGIN_NODE(CollidableOffset)
513EXPOSED_FIELD(CollidableOffset,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
514EXPOSED_FIELD(CollidableOffset,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
515EXPOSED_FIELD(CollidableOffset,rotation,sfrotation,rotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
516EXPOSED_FIELD(CollidableOffset,translation,sfvec3f,translation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
517FIELD(CollidableOffset,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
518FIELD(CollidableOffset,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
519EXPOSED_FIELD(CollidableOffset,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
520EXPOSED_FIELD(CollidableOffset,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
521FIELD(CollidableOffset,collidable,sfnode,collidable,FIELDTYPE_SFNode,UNCA_NONE)
522END_NODE(CollidableOffset)
525BEGIN_NODE(CollidableShape)
526EXPOSED_FIELD(CollidableShape,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
527EXPOSED_FIELD(CollidableShape,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
528EXPOSED_FIELD(CollidableShape,rotation,sfrotation,rotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
529EXPOSED_FIELD(CollidableShape,translation,sfvec3f,translation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
530FIELD(CollidableShape,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
531FIELD(CollidableShape,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
532EXPOSED_FIELD(CollidableShape,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
533EXPOSED_FIELD(CollidableShape,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
534FIELD(CollidableShape,shape,sfnode,shape,FIELDTYPE_SFNode,UNCA_NONE)
535END_NODE(CollidableShape)
539EVENT_IN(Collision,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
540EVENT_IN(Collision,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
541EXPOSED_FIELD(Collision,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
542EXPOSED_FIELD(Collision,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
543EXPOSED_FIELD(Collision,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
544EXPOSED_FIELD(Collision,collide,sfbool,collide,FIELDTYPE_SFBool,UNCA_NONE)
545FIELD(Collision,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
546FIELD(Collision,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
547EXPOSED_FIELD(Collision,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
548EXPOSED_FIELD(Collision,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
549FIELD(Collision,proxy,sfnode,proxy,FIELDTYPE_SFNode,UNCA_NONE)
550EVENT_OUT(Collision,collideTime,sftime,collideTime,FIELDTYPE_SFTime)
551EXPOSED_FIELD(Collision,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
555BEGIN_NODE(CollisionCollection)
556EXPOSED_FIELD(CollisionCollection,appliedParameters,mfstring,appliedParameters,FIELDTYPE_MFString,UNCA_NONE)
557EXPOSED_FIELD(CollisionCollection,bounce,sffloat,bounce,FIELDTYPE_SFFloat,UNCA_NONE)
558EXPOSED_FIELD(CollisionCollection,collidables,mfnode,collidables,FIELDTYPE_MFNode,UNCA_NONE)
559EXPOSED_FIELD(CollisionCollection,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
560EXPOSED_FIELD(CollisionCollection,frictionCoefficients,sfvec2f,frictionCoefficients,FIELDTYPE_SFVec2f,UNCA_NONE)
561EXPOSED_FIELD(CollisionCollection,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
562EXPOSED_FIELD(CollisionCollection,minBounceSpeed,sffloat,minBounceSpeed,FIELDTYPE_SFFloat,UNCA_SPEED)
563EXPOSED_FIELD(CollisionCollection,slipFactors,sfvec2f,slipFactors,FIELDTYPE_SFVec2f,UNCA_NONE)
564EXPOSED_FIELD(CollisionCollection,softnessConstantForceMix,sffloat,softnessConstantForceMix,FIELDTYPE_SFFloat,UNCA_FORCE)
565EXPOSED_FIELD(CollisionCollection,softnessErrorCorrection,sffloat,softnessErrorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
566EXPOSED_FIELD(CollisionCollection,surfaceSpeed,sfvec2f,surfaceSpeed,FIELDTYPE_SFVec2f,UNCA_SPEED)
567FIELD(CollisionCollection,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
568EXPOSED_FIELD(CollisionCollection,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
569EXPOSED_FIELD(CollisionCollection,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
570END_NODE(CollisionCollection)
573BEGIN_NODE(CollisionSensor)
574EXPOSED_FIELD(CollisionSensor,collider,sfnode,collider,FIELDTYPE_SFNode,UNCA_NONE)
575EXPOSED_FIELD(CollisionSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
576EXPOSED_FIELD(CollisionSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
577EXPOSED_FIELD(CollisionSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
578EVENT_OUT(CollisionSensor,intersections,mfnode,intersections,FIELDTYPE_MFNode)
579EVENT_OUT(CollisionSensor,contacts,mfnode,contacts,FIELDTYPE_MFNode)
580EVENT_OUT(CollisionSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
581END_NODE(CollisionSensor)
584BEGIN_NODE(CollisionSpace)
585EXPOSED_FIELD(CollisionSpace,collidables,mfnode,collidables,FIELDTYPE_MFNode,UNCA_NONE)
586EXPOSED_FIELD(CollisionSpace,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
587EXPOSED_FIELD(CollisionSpace,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
588EXPOSED_FIELD(CollisionSpace,useGeometry,sfbool,useGeometry,FIELDTYPE_SFBool,UNCA_NONE)
589FIELD(CollisionSpace,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
590FIELD(CollisionSpace,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
591EXPOSED_FIELD(CollisionSpace,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
592EXPOSED_FIELD(CollisionSpace,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
593END_NODE(CollisionSpace)
597EXPOSED_FIELD(Color,color,mfcolor,color,FIELDTYPE_MFColor,UNCA_NONE)
598EXPOSED_FIELD(Color,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
602BEGIN_NODE(ColorChaser)
603EXPOSED_FIELD(ColorChaser,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
604EVENT_OUT(ColorChaser,isActive,sfbool,isActive,FIELDTYPE_SFBool)
605FIELD(ColorChaser,duration,sftime,duration,FIELDTYPE_SFTime,UNCA_NONE)
606EVENT_OUT(ColorChaser,value_changed,sfcolor,value_changed,FIELDTYPE_SFColor)
607FIELD(ColorChaser,initialDestination,sfcolor,initialDestination,FIELDTYPE_SFColor,UNCA_NONE)
608FIELD(ColorChaser,initialValue,sfcolor,initialValue,FIELDTYPE_SFColor,UNCA_NONE)
609EVENT_IN(ColorChaser,set_destination,sfcolor,set_destination,FIELDTYPE_SFColor)
610EVENT_IN(ColorChaser,set_value,sfcolor,set_value,FIELDTYPE_SFColor)
614BEGIN_NODE(ColorDamper)
615EXPOSED_FIELD(ColorDamper,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
616EXPOSED_FIELD(ColorDamper,tau,sftime,tau,FIELDTYPE_SFTime,UNCA_NONE)
617EXPOSED_FIELD(ColorDamper,tolerance,sffloat,tolerance,FIELDTYPE_SFFloat,UNCA_NONE)
618EVENT_OUT(ColorDamper,isActive,sfbool,isActive,FIELDTYPE_SFBool)
619FIELD(ColorDamper,order,sfint32,order,FIELDTYPE_SFInt32,UNCA_NONE)
620EVENT_OUT(ColorDamper,value_changed,sfcolor,value_changed,FIELDTYPE_SFColor)
621FIELD(ColorDamper,initialDestination,sfcolor,initialDestination,FIELDTYPE_SFColor,UNCA_NONE)
622FIELD(ColorDamper,initialValue,sfcolor,initialValue,FIELDTYPE_SFColor,UNCA_NONE)
623EVENT_IN(ColorDamper,set_destination,sfcolor,set_destination,FIELDTYPE_SFColor)
624EVENT_IN(ColorDamper,set_value,sfcolor,set_value,FIELDTYPE_SFColor)
628BEGIN_NODE(ColorInterpolator)
629EVENT_IN(ColorInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
630EXPOSED_FIELD(ColorInterpolator,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
631EXPOSED_FIELD(ColorInterpolator,keyValue,mfcolor,keyValue,FIELDTYPE_MFColor,UNCA_NONE)
632EXPOSED_FIELD(ColorInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
633EVENT_OUT(ColorInterpolator,value_changed,sfcolor,value_changed,FIELDTYPE_SFColor)
634END_NODE(ColorInterpolator)
638EXPOSED_FIELD(ColorRGBA,color,mfcolorrgba,color,FIELDTYPE_MFColorRGBA,UNCA_NONE)
639EXPOSED_FIELD(ColorRGBA,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
643BEGIN_NODE(ComposedCubeMapTexture)
644EXPOSED_FIELD(ComposedCubeMapTexture,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
645EXPOSED_FIELD(ComposedCubeMapTexture,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
646FIELD(ComposedCubeMapTexture,textureProperties,sfnode,textureProperties,FIELDTYPE_SFNode,UNCA_NONE)
647EXPOSED_FIELD(ComposedCubeMapTexture,back,sfnode,back,FIELDTYPE_SFNode,UNCA_NONE)
648EXPOSED_FIELD(ComposedCubeMapTexture,bottom,sfnode,bottom,FIELDTYPE_SFNode,UNCA_NONE)
649EXPOSED_FIELD(ComposedCubeMapTexture,front,sfnode,front,FIELDTYPE_SFNode,UNCA_NONE)
650EXPOSED_FIELD(ComposedCubeMapTexture,left,sfnode,left,FIELDTYPE_SFNode,UNCA_NONE)
651EXPOSED_FIELD(ComposedCubeMapTexture,top,sfnode,top,FIELDTYPE_SFNode,UNCA_NONE)
652EXPOSED_FIELD(ComposedCubeMapTexture,right,sfnode,right,FIELDTYPE_SFNode,UNCA_NONE)
653END_NODE(ComposedCubeMapTexture)
656BEGIN_NODE(ComposedShader)
657EVENT_IN(ComposedShader,activate,sfbool,activate,FIELDTYPE_SFBool)
658EXPOSED_FIELD(ComposedShader,parts,mfnode,parts,FIELDTYPE_MFNode,UNCA_NONE)
659EVENT_OUT(ComposedShader,isSelected,sfbool,isSelected,FIELDTYPE_SFBool)
660EVENT_OUT(ComposedShader,isValid,sfbool,isValid,FIELDTYPE_SFBool)
661FIELD(ComposedShader,language,sfstring,language,FIELDTYPE_SFString,UNCA_NONE)
662EXPOSED_FIELD(ComposedShader,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
663END_NODE(ComposedShader)
666BEGIN_NODE(ComposedTexture3D)
667EXPOSED_FIELD(ComposedTexture3D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
668EXPOSED_FIELD(ComposedTexture3D,texture,mfnode,texture,FIELDTYPE_MFNode,UNCA_NONE)
669FIELD(ComposedTexture3D,textureProperties,sfnode,textureProperties,FIELDTYPE_SFNode,UNCA_NONE)
670FIELD(ComposedTexture3D,repeatS,sfbool,repeatS,FIELDTYPE_SFBool,UNCA_NONE)
671FIELD(ComposedTexture3D,repeatT,sfbool,repeatT,FIELDTYPE_SFBool,UNCA_NONE)
672FIELD(ComposedTexture3D,repeatR,sfbool,repeatR,FIELDTYPE_SFBool,UNCA_NONE)
673END_NODE(ComposedTexture3D)
676BEGIN_NODE(ComposedVolumeStyle)
677EXPOSED_FIELD(ComposedVolumeStyle,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
678EXPOSED_FIELD(ComposedVolumeStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
679EXPOSED_FIELD(ComposedVolumeStyle,renderStyle,mfnode,renderStyle,FIELDTYPE_MFNode,UNCA_NONE)
680END_NODE(ComposedVolumeStyle)
683BEGIN_NODE(CompositeVolumeStyle)
684EXPOSED_FIELD(CompositeVolumeStyle,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
685EXPOSED_FIELD(CompositeVolumeStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
686EXPOSED_FIELD(CompositeVolumeStyle,renderStyle,mfnode,renderStyle,FIELDTYPE_MFNode,UNCA_NONE)
687END_NODE(CompositeVolumeStyle)
691EXPOSED_FIELD(Cone,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
692EXPOSED_FIELD(Cone,bottom,sfbool,bottom,FIELDTYPE_SFBool,UNCA_NONE)
693FIELD(Cone,bottomRadius,sffloat,bottomRadius,FIELDTYPE_SFFloat,UNCA_LENGTH)
694FIELD(Cone,height,sffloat,height,FIELDTYPE_SFFloat,UNCA_LENGTH)
695EXPOSED_FIELD(Cone,side,sfbool,side,FIELDTYPE_SFBool,UNCA_NONE)
696FIELD(Cone,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
700BEGIN_NODE(ConeEmitter)
701EXPOSED_FIELD(ConeEmitter,angle,sffloat,angle,FIELDTYPE_SFFloat,UNCA_ANGLE)
702EXPOSED_FIELD(ConeEmitter,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
703EXPOSED_FIELD(ConeEmitter,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
704EXPOSED_FIELD(ConeEmitter,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
705EXPOSED_FIELD(ConeEmitter,position,sfvec3f,position,FIELDTYPE_SFVec3f,UNCA_LENGTH)
706EXPOSED_FIELD(ConeEmitter,speed,sffloat,speed,FIELDTYPE_SFFloat,UNCA_SPEED)
707EXPOSED_FIELD(ConeEmitter,variation,sffloat,variation,FIELDTYPE_SFFloat,UNCA_NONE)
708EXPOSED_FIELD(ConeEmitter,mass,sffloat,mass,FIELDTYPE_SFFloat,UNCA_MASS)
709EXPOSED_FIELD(ConeEmitter,surfaceArea,sffloat,surfaceArea,FIELDTYPE_SFFloat,UNCA_AREA)
714EXPOSED_FIELD(Contact,appliedParameters,mfstring,appliedParameters,FIELDTYPE_MFString,UNCA_NONE)
715EXPOSED_FIELD(Contact,body1,sfnode,body1,FIELDTYPE_SFNode,UNCA_NONE)
716EXPOSED_FIELD(Contact,body2,sfnode,body2,FIELDTYPE_SFNode,UNCA_NONE)
717EXPOSED_FIELD(Contact,bounce,sffloat,bounce,FIELDTYPE_SFFloat,UNCA_NONE)
718EXPOSED_FIELD(Contact,contactNormal,sfvec3f,contactNormal,FIELDTYPE_SFVec3f,UNCA_NONE)
719EXPOSED_FIELD(Contact,depth,sffloat,depth,FIELDTYPE_SFFloat,UNCA_NONE)
720EXPOSED_FIELD(Contact,frictionCoefficients,sfvec2f,frictionCoefficients,FIELDTYPE_SFVec2f,UNCA_NONE)
721EXPOSED_FIELD(Contact,frictionDirection,sfvec3f,frictionDirection,FIELDTYPE_SFVec3f,UNCA_NONE)
722EXPOSED_FIELD(Contact,geometry1,sfnode,geometry1,FIELDTYPE_SFNode,UNCA_NONE)
723EXPOSED_FIELD(Contact,geometry2,sfnode,geometry2,FIELDTYPE_SFNode,UNCA_NONE)
724EXPOSED_FIELD(Contact,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
725EXPOSED_FIELD(Contact,minBounceSpeed,sffloat,minBounceSpeed,FIELDTYPE_SFFloat,UNCA_SPEED)
726EXPOSED_FIELD(Contact,position,sfvec3f,position,FIELDTYPE_SFVec3f,UNCA_LENGTH)
727EXPOSED_FIELD(Contact,slipCoefficients,sfvec2f,slipCoefficients,FIELDTYPE_SFVec2f,UNCA_NONE)
728EXPOSED_FIELD(Contact,softnessConstantForceMix,sffloat,softnessConstantForceMix,FIELDTYPE_SFFloat,UNCA_FORCE)
729EXPOSED_FIELD(Contact,softnessErrorCorrection,sffloat,softnessErrorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
730EXPOSED_FIELD(Contact,surfaceSpeed,sfvec2f,surfaceSpeed,FIELDTYPE_SFVec2f,UNCA_SPEED)
735EVENT_IN(Contour2D,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
736EVENT_IN(Contour2D,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
737EXPOSED_FIELD(Contour2D,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
738EXPOSED_FIELD(Contour2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
742BEGIN_NODE(ContourPolyline2D)
743EXPOSED_FIELD(ContourPolyline2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
744EXPOSED_FIELD(ContourPolyline2D,controlPoint,mfvec2d,controlPoint,FIELDTYPE_MFVec2d,UNCA_LENGTH)
745EXPOSED_FIELD(ContourPolyline2D,point,mfvec2f,point,FIELDTYPE_MFVec2f,UNCA_NONE)
746END_NODE(ContourPolyline2D)
750EXPOSED_FIELD(Convolver,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
751EXPOSED_FIELD(Convolver,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
752EXPOSED_FIELD(Convolver,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
753EXPOSED_FIELD(Convolver,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
754EXPOSED_FIELD(Convolver,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
755EXPOSED_FIELD(Convolver,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
756EXPOSED_FIELD(Convolver,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
757EXPOSED_FIELD(Convolver,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
758EXPOSED_FIELD(Convolver,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
759EXPOSED_FIELD(Convolver,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
760EXPOSED_FIELD(Convolver,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
761EXPOSED_FIELD(Convolver,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
762EVENT_OUT(Convolver,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
763EVENT_OUT(Convolver,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
764EVENT_OUT(Convolver,isActive,sfbool,isActive,FIELDTYPE_SFBool)
765EVENT_OUT(Convolver,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
766FIELD(Convolver,buffer,sfnode,buffer,FIELDTYPE_SFNode,0)
767EXPOSED_FIELD(Convolver,normalize,sfbool,normalize,FIELDTYPE_SFBool,UNCA_NONE)
771BEGIN_NODE(Coordinate)
772EXPOSED_FIELD(Coordinate,point,mfvec3f,point,FIELDTYPE_MFVec3f,UNCA_LENGTH)
773EXPOSED_FIELD(Coordinate,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
777BEGIN_NODE(CoordinateChaser)
778EXPOSED_FIELD(CoordinateChaser,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
779EVENT_OUT(CoordinateChaser,isActive,sfbool,isActive,FIELDTYPE_SFBool)
780FIELD(CoordinateChaser,duration,sftime,duration,FIELDTYPE_SFTime,UNCA_NONE)
781EVENT_OUT(CoordinateChaser,value_changed,mfvec3f,value_changed,FIELDTYPE_MFVec3f)
782FIELD(CoordinateChaser,initialDestination,mfvec3f,initialDestination,FIELDTYPE_MFVec3f,UNCA_LENGTH)
783FIELD(CoordinateChaser,initialValue,mfvec3f,initialValue,FIELDTYPE_MFVec3f,UNCA_LENGTH)
784EVENT_IN(CoordinateChaser,set_destination,mfvec3f,set_destination,FIELDTYPE_MFVec3f)
785EVENT_IN(CoordinateChaser,set_value,mfvec3f,set_value,FIELDTYPE_MFVec3f)
786END_NODE(CoordinateChaser)
789BEGIN_NODE(CoordinateDamper)
790EXPOSED_FIELD(CoordinateDamper,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
791EXPOSED_FIELD(CoordinateDamper,tau,sftime,tau,FIELDTYPE_SFTime,UNCA_NONE)
792EXPOSED_FIELD(CoordinateDamper,tolerance,sffloat,tolerance,FIELDTYPE_SFFloat,UNCA_LENGTH)
793EVENT_OUT(CoordinateDamper,isActive,sfbool,isActive,FIELDTYPE_SFBool)
794FIELD(CoordinateDamper,order,sfint32,order,FIELDTYPE_SFInt32,UNCA_NONE)
795EVENT_OUT(CoordinateDamper,value_changed,mfvec3f,value_changed,FIELDTYPE_MFVec3f)
796FIELD(CoordinateDamper,initialDestination,mfvec3f,initialDestination,FIELDTYPE_MFVec3f,UNCA_LENGTH)
797FIELD(CoordinateDamper,initialValue,mfvec3f,initialValue,FIELDTYPE_MFVec3f,UNCA_LENGTH)
798EVENT_IN(CoordinateDamper,set_destination,mfvec3f,set_destination,FIELDTYPE_MFVec3f)
799EVENT_IN(CoordinateDamper,set_value,mfvec3f,set_value,FIELDTYPE_MFVec3f)
800END_NODE(CoordinateDamper)
803BEGIN_NODE(CoordinateDouble)
804EXPOSED_FIELD(CoordinateDouble,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
805EXPOSED_FIELD(CoordinateDouble,point,mfvec3d,point,FIELDTYPE_MFVec3d,UNCA_LENGTH)
806END_NODE(CoordinateDouble)
809BEGIN_NODE(CoordinateInterpolator)
810EVENT_IN(CoordinateInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
811EXPOSED_FIELD(CoordinateInterpolator,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
812EXPOSED_FIELD(CoordinateInterpolator,keyValue,mfvec3f,keyValue,FIELDTYPE_MFVec3f,UNCA_LENGTH)
813EXPOSED_FIELD(CoordinateInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
814EVENT_OUT(CoordinateInterpolator,value_changed,mfvec3f,value_changed,FIELDTYPE_MFVec3f)
815END_NODE(CoordinateInterpolator)
818BEGIN_NODE(CoordinateInterpolator2D)
819EVENT_IN(CoordinateInterpolator2D,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
820EXPOSED_FIELD(CoordinateInterpolator2D,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
821EXPOSED_FIELD(CoordinateInterpolator2D,keyValue,mfvec2f,keyValue,FIELDTYPE_MFVec2f,UNCA_LENGTH)
822EXPOSED_FIELD(CoordinateInterpolator2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
823EVENT_OUT(CoordinateInterpolator2D,value_changed,mfvec2f,value_changed,FIELDTYPE_MFVec2f)
824END_NODE(CoordinateInterpolator2D)
827BEGIN_NODE(CoordinateMorpher)
828EVENT_IN(CoordinateMorpher,set_weights,mffloat,set_weights,FIELDTYPE_MFFloat)
829EXPOSED_FIELD(CoordinateMorpher,keyValue,mfvec3f,keyValue,FIELDTYPE_MFVec3f,UNCA_LENGTH)
830EXPOSED_FIELD(CoordinateMorpher,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
831EVENT_OUT(CoordinateMorpher,value_changed,mfvec3f,value_changed,FIELDTYPE_MFVec3f)
832END_NODE(CoordinateMorpher)
836EXPOSED_FIELD(Cylinder,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
837EXPOSED_FIELD(Cylinder,bottom,sfbool,bottom,FIELDTYPE_SFBool,UNCA_NONE)
838FIELD(Cylinder,height,sffloat,height,FIELDTYPE_SFFloat,UNCA_LENGTH)
839EXPOSED_FIELD(Cylinder,radius,sffloat,radius,FIELDTYPE_SFFloat,UNCA_LENGTH)
840EXPOSED_FIELD(Cylinder,side,sfbool,side,FIELDTYPE_SFBool,UNCA_NONE)
841FIELD(Cylinder,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
842EXPOSED_FIELD(Cylinder,top,sfbool,top,FIELDTYPE_SFBool,UNCA_NONE)
846BEGIN_NODE(CylinderSensor)
847EXPOSED_FIELD(CylinderSensor,autoOffset,sfbool,autoOffset,FIELDTYPE_SFBool,UNCA_NONE)
848EXPOSED_FIELD(CylinderSensor,axisRotation,sfrotation,axisRotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
849EXPOSED_FIELD(CylinderSensor,diskAngle,sffloat,diskAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
850EXPOSED_FIELD(CylinderSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
851EXPOSED_FIELD(CylinderSensor,maxAngle,sffloat,maxAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
852EXPOSED_FIELD(CylinderSensor,minAngle,sffloat,minAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
853EXPOSED_FIELD(CylinderSensor,offset,sffloat,offset,FIELDTYPE_SFFloat,UNCA_LENGTH)
854EVENT_OUT(CylinderSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
855EVENT_OUT(CylinderSensor,isOver,sfbool,isOver,FIELDTYPE_SFBool)
856EXPOSED_FIELD(CylinderSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
857EVENT_OUT(CylinderSensor,rotation_changed,sfrotation,rotation_changed,FIELDTYPE_SFRotation)
858EVENT_OUT(CylinderSensor,trackPoint_changed,sfvec3f,trackPoint_changed,FIELDTYPE_SFVec3f)
859EXPOSED_FIELD(CylinderSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
860FIELD(CylinderSensor,sensorLocalOutput,sfbool,sensorLocalOutput,FIELDTYPE_SFBool,UNCA_NONE)
861END_NODE(CylinderSensor)
864BEGIN_NODE(DISEntityManager)
865EXPOSED_FIELD(DISEntityManager,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
866EVENT_OUT(DISEntityManager,isActive,sfbool,isActive,FIELDTYPE_SFBool)
867EVENT_OUT(DISEntityManager,timestamp,sftime,timestamp,FIELDTYPE_SFTime)
868EXPOSED_FIELD(DISEntityManager,address,sfstring,address,FIELDTYPE_SFString,UNCA_NONE)
869EXPOSED_FIELD(DISEntityManager,port,sfint32,port,FIELDTYPE_SFInt32,UNCA_NONE)
870EXPOSED_FIELD(DISEntityManager,multicastRelayHost,sfstring,multicastRelayHost,FIELDTYPE_SFString,UNCA_NONE)
871EXPOSED_FIELD(DISEntityManager,multicastRelayPort,sfint32,multicastRelayPort,FIELDTYPE_SFInt32,UNCA_NONE)
872EXPOSED_FIELD(DISEntityManager,networkMode,sfstring,networkMode,FIELDTYPE_SFString,UNCA_NONE)
873EVENT_OUT(DISEntityManager,isNetworkReader,sfbool,isNetworkReader,FIELDTYPE_SFBool)
874EVENT_OUT(DISEntityManager,isNetworkWriter,sfbool,isNetworkWriter,FIELDTYPE_SFBool)
875EVENT_OUT(DISEntityManager,isStandAlone,sfbool,isStandAlone,FIELDTYPE_SFBool)
876EXPOSED_FIELD(DISEntityManager,readInterval,sftime,readInterval,FIELDTYPE_SFTime,UNCA_NONE)
877EXPOSED_FIELD(DISEntityManager,writeInterval,sftime,writeInterval,FIELDTYPE_SFTime,UNCA_NONE)
878FIELD(DISEntityManager,rtpHeaderExpected,sfbool,rtpHeaderExpected,FIELDTYPE_SFBool,UNCA_NONE)
879EVENT_OUT(DISEntityManager,isRtpHeaderHeard,sfbool,isRtpHeaderHeard,FIELDTYPE_SFBool)
880EXPOSED_FIELD(DISEntityManager,entityID,sfint32,entityID,FIELDTYPE_SFInt32,UNCA_NONE)
881EXPOSED_FIELD(DISEntityManager,applicationID,sfint32,applicationID,FIELDTYPE_SFInt32,UNCA_NONE)
882EXPOSED_FIELD(DISEntityManager,siteID,sfint32,siteID,FIELDTYPE_SFInt32,UNCA_NONE)
883EXPOSED_FIELD(DISEntityManager,mapping,mfnode,mapping,FIELDTYPE_MFNode,UNCA_NONE)
884EXPOSED_FIELD(DISEntityManager,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
885EXPOSED_FIELD(DISEntityManager,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
886EVENT_OUT(DISEntityManager,addedEntities,mfnode,addedEntities,FIELDTYPE_MFNode)
887EVENT_OUT(DISEntityManager,removedEntities,mfnode,removedEntities,FIELDTYPE_MFNode)
888EVENT_IN(DISEntityManager,addEntities,mfnode,addEntities,FIELDTYPE_MFNode)
889EVENT_IN(DISEntityManager,removeEntities,mfnode,removeEntities,FIELDTYPE_MFNode)
890EXPOSED_FIELD(DISEntityManager,entities,mfnode,entities,FIELDTYPE_MFNode,UNCA_NONE)
891END_NODE(DISEntityManager)
894BEGIN_NODE(DISEntityTypeMapping)
895EXPOSED_FIELD(DISEntityTypeMapping,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
896EXPOSED_FIELD(DISEntityTypeMapping,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
897EXPOSED_FIELD(DISEntityTypeMapping,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
898EXPOSED_FIELD(DISEntityTypeMapping,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
899EXPOSED_FIELD(DISEntityTypeMapping,refresh,sftime,refresh,FIELDTYPE_SFTime,UNCA_NONE)
900FIELD(DISEntityTypeMapping,kind,sfint32,kind,FIELDTYPE_SFInt32,UNCA_NONE)
901FIELD(DISEntityTypeMapping,domain,sfint32,domain,FIELDTYPE_SFInt32,UNCA_NONE)
902FIELD(DISEntityTypeMapping,country,sfint32,country,FIELDTYPE_SFInt32,UNCA_NONE)
903FIELD(DISEntityTypeMapping,category,sfint32,category,FIELDTYPE_SFInt32,UNCA_NONE)
904FIELD(DISEntityTypeMapping,subcategory,sfint32,subcategory,FIELDTYPE_SFInt32,UNCA_NONE)
905FIELD(DISEntityTypeMapping,specific,sfint32,specific,FIELDTYPE_SFInt32,UNCA_NONE)
906FIELD(DISEntityTypeMapping,extra,sfint32,extra,FIELDTYPE_SFInt32,UNCA_NONE)
907END_NODE(DISEntityTypeMapping)
911EXPOSED_FIELD(Delay,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
912EXPOSED_FIELD(Delay,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
913EXPOSED_FIELD(Delay,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
914EXPOSED_FIELD(Delay,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
915EXPOSED_FIELD(Delay,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
916EXPOSED_FIELD(Delay,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
917EXPOSED_FIELD(Delay,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
918EXPOSED_FIELD(Delay,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
919EXPOSED_FIELD(Delay,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
920EXPOSED_FIELD(Delay,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
921EXPOSED_FIELD(Delay,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
922EXPOSED_FIELD(Delay,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
923EVENT_OUT(Delay,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
924EVENT_OUT(Delay,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
925EVENT_OUT(Delay,isActive,sfbool,isActive,FIELDTYPE_SFBool)
926EVENT_OUT(Delay,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
927EXPOSED_FIELD(Delay,delayTime,sftime,delayTime,FIELDTYPE_SFTime,UNCA_NONE)
928EXPOSED_FIELD(Delay,maxDelayTime,sftime,maxDelayTime,FIELDTYPE_SFTime,UNCA_NONE)
932BEGIN_NODE(DirectionalLight)
933EXPOSED_FIELD(DirectionalLight,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
934EXPOSED_FIELD(DirectionalLight,global,sfbool,global,FIELDTYPE_SFBool,UNCA_NONE)
935EXPOSED_FIELD(DirectionalLight,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
936EXPOSED_FIELD(DirectionalLight,shadows,sfbool,shadows,FIELDTYPE_SFBool,UNCA_NONE)
937EXPOSED_FIELD(DirectionalLight,shadowIntensity,sffloat,shadowIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
938EXPOSED_FIELD(DirectionalLight,ambientIntensity,sffloat,ambientIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
939EXPOSED_FIELD(DirectionalLight,intensity,sffloat,intensity,FIELDTYPE_SFFloat,UNCA_NONE)
940EXPOSED_FIELD(DirectionalLight,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
941EXPOSED_FIELD(DirectionalLight,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
942END_NODE(DirectionalLight)
946EXPOSED_FIELD(Disk2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
947FIELD(Disk2D,innerRadius,sffloat,innerRadius,FIELDTYPE_SFFloat,UNCA_LENGTH)
948FIELD(Disk2D,outerRadius,sffloat,outerRadius,FIELDTYPE_SFFloat,UNCA_LENGTH)
949FIELD(Disk2D,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
953BEGIN_NODE(DoubleAxisHingeJoint)
954EXPOSED_FIELD(DoubleAxisHingeJoint,anchorPoint,sfvec3f,anchorPoint,FIELDTYPE_SFVec3f,UNCA_LENGTH)
955EXPOSED_FIELD(DoubleAxisHingeJoint,axis1,sfvec3f,axis1,FIELDTYPE_SFVec3f,UNCA_NONE)
956EXPOSED_FIELD(DoubleAxisHingeJoint,axis2,sfvec3f,axis2,FIELDTYPE_SFVec3f,UNCA_NONE)
957EXPOSED_FIELD(DoubleAxisHingeJoint,body1,sfnode,body1,FIELDTYPE_SFNode,UNCA_NONE)
958EXPOSED_FIELD(DoubleAxisHingeJoint,body2,sfnode,body2,FIELDTYPE_SFNode,UNCA_NONE)
959EXPOSED_FIELD(DoubleAxisHingeJoint,desiredAngularVelocity1,sffloat,desiredAngularVelocity1,FIELDTYPE_SFFloat,UNCA_ANGLERATE)
960EXPOSED_FIELD(DoubleAxisHingeJoint,desiredAngularVelocity2,sffloat,desiredAngularVelocity2,FIELDTYPE_SFFloat,UNCA_ANGLERATE)
961EXPOSED_FIELD(DoubleAxisHingeJoint,forceOutput,mfstring,forceOutput,FIELDTYPE_MFString,UNCA_NONE)
962EXPOSED_FIELD(DoubleAxisHingeJoint,maxAngle1,sffloat,maxAngle1,FIELDTYPE_SFFloat,UNCA_ANGLE)
963EXPOSED_FIELD(DoubleAxisHingeJoint,maxTorque1,sffloat,maxTorque1,FIELDTYPE_SFFloat,UNCA_TORQUE)
964EXPOSED_FIELD(DoubleAxisHingeJoint,maxTorque2,sffloat,maxTorque2,FIELDTYPE_SFFloat,UNCA_TORQUE)
965EXPOSED_FIELD(DoubleAxisHingeJoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
966EXPOSED_FIELD(DoubleAxisHingeJoint,minAngle1,sffloat,minAngle1,FIELDTYPE_SFFloat,UNCA_ANGLE)
967EXPOSED_FIELD(DoubleAxisHingeJoint,stopBounce1,sffloat,stopBounce1,FIELDTYPE_SFFloat,UNCA_NONE)
968EXPOSED_FIELD(DoubleAxisHingeJoint,stopConstantForceMix1,sffloat,stopConstantForceMix1,FIELDTYPE_SFFloat,UNCA_FORCE)
969EXPOSED_FIELD(DoubleAxisHingeJoint,stopErrorCorrection1,sffloat,stopErrorCorrection1,FIELDTYPE_SFFloat,UNCA_NONE)
970EXPOSED_FIELD(DoubleAxisHingeJoint,stop1Bounce,sffloat,stop1Bounce,FIELDTYPE_SFFloat,UNCA_NONE)
971EXPOSED_FIELD(DoubleAxisHingeJoint,stop1ConstantForceMix,sffloat,stop1ConstantForceMix,FIELDTYPE_SFFloat,UNCA_FORCE)
972EXPOSED_FIELD(DoubleAxisHingeJoint,stop1ErrorCorrection,sffloat,stop1ErrorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
973EXPOSED_FIELD(DoubleAxisHingeJoint,suspensionErrorCorrection,sffloat,suspensionErrorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
974EXPOSED_FIELD(DoubleAxisHingeJoint,suspensionForce,sffloat,suspensionForce,FIELDTYPE_SFFloat,UNCA_FORCE)
975EVENT_OUT(DoubleAxisHingeJoint,body1AnchorPoint,sfvec3f,body1AnchorPoint,FIELDTYPE_SFVec3f)
976EVENT_OUT(DoubleAxisHingeJoint,body1Axis,sfvec3f,body1Axis,FIELDTYPE_SFVec3f)
977EVENT_OUT(DoubleAxisHingeJoint,body2AnchorPoint,sfvec3f,body2AnchorPoint,FIELDTYPE_SFVec3f)
978EVENT_OUT(DoubleAxisHingeJoint,body2Axis,sfvec3f,body2Axis,FIELDTYPE_SFVec3f)
979EVENT_OUT(DoubleAxisHingeJoint,hinge1Angle,sffloat,hinge1Angle,FIELDTYPE_SFFloat)
980EVENT_OUT(DoubleAxisHingeJoint,hinge1AngleRate,sffloat,hinge1AngleRate,FIELDTYPE_SFFloat)
981EVENT_OUT(DoubleAxisHingeJoint,hinge2Angle,sffloat,hinge2Angle,FIELDTYPE_SFFloat)
982EVENT_OUT(DoubleAxisHingeJoint,hinge2AngleRate,sffloat,hinge2AngleRate,FIELDTYPE_SFFloat)
983EXPOSED_FIELD(DoubleAxisHingeJoint,axis1Angle,sffloat,axis1Angle,FIELDTYPE_SFFloat,UNCA_ANGLE)
984END_NODE(DoubleAxisHingeJoint)
987BEGIN_NODE(DynamicsCompressor)
988EXPOSED_FIELD(DynamicsCompressor,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
989EXPOSED_FIELD(DynamicsCompressor,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
990EXPOSED_FIELD(DynamicsCompressor,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
991EXPOSED_FIELD(DynamicsCompressor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
992EXPOSED_FIELD(DynamicsCompressor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
993EXPOSED_FIELD(DynamicsCompressor,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
994EXPOSED_FIELD(DynamicsCompressor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
995EXPOSED_FIELD(DynamicsCompressor,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
996EXPOSED_FIELD(DynamicsCompressor,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
997EXPOSED_FIELD(DynamicsCompressor,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
998EXPOSED_FIELD(DynamicsCompressor,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
999EXPOSED_FIELD(DynamicsCompressor,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
1000EVENT_OUT(DynamicsCompressor,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
1001EVENT_OUT(DynamicsCompressor,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
1002EVENT_OUT(DynamicsCompressor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
1003EVENT_OUT(DynamicsCompressor,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
1004EXPOSED_FIELD(DynamicsCompressor,attack,sftime,attack,FIELDTYPE_SFTime,UNCA_NONE)
1005EXPOSED_FIELD(DynamicsCompressor,release,sftime,release,FIELDTYPE_SFTime,UNCA_NONE)
1006EXPOSED_FIELD(DynamicsCompressor,knee,sffloat,knee,FIELDTYPE_SFFloat,UNCA_NONE)
1007EXPOSED_FIELD(DynamicsCompressor,ratio,sffloat,ratio,FIELDTYPE_SFFloat,UNCA_NONE)
1008EXPOSED_FIELD(DynamicsCompressor,threshold,sffloat,threshold,FIELDTYPE_SFFloat,UNCA_NONE)
1009EVENT_OUT(DynamicsCompressor,reduction,sffloat,reduction,FIELDTYPE_SFFloat)
1010END_NODE(DynamicsCompressor)
1013BEGIN_NODE(EaseInEaseOut)
1014EVENT_IN(EaseInEaseOut,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
1015EXPOSED_FIELD(EaseInEaseOut,easeInEaseOut,mfvec2f,easeInEaseOut,FIELDTYPE_MFVec2f,UNCA_NONE)
1016EXPOSED_FIELD(EaseInEaseOut,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
1017EXPOSED_FIELD(EaseInEaseOut,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1018EVENT_OUT(EaseInEaseOut,modifiedFraction_changed,sffloat,modifiedFraction_changed,FIELDTYPE_SFFloat)
1019END_NODE(EaseInEaseOut)
1022BEGIN_NODE(EdgeEnhancementVolumeStyle)
1023EXPOSED_FIELD(EdgeEnhancementVolumeStyle,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
1024EXPOSED_FIELD(EdgeEnhancementVolumeStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1025EXPOSED_FIELD(EdgeEnhancementVolumeStyle,surfaceNormals,sfnode,surfaceNormals,FIELDTYPE_SFNode,UNCA_NONE)
1026EXPOSED_FIELD(EdgeEnhancementVolumeStyle,edgeColor,sfcolorrgba,edgeColor,FIELDTYPE_SFColorRGBA,UNCA_NONE)
1027EXPOSED_FIELD(EdgeEnhancementVolumeStyle,gradientThreshold,sffloat,gradientThreshold,FIELDTYPE_SFFloat,UNCA_NONE)
1028END_NODE(EdgeEnhancementVolumeStyle)
1032EVENT_IN(Effect,activate,sfbool,activate,FIELDTYPE_SFBool)
1033EXPOSED_FIELD(Effect,parts,mfnode,parts,FIELDTYPE_MFNode,UNCA_NONE)
1034EVENT_OUT(Effect,isSelected,sfbool,isSelected,FIELDTYPE_SFBool)
1035EVENT_OUT(Effect,isValid,sfbool,isValid,FIELDTYPE_SFBool)
1036FIELD(Effect,language,sfstring,language,FIELDTYPE_SFString,UNCA_NONE)
1037EXPOSED_FIELD(Effect,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1041BEGIN_NODE(EffectPart)
1042EXPOSED_FIELD(EffectPart,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1043EXPOSED_FIELD(EffectPart,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
1044EXPOSED_FIELD(EffectPart,type,sfstring,type,FIELDTYPE_SFString,UNCA_NONE)
1048BEGIN_NODE(ElevationGrid)
1049EVENT_IN(ElevationGrid,set_height,mffloat,set_height,FIELDTYPE_MFFloat)
1050EXPOSED_FIELD(ElevationGrid,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
1051EXPOSED_FIELD(ElevationGrid,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
1052EXPOSED_FIELD(ElevationGrid,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
1053EXPOSED_FIELD(ElevationGrid,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1054EXPOSED_FIELD(ElevationGrid,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
1055EXPOSED_FIELD(ElevationGrid,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
1056FIELD(ElevationGrid,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
1057FIELD(ElevationGrid,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
1058FIELD(ElevationGrid,creaseAngle,sffloat,creaseAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
1059FIELD(ElevationGrid,height,mffloat,height,FIELDTYPE_MFFloat,UNCA_LENGTH)
1060FIELD(ElevationGrid,normalPerVertex,sfbool,normalPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
1061FIELD(ElevationGrid,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
1062FIELD(ElevationGrid,xDimension,sfint32,xDimension,FIELDTYPE_SFInt32,UNCA_NONE)
1063FIELD(ElevationGrid,xSpacing,sffloat,xSpacing,FIELDTYPE_SFFloat,UNCA_LENGTH)
1064FIELD(ElevationGrid,zDimension,sfint32,zDimension,FIELDTYPE_SFInt32,UNCA_NONE)
1065FIELD(ElevationGrid,zSpacing,sffloat,zSpacing,FIELDTYPE_SFFloat,UNCA_LENGTH)
1066END_NODE(ElevationGrid)
1069BEGIN_NODE(EnvironmentLight)
1070EXPOSED_FIELD(EnvironmentLight,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1071EXPOSED_FIELD(EnvironmentLight,global,sfbool,global,FIELDTYPE_SFBool,UNCA_NONE)
1072EXPOSED_FIELD(EnvironmentLight,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
1073EXPOSED_FIELD(EnvironmentLight,shadows,sfbool,shadows,FIELDTYPE_SFBool,UNCA_NONE)
1074EXPOSED_FIELD(EnvironmentLight,shadowIntensity,sffloat,shadowIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
1075EXPOSED_FIELD(EnvironmentLight,ambientIntensity,sffloat,ambientIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
1076EXPOSED_FIELD(EnvironmentLight,intensity,sffloat,intensity,FIELDTYPE_SFFloat,UNCA_NONE)
1077EXPOSED_FIELD(EnvironmentLight,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
1078EXPOSED_FIELD(EnvironmentLight,rotation,sfrotation,rotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1079EXPOSED_FIELD(EnvironmentLight,diffuse,sfnode,diffuse,FIELDTYPE_SFNode,UNCA_NONE)
1080EXPOSED_FIELD(EnvironmentLight,diffuseCoefficients,mffloat,diffuseCoefficients,FIELDTYPE_MFFloat,UNCA_NONE)
1081EXPOSED_FIELD(EnvironmentLight,diffuseTexture,sfnode,diffuseTexture,FIELDTYPE_SFNode,UNCA_NONE)
1082EXPOSED_FIELD(EnvironmentLight,specularTexture,sfnode,specularTexture,FIELDTYPE_SFNode,UNCA_NONE)
1083END_NODE(EnvironmentLight)
1086BEGIN_NODE(EspduTransform)
1087EXPOSED_FIELD(EspduTransform,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
1088EVENT_OUT(EspduTransform,isActive,sfbool,isActive,FIELDTYPE_SFBool)
1089EVENT_OUT(EspduTransform,timestamp,sftime,timestamp,FIELDTYPE_SFTime)
1090EXPOSED_FIELD(EspduTransform,address,sfstring,address,FIELDTYPE_SFString,UNCA_NONE)
1091EXPOSED_FIELD(EspduTransform,port,sfint32,port,FIELDTYPE_SFInt32,UNCA_NONE)
1092EXPOSED_FIELD(EspduTransform,multicastRelayHost,sfstring,multicastRelayHost,FIELDTYPE_SFString,UNCA_NONE)
1093EXPOSED_FIELD(EspduTransform,multicastRelayPort,sfint32,multicastRelayPort,FIELDTYPE_SFInt32,UNCA_NONE)
1094EXPOSED_FIELD(EspduTransform,networkMode,sfstring,networkMode,FIELDTYPE_SFString,UNCA_NONE)
1095EVENT_OUT(EspduTransform,isNetworkReader,sfbool,isNetworkReader,FIELDTYPE_SFBool)
1096EVENT_OUT(EspduTransform,isNetworkWriter,sfbool,isNetworkWriter,FIELDTYPE_SFBool)
1097EVENT_OUT(EspduTransform,isStandAlone,sfbool,isStandAlone,FIELDTYPE_SFBool)
1098EXPOSED_FIELD(EspduTransform,readInterval,sftime,readInterval,FIELDTYPE_SFTime,UNCA_NONE)
1099EXPOSED_FIELD(EspduTransform,writeInterval,sftime,writeInterval,FIELDTYPE_SFTime,UNCA_NONE)
1100FIELD(EspduTransform,rtpHeaderExpected,sfbool,rtpHeaderExpected,FIELDTYPE_SFBool,UNCA_NONE)
1101EVENT_OUT(EspduTransform,isRtpHeaderHeard,sfbool,isRtpHeaderHeard,FIELDTYPE_SFBool)
1102EXPOSED_FIELD(EspduTransform,entityID,sfint32,entityID,FIELDTYPE_SFInt32,UNCA_NONE)
1103EXPOSED_FIELD(EspduTransform,applicationID,sfint32,applicationID,FIELDTYPE_SFInt32,UNCA_NONE)
1104EXPOSED_FIELD(EspduTransform,siteID,sfint32,siteID,FIELDTYPE_SFInt32,UNCA_NONE)
1105FIELD(EspduTransform,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1106EXPOSED_FIELD(EspduTransform,geoCoords,sfvec3d,geoCoords,FIELDTYPE_SFVec3d,UNCA_GEO)
1107EXPOSED_FIELD(EspduTransform,entityKind,sfint32,entityKind,FIELDTYPE_SFInt32,UNCA_NONE)
1108EXPOSED_FIELD(EspduTransform,entityDomain,sfint32,entityDomain,FIELDTYPE_SFInt32,UNCA_NONE)
1109EXPOSED_FIELD(EspduTransform,entityCountry,sfint32,entityCountry,FIELDTYPE_SFInt32,UNCA_NONE)
1110EXPOSED_FIELD(EspduTransform,entityCategory,sfint32,entityCategory,FIELDTYPE_SFInt32,UNCA_NONE)
1111EXPOSED_FIELD(EspduTransform,entitySubCategory,sfint32,entitySubCategory,FIELDTYPE_SFInt32,UNCA_NONE)
1112EXPOSED_FIELD(EspduTransform,entitySpecific,sfint32,entitySpecific,FIELDTYPE_SFInt32,UNCA_NONE)
1113EXPOSED_FIELD(EspduTransform,entityExtra,sfint32,entityExtra,FIELDTYPE_SFInt32,UNCA_NONE)
1114EXPOSED_FIELD(EspduTransform,forceID,sfint32,forceID,FIELDTYPE_SFInt32,UNCA_NONE)
1115EXPOSED_FIELD(EspduTransform,marking,sfstring,marking,FIELDTYPE_SFString,UNCA_NONE)
1116EXPOSED_FIELD(EspduTransform,deadReckoning,sfint32,deadReckoning,FIELDTYPE_SFInt32,UNCA_NONE)
1117EXPOSED_FIELD(EspduTransform,linearVelocity,sfvec3f,linearVelocity,FIELDTYPE_SFVec3f,UNCA_SPEED)
1118EXPOSED_FIELD(EspduTransform,linearAcceleration,sfvec3f,linearAcceleration,FIELDTYPE_SFVec3f,UNCA_ACCEL)
1119EVENT_IN(EspduTransform,set_articulationParameterValue0,sffloat,set_articulationParameterValue0,FIELDTYPE_SFFloat)
1120EVENT_IN(EspduTransform,set_articulationParameterValue1,sffloat,set_articulationParameterValue1,FIELDTYPE_SFFloat)
1121EVENT_IN(EspduTransform,set_articulationParameterValue2,sffloat,set_articulationParameterValue2,FIELDTYPE_SFFloat)
1122EVENT_IN(EspduTransform,set_articulationParameterValue3,sffloat,set_articulationParameterValue3,FIELDTYPE_SFFloat)
1123EVENT_IN(EspduTransform,set_articulationParameterValue4,sffloat,set_articulationParameterValue4,FIELDTYPE_SFFloat)
1124EVENT_IN(EspduTransform,set_articulationParameterValue5,sffloat,set_articulationParameterValue5,FIELDTYPE_SFFloat)
1125EVENT_IN(EspduTransform,set_articulationParameterValue6,sffloat,set_articulationParameterValue6,FIELDTYPE_SFFloat)
1126EVENT_IN(EspduTransform,set_articulationParameterValue7,sffloat,set_articulationParameterValue7,FIELDTYPE_SFFloat)
1127EXPOSED_FIELD(EspduTransform,articulationParameterCount,sfint32,articulationParameterCount,FIELDTYPE_SFInt32,UNCA_NONE)
1128EXPOSED_FIELD(EspduTransform,articulationParameterDesignatorArray,mfint32,articulationParameterDesignatorArray,FIELDTYPE_MFInt32,UNCA_NONE)
1129EXPOSED_FIELD(EspduTransform,articulationParameterChangeIndicatorArr,mfint32,articulationParameterChangeIndicatorArr,FIELDTYPE_MFInt32,UNCA_NONE)
1130EXPOSED_FIELD(EspduTransform,articulationParameterIdPartAttachedToAr,mfint32,articulationParameterIdPartAttachedToAr,FIELDTYPE_MFInt32,UNCA_NONE)
1131EXPOSED_FIELD(EspduTransform,articulationParameterTypeArray,mfint32,articulationParameterTypeArray,FIELDTYPE_MFInt32,UNCA_NONE)
1132EXPOSED_FIELD(EspduTransform,articulationParameterArray,mffloat,articulationParameterArray,FIELDTYPE_MFFloat,UNCA_NONE)
1133EVENT_OUT(EspduTransform,articulationParameterValue0_changed,sffloat,articulationParameterValue0_changed,FIELDTYPE_SFFloat)
1134EVENT_OUT(EspduTransform,articulationParameterValue1_changed,sffloat,articulationParameterValue1_changed,FIELDTYPE_SFFloat)
1135EVENT_OUT(EspduTransform,articulationParameterValue2_changed,sffloat,articulationParameterValue2_changed,FIELDTYPE_SFFloat)
1136EVENT_OUT(EspduTransform,articulationParameterValue3_changed,sffloat,articulationParameterValue3_changed,FIELDTYPE_SFFloat)
1137EVENT_OUT(EspduTransform,articulationParameterValue4_changed,sffloat,articulationParameterValue4_changed,FIELDTYPE_SFFloat)
1138EVENT_OUT(EspduTransform,articulationParameterValue5_changed,sffloat,articulationParameterValue5_changed,FIELDTYPE_SFFloat)
1139EVENT_OUT(EspduTransform,articulationParameterValue6_changed,sffloat,articulationParameterValue6_changed,FIELDTYPE_SFFloat)
1140EVENT_OUT(EspduTransform,articulationParameterValue7_changed,sffloat,articulationParameterValue7_changed,FIELDTYPE_SFFloat)
1141EXPOSED_FIELD(EspduTransform,collisionType,sfint32,collisionType,FIELDTYPE_SFInt32,UNCA_NONE)
1142EVENT_OUT(EspduTransform,collideTime,sftime,collideTime,FIELDTYPE_SFTime)
1143EVENT_OUT(EspduTransform,isCollided,sfbool,isCollided,FIELDTYPE_SFBool)
1144EXPOSED_FIELD(EspduTransform,eventEntityID,sfint32,eventEntityID,FIELDTYPE_SFInt32,UNCA_NONE)
1145EXPOSED_FIELD(EspduTransform,eventApplicationID,sfint32,eventApplicationID,FIELDTYPE_SFInt32,UNCA_NONE)
1146EXPOSED_FIELD(EspduTransform,eventSiteID,sfint32,eventSiteID,FIELDTYPE_SFInt32,UNCA_NONE)
1147EXPOSED_FIELD(EspduTransform,eventNumber,sfint32,eventNumber,FIELDTYPE_SFInt32,UNCA_NONE)
1148EXPOSED_FIELD(EspduTransform,fired1,sfbool,fired1,FIELDTYPE_SFBool,UNCA_NONE)
1149EXPOSED_FIELD(EspduTransform,fired2,sfbool,fired2,FIELDTYPE_SFBool,UNCA_NONE)
1150EXPOSED_FIELD(EspduTransform,fireMissionIndex,sfint32,fireMissionIndex,FIELDTYPE_SFInt32,UNCA_NONE)
1151EXPOSED_FIELD(EspduTransform,firingRange,sffloat,firingRange,FIELDTYPE_SFFloat,UNCA_NONE)
1152EVENT_OUT(EspduTransform,firedTime,sftime,firedTime,FIELDTYPE_SFTime)
1153EXPOSED_FIELD(EspduTransform,detonationLocation,sfvec3f,detonationLocation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1154EXPOSED_FIELD(EspduTransform,detonationRelativeLocation,sfvec3f,detonationRelativeLocation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1155EXPOSED_FIELD(EspduTransform,detonationResult,sfint32,detonationResult,FIELDTYPE_SFInt32,UNCA_NONE)
1156EVENT_OUT(EspduTransform,detonateTime,sftime,detonateTime,FIELDTYPE_SFTime)
1157EVENT_OUT(EspduTransform,isDetonated,sfbool,isDetonated,FIELDTYPE_SFBool)
1158EXPOSED_FIELD(EspduTransform,munitionEntityID,sfint32,munitionEntityID,FIELDTYPE_SFInt32,UNCA_NONE)
1159EXPOSED_FIELD(EspduTransform,munitionApplicationID,sfint32,munitionApplicationID,FIELDTYPE_SFInt32,UNCA_NONE)
1160EXPOSED_FIELD(EspduTransform,munitionSiteID,sfint32,munitionSiteID,FIELDTYPE_SFInt32,UNCA_NONE)
1161EXPOSED_FIELD(EspduTransform,munitionStartPoint,sfvec3f,munitionStartPoint,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1162EXPOSED_FIELD(EspduTransform,munitionEndPoint,sfvec3f,munitionEndPoint,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1163EXPOSED_FIELD(EspduTransform,munitionQuantity,sfint32,munitionQuantity,FIELDTYPE_SFInt32,UNCA_NONE)
1164EXPOSED_FIELD(EspduTransform,firingRate,sfint32,firingRate,FIELDTYPE_SFInt32,UNCA_NONE)
1165EXPOSED_FIELD(EspduTransform,fuse,sfint32,fuse,FIELDTYPE_SFInt32,UNCA_NONE)
1166EXPOSED_FIELD(EspduTransform,warhead,sfint32,warhead,FIELDTYPE_SFInt32,UNCA_NONE)
1167EVENT_IN(EspduTransform,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
1168EVENT_IN(EspduTransform,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
1169EXPOSED_FIELD(EspduTransform,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1170EXPOSED_FIELD(EspduTransform,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
1171EXPOSED_FIELD(EspduTransform,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1172EXPOSED_FIELD(EspduTransform,rotation,sfrotation,rotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1173EXPOSED_FIELD(EspduTransform,scale,sfvec3f,scale,FIELDTYPE_SFVec3f,UNCA_NONE)
1174EXPOSED_FIELD(EspduTransform,scaleOrientation,sfrotation,scaleOrientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1175EXPOSED_FIELD(EspduTransform,translation,sfvec3f,translation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1176FIELD(EspduTransform,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1177FIELD(EspduTransform,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1178EXPOSED_FIELD(EspduTransform,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
1179EXPOSED_FIELD(EspduTransform,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
1180END_NODE(EspduTransform)
1183BEGIN_NODE(ExplosionEmitter)
1184EXPOSED_FIELD(ExplosionEmitter,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1185EXPOSED_FIELD(ExplosionEmitter,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
1186EXPOSED_FIELD(ExplosionEmitter,position,sfvec3f,position,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1187EXPOSED_FIELD(ExplosionEmitter,speed,sffloat,speed,FIELDTYPE_SFFloat,UNCA_SPEED)
1188EXPOSED_FIELD(ExplosionEmitter,variation,sffloat,variation,FIELDTYPE_SFFloat,UNCA_NONE)
1189EXPOSED_FIELD(ExplosionEmitter,mass,sffloat,mass,FIELDTYPE_SFFloat,UNCA_MASS)
1190EXPOSED_FIELD(ExplosionEmitter,surfaceArea,sffloat,surfaceArea,FIELDTYPE_SFFloat,UNCA_AREA)
1191END_NODE(ExplosionEmitter)
1194BEGIN_NODE(Extrusion)
1195EVENT_IN(Extrusion,set_crossSection,mfvec2f,set_crossSection,FIELDTYPE_MFVec2f)
1196EVENT_IN(Extrusion,set_orientation,mfrotation,set_orientation,FIELDTYPE_MFRotation)
1197EVENT_IN(Extrusion,set_scale,mfvec2f,set_scale,FIELDTYPE_MFVec2f)
1198EVENT_IN(Extrusion,set_spine,mfvec3f,set_spine,FIELDTYPE_MFVec3f)
1199EXPOSED_FIELD(Extrusion,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1200FIELD(Extrusion,beginCap,sfbool,beginCap,FIELDTYPE_SFBool,UNCA_NONE)
1201FIELD(Extrusion,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
1202FIELD(Extrusion,convex,sfbool,convex,FIELDTYPE_SFBool,UNCA_NONE)
1203FIELD(Extrusion,creaseAngle,sffloat,creaseAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
1204FIELD(Extrusion,crossSection,mfvec2f,crossSection,FIELDTYPE_MFVec2f,UNCA_NONE)
1205FIELD(Extrusion,endCap,sfbool,endCap,FIELDTYPE_SFBool,UNCA_NONE)
1206EXPOSED_FIELD(Extrusion,orientation,mfrotation,orientation,FIELDTYPE_MFRotation,UNCA_ANGLE)
1207EXPOSED_FIELD(Extrusion,scale,mfvec2f,scale,FIELDTYPE_MFVec2f,UNCA_NONE)
1208FIELD(Extrusion,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
1209FIELD(Extrusion,spine,mfvec3f,spine,FIELDTYPE_MFVec3f,UNCA_NONE)
1213BEGIN_NODE(FillProperties)
1214EXPOSED_FIELD(FillProperties,filled,sfbool,filled,FIELDTYPE_SFBool,UNCA_NONE)
1215EXPOSED_FIELD(FillProperties,hatchColor,sfcolor,hatchColor,FIELDTYPE_SFColor,UNCA_NONE)
1216EXPOSED_FIELD(FillProperties,hatched,sfbool,hatched,FIELDTYPE_SFBool,UNCA_NONE)
1217EXPOSED_FIELD(FillProperties,hatchStyle,sfint32,hatchStyle,FIELDTYPE_SFInt32,UNCA_NONE)
1218EXPOSED_FIELD(FillProperties,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1219END_NODE(FillProperties)
1222BEGIN_NODE(FloatVertexAttribute)
1223EXPOSED_FIELD(FloatVertexAttribute,value,mffloat,value,FIELDTYPE_MFFloat,UNCA_NONE)
1224EXPOSED_FIELD(FloatVertexAttribute,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
1225FIELD(FloatVertexAttribute,numComponents,sfint32,numComponents,FIELDTYPE_SFInt32,UNCA_NONE)
1226EXPOSED_FIELD(FloatVertexAttribute,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1227END_NODE(FloatVertexAttribute)
1231EXPOSED_FIELD(Fog,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
1232EXPOSED_FIELD(Fog,fogType,sfstring,fogType,FIELDTYPE_SFString,UNCA_NONE)
1233EXPOSED_FIELD(Fog,visibilityRange,sffloat,visibilityRange,FIELDTYPE_SFFloat,UNCA_LENGTH)
1234EVENT_IN(Fog,set_bind,sfbool,set_bind,FIELDTYPE_SFBool)
1235EVENT_OUT(Fog,bindTime,sftime,bindTime,FIELDTYPE_SFTime)
1236EVENT_OUT(Fog,isBound,sfbool,isBound,FIELDTYPE_SFBool)
1237EXPOSED_FIELD(Fog,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1241BEGIN_NODE(FogCoordinate)
1242EXPOSED_FIELD(FogCoordinate,depth,mffloat,depth,FIELDTYPE_MFFloat,UNCA_LENGTH)
1243EXPOSED_FIELD(FogCoordinate,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1244END_NODE(FogCoordinate)
1247BEGIN_NODE(FontStyle)
1248EXPOSED_FIELD(FontStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1249FIELD(FontStyle,family,mfstring,family,FIELDTYPE_MFString,UNCA_NONE)
1250FIELD(FontStyle,horizontal,sfbool,horizontal,FIELDTYPE_SFBool,UNCA_NONE)
1251FIELD(FontStyle,justify,mfstring,justify,FIELDTYPE_MFString,UNCA_NONE)
1252FIELD(FontStyle,language,sfstring,language,FIELDTYPE_SFString,UNCA_NONE)
1253FIELD(FontStyle,leftToRight,sfbool,leftToRight,FIELDTYPE_SFBool,UNCA_NONE)
1254EXPOSED_FIELD(FontStyle,size,sffloat,size,FIELDTYPE_SFFloat,UNCA_LENGTH)
1255FIELD(FontStyle,spacing,sffloat,spacing,FIELDTYPE_SFFloat,UNCA_LENGTH)
1256FIELD(FontStyle,style,sfstring,style,FIELDTYPE_SFString,UNCA_NONE)
1257FIELD(FontStyle,topToBottom,sfbool,topToBottom,FIELDTYPE_SFBool,UNCA_NONE)
1261BEGIN_NODE(ForcePhysicsModel)
1262EXPOSED_FIELD(ForcePhysicsModel,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
1263EXPOSED_FIELD(ForcePhysicsModel,force,sfvec3f,force,FIELDTYPE_SFVec3f,UNCA_FORCE)
1264EXPOSED_FIELD(ForcePhysicsModel,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1265END_NODE(ForcePhysicsModel)
1269EXPOSED_FIELD(Gain,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
1270EXPOSED_FIELD(Gain,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
1271EXPOSED_FIELD(Gain,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
1272EXPOSED_FIELD(Gain,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1273EXPOSED_FIELD(Gain,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
1274EXPOSED_FIELD(Gain,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
1275EXPOSED_FIELD(Gain,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1276EXPOSED_FIELD(Gain,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
1277EXPOSED_FIELD(Gain,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
1278EXPOSED_FIELD(Gain,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
1279EXPOSED_FIELD(Gain,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
1280EXPOSED_FIELD(Gain,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
1281EVENT_OUT(Gain,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
1282EVENT_OUT(Gain,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
1283EVENT_OUT(Gain,isActive,sfbool,isActive,FIELDTYPE_SFBool)
1284EVENT_OUT(Gain,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
1288BEGIN_NODE(GeneratedCubeMapTexture)
1289EXPOSED_FIELD(GeneratedCubeMapTexture,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1290EXPOSED_FIELD(GeneratedCubeMapTexture,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1291FIELD(GeneratedCubeMapTexture,textureProperties,sfnode,textureProperties,FIELDTYPE_SFNode,UNCA_NONE)
1292EXPOSED_FIELD(GeneratedCubeMapTexture,update,sfstring,update,FIELDTYPE_SFString,UNCA_NONE)
1293FIELD(GeneratedCubeMapTexture,size,sfint32,size,FIELDTYPE_SFInt32,UNCA_NONE)
1294END_NODE(GeneratedCubeMapTexture)
1297BEGIN_NODE(GeneratedTexture)
1298EXPOSED_FIELD(GeneratedTexture,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1299EXPOSED_FIELD(GeneratedTexture,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1300FIELD(GeneratedTexture,repeatS,sfbool,repeatS,FIELDTYPE_SFBool,UNCA_NONE)
1301FIELD(GeneratedTexture,repeatT,sfbool,repeatT,FIELDTYPE_SFBool,UNCA_NONE)
1302FIELD(GeneratedTexture,textureProperties,sfnode,textureProperties,FIELDTYPE_SFNode,UNCA_NONE)
1303EXPOSED_FIELD(GeneratedTexture,update,sfstring,update,FIELDTYPE_SFString,UNCA_NONE)
1304FIELD(GeneratedTexture,size,mfint32,size,FIELDTYPE_MFInt32,UNCA_NONE)
1305FIELD(GeneratedTexture,viewpoint,sfnode,viewpoint,FIELDTYPE_SFNode,0)
1306FIELD(GeneratedTexture,background,sfnode,background,FIELDTYPE_SFNode,0)
1307FIELD(GeneratedTexture,children,mfnode,children,FIELDTYPE_MFNode,0)
1308END_NODE(GeneratedTexture)
1311BEGIN_NODE(GeoConvert)
1312EVENT_IN(GeoConvert,set_geoCoords,sfvec3d,set_geoCoords,FIELDTYPE_SFVec3d)
1313EVENT_IN(GeoConvert,set_gcCoords,sfvec3d,set_gcCoords,FIELDTYPE_SFVec3d)
1314FIELD(GeoConvert,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1315FIELD(GeoConvert,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1316EXPOSED_FIELD(GeoConvert,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1317EVENT_OUT(GeoConvert,gcCoords_changed,sfvec3d,gcCoords_changed,FIELDTYPE_SFVec3d)
1318EVENT_OUT(GeoConvert,geoCoords_changed,sfvec3d,geoCoords_changed,FIELDTYPE_SFVec3d)
1322BEGIN_NODE(GeoCoordinate)
1323EXPOSED_FIELD(GeoCoordinate,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1324EXPOSED_FIELD(GeoCoordinate,point,mfvec3d,point,FIELDTYPE_MFVec3d,UNCA_GEO)
1325FIELD(GeoCoordinate,geoOrigin,sfnode,geoOrigin,FIELDTYPE_SFNode,UNCA_NONE)
1326FIELD(GeoCoordinate,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1327FIELD(GeoCoordinate,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1328END_NODE(GeoCoordinate)
1331BEGIN_NODE(GeoECParameters)
1332EXPOSED_FIELD(GeoECParameters,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1333EXPOSED_FIELD(GeoECParameters,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1334FIELD(GeoECParameters,centralScale,sfdouble,centralScale,FIELDTYPE_SFDouble,UNCA_NONE)
1335FIELD(GeoECParameters,falseEasting,sfdouble,falseEasting,FIELDTYPE_SFDouble,UNCA_NONE)
1336FIELD(GeoECParameters,falseNorthing,sfdouble,falseNorthing,FIELDTYPE_SFDouble,UNCA_NONE)
1337FIELD(GeoECParameters,originLongitude,sfdouble,originLongitude,FIELDTYPE_SFDouble,UNCA_NONE)
1338FIELD(GeoECParameters,srftode,sfstring,srftode,FIELDTYPE_SFString,UNCA_NONE)
1339END_NODE(GeoECParameters)
1342BEGIN_NODE(GeoElevationGrid)
1343EVENT_IN(GeoElevationGrid,set_height,mfdouble,set_height,FIELDTYPE_MFDouble)
1344EXPOSED_FIELD(GeoElevationGrid,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
1345EXPOSED_FIELD(GeoElevationGrid,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1346EXPOSED_FIELD(GeoElevationGrid,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
1347EXPOSED_FIELD(GeoElevationGrid,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
1348EXPOSED_FIELD(GeoElevationGrid,yScale,sffloat,yScale,FIELDTYPE_SFFloat,UNCA_NONE)
1349FIELD(GeoElevationGrid,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
1350FIELD(GeoElevationGrid,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
1351FIELD(GeoElevationGrid,creaseAngle,sfdouble,creaseAngle,FIELDTYPE_SFDouble,UNCA_ANGLE)
1352FIELD(GeoElevationGrid,geoGridOrigin,sfvec3d,geoGridOrigin,FIELDTYPE_SFVec3d,UNCA_GEO)
1353FIELD(GeoElevationGrid,geoOrigin,sfnode,geoOrigin,FIELDTYPE_SFNode,UNCA_NONE)
1354FIELD(GeoElevationGrid,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1355FIELD(GeoElevationGrid,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1356FIELD(GeoElevationGrid,height,mfdouble,height,FIELDTYPE_MFDouble,UNCA_LENGTH)
1357FIELD(GeoElevationGrid,normalPerVertex,sfbool,normalPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
1358FIELD(GeoElevationGrid,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
1359FIELD(GeoElevationGrid,xDimension,sfint32,xDimension,FIELDTYPE_SFInt32,UNCA_NONE)
1360FIELD(GeoElevationGrid,xSpacing,sfdouble,xSpacing,FIELDTYPE_SFDouble,UNCA_GEO)
1361FIELD(GeoElevationGrid,zDimension,sfint32,zDimension,FIELDTYPE_SFInt32,UNCA_NONE)
1362FIELD(GeoElevationGrid,zSpacing,sfdouble,zSpacing,FIELDTYPE_SFDouble,UNCA_GEO)
1363END_NODE(GeoElevationGrid)
1366BEGIN_NODE(GeoEllipsoid)
1367EXPOSED_FIELD(GeoEllipsoid,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1368EXPOSED_FIELD(GeoEllipsoid,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1369FIELD(GeoEllipsoid,code,sfint32,code,FIELDTYPE_SFInt32,UNCA_NONE)
1370FIELD(GeoEllipsoid,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
1371FIELD(GeoEllipsoid,A,sfdouble,A,FIELDTYPE_SFDouble,UNCA_NONE)
1372FIELD(GeoEllipsoid,F,sfdouble,F,FIELDTYPE_SFDouble,UNCA_NONE)
1373FIELD(GeoEllipsoid,B,sfdouble,B,FIELDTYPE_SFDouble,UNCA_NONE)
1374FIELD(GeoEllipsoid,C,sfdouble,C,FIELDTYPE_SFDouble,UNCA_NONE)
1375FIELD(GeoEllipsoid,axisCount,sfint32,axisCount,FIELDTYPE_SFInt32,UNCA_NONE)
1376END_NODE(GeoEllipsoid)
1379BEGIN_NODE(GeoLCCParameters)
1380EXPOSED_FIELD(GeoLCCParameters,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1381EXPOSED_FIELD(GeoLCCParameters,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1382FIELD(GeoLCCParameters,falseEasting,sfdouble,falseEasting,FIELDTYPE_SFDouble,UNCA_NONE)
1383FIELD(GeoLCCParameters,falseNorthing,sfdouble,falseNorthing,FIELDTYPE_SFDouble,UNCA_NONE)
1384FIELD(GeoLCCParameters,latitude1,sfdouble,latitude1,FIELDTYPE_SFDouble,UNCA_NONE)
1385FIELD(GeoLCCParameters,latitude2,sfdouble,latitude2,FIELDTYPE_SFDouble,UNCA_NONE)
1386FIELD(GeoLCCParameters,originLongitude,sfdouble,originLongitude,FIELDTYPE_SFDouble,UNCA_NONE)
1387FIELD(GeoLCCParameters,originLatitude,sfdouble,originLatitude,FIELDTYPE_SFDouble,UNCA_NONE)
1388END_NODE(GeoLCCParameters)
1391BEGIN_NODE(GeoLCE3DParameters)
1392EXPOSED_FIELD(GeoLCE3DParameters,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1393EXPOSED_FIELD(GeoLCE3DParameters,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1394FIELD(GeoLCE3DParameters,lococentre,sfvec3f,lococentre,FIELDTYPE_SFVec3f,UNCA_NONE)
1395FIELD(GeoLCE3DParameters,primaryAxis,sfvec3f,primaryAxis,FIELDTYPE_SFVec3f,UNCA_NONE)
1396FIELD(GeoLCE3DParameters,secondaryAxis,sfvec3f,secondaryAxis,FIELDTYPE_SFVec3f,UNCA_NONE)
1397END_NODE(GeoLCE3DParameters)
1401EXPOSED_FIELD(GeoLOD,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1402EVENT_OUT(GeoLOD,children,mfnode,children,FIELDTYPE_MFNode)
1403EVENT_OUT(GeoLOD,level_changed,sfint32,level_changed,FIELDTYPE_SFInt32)
1404EXPOSED_FIELD(GeoLOD,center,sfvec3d,center,FIELDTYPE_SFVec3d,UNCA_GEO)
1405FIELD(GeoLOD,child1Url,mfstring,child1Url,FIELDTYPE_MFString,UNCA_NONE)
1406FIELD(GeoLOD,child2Url,mfstring,child2Url,FIELDTYPE_MFString,UNCA_NONE)
1407FIELD(GeoLOD,child3Url,mfstring,child3Url,FIELDTYPE_MFString,UNCA_NONE)
1408FIELD(GeoLOD,child4Url,mfstring,child4Url,FIELDTYPE_MFString,UNCA_NONE)
1409FIELD(GeoLOD,geoOrigin,sfnode,geoOrigin,FIELDTYPE_SFNode,UNCA_NONE)
1410FIELD(GeoLOD,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1411FIELD(GeoLOD,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1412FIELD(GeoLOD,range,sffloat,range,FIELDTYPE_SFFloat,UNCA_LENGTH)
1413FIELD(GeoLOD,rootUrl,mfstring,rootUrl,FIELDTYPE_MFString,UNCA_NONE)
1414FIELD(GeoLOD,rootNode,mfnode,rootNode,FIELDTYPE_MFNode,UNCA_NONE)
1415FIELD(GeoLOD,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1416FIELD(GeoLOD,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1417EXPOSED_FIELD(GeoLOD,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
1418EXPOSED_FIELD(GeoLOD,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
1422BEGIN_NODE(GeoLSR3DParameters)
1423EXPOSED_FIELD(GeoLSR3DParameters,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1424EXPOSED_FIELD(GeoLSR3DParameters,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1425FIELD(GeoLSR3DParameters,forwardDirection,sfint32,forwardDirection,FIELDTYPE_SFInt32,UNCA_NONE)
1426FIELD(GeoLSR3DParameters,upDirection,sfint32,upDirection,FIELDTYPE_SFInt32,UNCA_NONE)
1427END_NODE(GeoLSR3DParameters)
1430BEGIN_NODE(GeoLTParameters)
1431EXPOSED_FIELD(GeoLTParameters,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1432EXPOSED_FIELD(GeoLTParameters,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1433FIELD(GeoLTParameters,azimuth,sfdouble,azimuth,FIELDTYPE_SFDouble,UNCA_NONE)
1434FIELD(GeoLTParameters,geodeticLatitude,sfdouble,geodeticLatitude,FIELDTYPE_SFDouble,UNCA_NONE)
1435FIELD(GeoLTParameters,geodeticLongitude,sfdouble,geodeticLongitude,FIELDTYPE_SFDouble,UNCA_NONE)
1436FIELD(GeoLTParameters,heightOffset,sfdouble,heightOffset,FIELDTYPE_SFDouble,UNCA_NONE)
1437FIELD(GeoLTParameters,x_false_origin,sfdouble,x_false_origin,FIELDTYPE_SFDouble,UNCA_NONE)
1438FIELD(GeoLTParameters,y_false_origin,sfdouble,y_false_origin,FIELDTYPE_SFDouble,UNCA_NONE)
1439END_NODE(GeoLTParameters)
1442BEGIN_NODE(GeoLocation)
1443EVENT_IN(GeoLocation,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
1444EVENT_IN(GeoLocation,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
1445EXPOSED_FIELD(GeoLocation,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
1446EXPOSED_FIELD(GeoLocation,geoCoords,sfvec3d,geoCoords,FIELDTYPE_SFVec3d,UNCA_GEO)
1447EXPOSED_FIELD(GeoLocation,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1448FIELD(GeoLocation,geoOrigin,sfnode,geoOrigin,FIELDTYPE_SFNode,UNCA_NONE)
1449FIELD(GeoLocation,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1450FIELD(GeoLocation,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1451FIELD(GeoLocation,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1452FIELD(GeoLocation,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1453EXPOSED_FIELD(GeoLocation,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
1454EXPOSED_FIELD(GeoLocation,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
1455FIELD(GeoLocation,relativeHeight,sfbool,relativeHeight,FIELDTYPE_SFBool,0)
1456END_NODE(GeoLocation)
1459BEGIN_NODE(GeoMParameters)
1460EXPOSED_FIELD(GeoMParameters,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1461EXPOSED_FIELD(GeoMParameters,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1462FIELD(GeoMParameters,centralScale,sfdouble,centralScale,FIELDTYPE_SFDouble,UNCA_NONE)
1463FIELD(GeoMParameters,falseEasting,sfdouble,falseEasting,FIELDTYPE_SFDouble,UNCA_NONE)
1464FIELD(GeoMParameters,falseNorthing,sfdouble,falseNorthing,FIELDTYPE_SFDouble,UNCA_NONE)
1465FIELD(GeoMParameters,originLongitude,sfdouble,originLongitude,FIELDTYPE_SFDouble,UNCA_NONE)
1466END_NODE(GeoMParameters)
1469BEGIN_NODE(GeoMetadata)
1470EXPOSED_FIELD(GeoMetadata,data,mfnode,data,FIELDTYPE_MFNode,UNCA_NONE)
1471EXPOSED_FIELD(GeoMetadata,summary,mfstring,summary,FIELDTYPE_MFString,UNCA_NONE)
1472EXPOSED_FIELD(GeoMetadata,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
1473EXPOSED_FIELD(GeoMetadata,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
1474EXPOSED_FIELD(GeoMetadata,refresh,sftime,refresh,FIELDTYPE_SFTime,UNCA_NONE)
1475EXPOSED_FIELD(GeoMetadata,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1476EXPOSED_FIELD(GeoMetadata,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1477END_NODE(GeoMetadata)
1480BEGIN_NODE(GeoOMParameters)
1481EXPOSED_FIELD(GeoOMParameters,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1482EXPOSED_FIELD(GeoOMParameters,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1483FIELD(GeoOMParameters,centralScale,sfdouble,centralScale,FIELDTYPE_SFDouble,UNCA_NONE)
1484FIELD(GeoOMParameters,falseEasting,sfdouble,falseEasting,FIELDTYPE_SFDouble,UNCA_NONE)
1485FIELD(GeoOMParameters,falseNorthing,sfdouble,falseNorthing,FIELDTYPE_SFDouble,UNCA_NONE)
1486FIELD(GeoOMParameters,longitude1,sfdouble,longitude1,FIELDTYPE_SFDouble,UNCA_NONE)
1487FIELD(GeoOMParameters,latitude1,sfdouble,latitude1,FIELDTYPE_SFDouble,UNCA_NONE)
1488FIELD(GeoOMParameters,longitude2,sfdouble,longitude2,FIELDTYPE_SFDouble,UNCA_NONE)
1489FIELD(GeoOMParameters,latitude2,sfdouble,latitude2,FIELDTYPE_SFDouble,UNCA_NONE)
1490END_NODE(GeoOMParameters)
1493BEGIN_NODE(GeoOrigin)
1494EXPOSED_FIELD(GeoOrigin,geoCoords,sfvec3d,geoCoords,FIELDTYPE_SFVec3d,UNCA_GEO)
1495FIELD(GeoOrigin,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1496FIELD(GeoOrigin,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1497EXPOSED_FIELD(GeoOrigin,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1498FIELD(GeoOrigin,rotateYUp,sfbool,rotateYUp,FIELDTYPE_SFBool,UNCA_NONE)
1502BEGIN_NODE(GeoPSParameters)
1503EXPOSED_FIELD(GeoPSParameters,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1504EXPOSED_FIELD(GeoPSParameters,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1505FIELD(GeoPSParameters,centralScale,sfdouble,centralScale,FIELDTYPE_SFDouble,UNCA_NONE)
1506FIELD(GeoPSParameters,falseEasting,sfdouble,falseEasting,FIELDTYPE_SFDouble,UNCA_NONE)
1507FIELD(GeoPSParameters,falseNorthing,sfdouble,falseNorthing,FIELDTYPE_SFDouble,UNCA_NONE)
1508FIELD(GeoPSParameters,originLongitude,sfdouble,originLongitude,FIELDTYPE_SFDouble,UNCA_NONE)
1509FIELD(GeoPSParameters,polarAspect,sfstring,polarAspect,FIELDTYPE_SFString,UNCA_NONE)
1510END_NODE(GeoPSParameters)
1513BEGIN_NODE(GeoPlanet)
1514EVENT_IN(GeoPlanet,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
1515EVENT_IN(GeoPlanet,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
1516EXPOSED_FIELD(GeoPlanet,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
1517EXPOSED_FIELD(GeoPlanet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1518FIELD(GeoPlanet,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1519FIELD(GeoPlanet,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1520EXPOSED_FIELD(GeoPlanet,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
1521EXPOSED_FIELD(GeoPlanet,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
1522EXPOSED_FIELD(GeoPlanet,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1523FIELD(GeoPlanet,planetId,sfint32,planetId,FIELDTYPE_SFInt32,UNCA_NONE)
1527BEGIN_NODE(GeoPositionInterpolator)
1528EVENT_IN(GeoPositionInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
1529EXPOSED_FIELD(GeoPositionInterpolator,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
1530EXPOSED_FIELD(GeoPositionInterpolator,keyValue,mfvec3d,keyValue,FIELDTYPE_MFVec3d,UNCA_GEO)
1531EXPOSED_FIELD(GeoPositionInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1532EVENT_OUT(GeoPositionInterpolator,geovalue_changed,sfvec3d,geovalue_changed,FIELDTYPE_SFVec3d)
1533EVENT_OUT(GeoPositionInterpolator,value_changed,sfvec3f,value_changed,FIELDTYPE_SFVec3f)
1534FIELD(GeoPositionInterpolator,geoOrigin,sfnode,geoOrigin,FIELDTYPE_SFNode,UNCA_NONE)
1535FIELD(GeoPositionInterpolator,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1536FIELD(GeoPositionInterpolator,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1537END_NODE(GeoPositionInterpolator)
1540BEGIN_NODE(GeoProximitySensor)
1541EXPOSED_FIELD(GeoProximitySensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1542EXPOSED_FIELD(GeoProximitySensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
1543EXPOSED_FIELD(GeoProximitySensor,geoCenter,sfvec3d,geoCenter,FIELDTYPE_SFVec3d,UNCA_GEO)
1544EXPOSED_FIELD(GeoProximitySensor,center,sfvec3d,center,FIELDTYPE_SFVec3d,UNCA_GEO)
1545EXPOSED_FIELD(GeoProximitySensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1546EXPOSED_FIELD(GeoProximitySensor,size,sfvec3f,size,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1547EVENT_OUT(GeoProximitySensor,centerOfRotation_changed,sfvec3f,centerOfRotation_changed,FIELDTYPE_SFVec3f)
1548EVENT_OUT(GeoProximitySensor,enterTime,sftime,enterTime,FIELDTYPE_SFTime)
1549EVENT_OUT(GeoProximitySensor,exitTime,sftime,exitTime,FIELDTYPE_SFTime)
1550EVENT_OUT(GeoProximitySensor,geoCoord_changed,sfvec3d,geoCoord_changed,FIELDTYPE_SFVec3d)
1551EVENT_OUT(GeoProximitySensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
1552EVENT_OUT(GeoProximitySensor,orientation_changed,sfrotation,orientation_changed,FIELDTYPE_SFRotation)
1553EVENT_OUT(GeoProximitySensor,position_changed,sfvec3f,position_changed,FIELDTYPE_SFVec3f)
1554FIELD(GeoProximitySensor,geoOrigin,sfnode,geoOrigin,FIELDTYPE_SFNode,UNCA_NONE)
1555FIELD(GeoProximitySensor,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1556FIELD(GeoProximitySensor,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1557END_NODE(GeoProximitySensor)
1560BEGIN_NODE(GeoReferenceSurfaceInfo)
1561EXPOSED_FIELD(GeoReferenceSurfaceInfo,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1562EXPOSED_FIELD(GeoReferenceSurfaceInfo,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1563FIELD(GeoReferenceSurfaceInfo,dssCode,sfint32,dssCode,FIELDTYPE_SFInt32,UNCA_NONE)
1564FIELD(GeoReferenceSurfaceInfo,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
1565FIELD(GeoReferenceSurfaceInfo,srfParametersInfo,sfnode,srfParametersInfo,FIELDTYPE_SFNode,UNCA_NONE)
1566END_NODE(GeoReferenceSurfaceInfo)
1570EXPOSED_FIELD(GeoSRF,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1571FIELD(GeoSRF,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1572FIELD(GeoSRF,geoKeyValue,mfstring,geoKeyValue,FIELDTYPE_MFString,UNCA_NONE)
1573FIELD(GeoSRF,geoJson,sfstring,geoJson,FIELDTYPE_SFString,UNCA_NONE)
1577BEGIN_NODE(GeoSRFInstance)
1578EXPOSED_FIELD(GeoSRFInstance,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1579EXPOSED_FIELD(GeoSRFInstance,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1580FIELD(GeoSRFInstance,srfCode,sfint32,srfCode,FIELDTYPE_SFInt32,UNCA_NONE)
1581END_NODE(GeoSRFInstance)
1584BEGIN_NODE(GeoSRFParametersInfo)
1585EXPOSED_FIELD(GeoSRFParametersInfo,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1586EXPOSED_FIELD(GeoSRFParametersInfo,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1587FIELD(GeoSRFParametersInfo,rtCode,sfint32,rtCode,FIELDTYPE_SFInt32,UNCA_NONE)
1588FIELD(GeoSRFParametersInfo,srfParameters,sfnode,srfParameters,FIELDTYPE_SFNode,UNCA_NONE)
1589END_NODE(GeoSRFParametersInfo)
1592BEGIN_NODE(GeoSRFSet)
1593EXPOSED_FIELD(GeoSRFSet,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1594EXPOSED_FIELD(GeoSRFSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1595FIELD(GeoSRFSet,ormCode,sfint32,ormCode,FIELDTYPE_SFInt32,UNCA_NONE)
1596FIELD(GeoSRFSet,srfsCode,sfint32,srfsCode,FIELDTYPE_SFInt32,UNCA_NONE)
1597FIELD(GeoSRFSet,srfsMember,sfint32,srfsMember,FIELDTYPE_SFInt32,UNCA_NONE)
1601BEGIN_NODE(GeoSRFTemplate)
1602EXPOSED_FIELD(GeoSRFTemplate,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1603EXPOSED_FIELD(GeoSRFTemplate,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1604FIELD(GeoSRFTemplate,ormCode,sfint32,ormCode,FIELDTYPE_SFInt32,UNCA_NONE)
1605FIELD(GeoSRFTemplate,srftode,sfint32,srftode,FIELDTYPE_SFInt32,UNCA_NONE)
1606FIELD(GeoSRFTemplate,srftParameters,sfnode,srftParameters,FIELDTYPE_SFNode,UNCA_NONE)
1607END_NODE(GeoSRFTemplate)
1610BEGIN_NODE(GeoSpatialReferenceFrame)
1611EXPOSED_FIELD(GeoSpatialReferenceFrame,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1612EXPOSED_FIELD(GeoSpatialReferenceFrame,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1613FIELD(GeoSpatialReferenceFrame,dssCode,sfint32,dssCode,FIELDTYPE_SFInt32,UNCA_NONE)
1614FIELD(GeoSpatialReferenceFrame,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
1615FIELD(GeoSpatialReferenceFrame,rtCode,sfint32,rtCode,FIELDTYPE_SFInt32,UNCA_NONE)
1617FIELD(GeoSpatialReferenceFrame,systemParameters,sfnode,systemParameters,FIELDTYPE_SFNode,UNCA_NONE)
1618END_NODE(GeoSpatialReferenceFrame)
1621BEGIN_NODE(GeoSystemParameters)
1622FIELD(GeoSystemParameters,paramterName,mfstring,paramterName,FIELDTYPE_MFString,UNCA_NONE)
1623FIELD(GeoSystemParameters,paramterValue,mfdouble,paramterValue,FIELDTYPE_MFDouble,UNCA_NONE)
1624END_NODE(GeoSystemParameters)
1627BEGIN_NODE(GeoTMParameters)
1628EXPOSED_FIELD(GeoTMParameters,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1629EXPOSED_FIELD(GeoTMParameters,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1630FIELD(GeoTMParameters,azimuth,sfdouble,azimuth,FIELDTYPE_SFDouble,UNCA_NONE)
1631FIELD(GeoTMParameters,geodeticLatitude,sfdouble,geodeticLatitude,FIELDTYPE_SFDouble,UNCA_NONE)
1632FIELD(GeoTMParameters,geodeticLongitude,sfdouble,geodeticLongitude,FIELDTYPE_SFDouble,UNCA_NONE)
1633FIELD(GeoTMParameters,heightOffset,sfdouble,heightOffset,FIELDTYPE_SFDouble,UNCA_NONE)
1634FIELD(GeoTMParameters,x_false_origin,sfdouble,x_false_origin,FIELDTYPE_SFDouble,UNCA_NONE)
1635FIELD(GeoTMParameters,y_false_origin,sfdouble,y_false_origin,FIELDTYPE_SFDouble,UNCA_NONE)
1636END_NODE(GeoTMParameters)
1640EXPOSED_FIELD(GeoTile,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1644BEGIN_NODE(GeoTileSet)
1645EXPOSED_FIELD(GeoTileSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1646FIELD(GeoTileSet,geoOrigin,sfnode,geoOrigin,FIELDTYPE_SFNode,UNCA_NONE)
1647FIELD(GeoTileSet,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1648FIELD(GeoTileSet,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1652BEGIN_NODE(GeoTouchSensor)
1653EXPOSED_FIELD(GeoTouchSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1654EXPOSED_FIELD(GeoTouchSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
1655EXPOSED_FIELD(GeoTouchSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1656EVENT_OUT(GeoTouchSensor,hitNormal_changed,sfvec3f,hitNormal_changed,FIELDTYPE_SFVec3f)
1657EVENT_OUT(GeoTouchSensor,hitPoint_changed,sfvec3f,hitPoint_changed,FIELDTYPE_SFVec3f)
1658EVENT_OUT(GeoTouchSensor,hitTexCoord_changed,sfvec2f,hitTexCoord_changed,FIELDTYPE_SFVec2f)
1659EVENT_OUT(GeoTouchSensor,hitGeoCoord_changed,sfvec3d,hitGeoCoord_changed,FIELDTYPE_SFVec3d)
1660EVENT_OUT(GeoTouchSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
1661EVENT_OUT(GeoTouchSensor,isOver,sfbool,isOver,FIELDTYPE_SFBool)
1662EVENT_OUT(GeoTouchSensor,touchTime,sftime,touchTime,FIELDTYPE_SFTime)
1663FIELD(GeoTouchSensor,geoOrigin,sfnode,geoOrigin,FIELDTYPE_SFNode,UNCA_NONE)
1664FIELD(GeoTouchSensor,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1665FIELD(GeoTouchSensor,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1666END_NODE(GeoTouchSensor)
1669BEGIN_NODE(GeoTransform)
1670EVENT_IN(GeoTransform,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
1671EVENT_IN(GeoTransform,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
1672EXPOSED_FIELD(GeoTransform,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1673EXPOSED_FIELD(GeoTransform,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
1674EXPOSED_FIELD(GeoTransform,geoCenter,sfvec3d,geoCenter,FIELDTYPE_SFVec3d,UNCA_GEO)
1675EXPOSED_FIELD(GeoTransform,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1676EXPOSED_FIELD(GeoTransform,rotation,sfrotation,rotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1677EXPOSED_FIELD(GeoTransform,scale,sfvec3f,scale,FIELDTYPE_SFVec3f,UNCA_NONE)
1678EXPOSED_FIELD(GeoTransform,scaleOrientation,sfrotation,scaleOrientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1679EXPOSED_FIELD(GeoTransform,translation,sfvec3f,translation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1680FIELD(GeoTransform,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1681FIELD(GeoTransform,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1682EXPOSED_FIELD(GeoTransform,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
1683EXPOSED_FIELD(GeoTransform,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
1684FIELD(GeoTransform,geoOrigin,sfnode,geoOrigin,FIELDTYPE_SFNode,UNCA_NONE)
1685FIELD(GeoTransform,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1686FIELD(GeoTransform,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1687END_NODE(GeoTransform)
1690BEGIN_NODE(GeoViewpoint)
1691EVENT_IN(GeoViewpoint,set_bind,sfbool,set_bind,FIELDTYPE_SFBool)
1692EVENT_OUT(GeoViewpoint,bindTime,sftime,bindTime,FIELDTYPE_SFTime)
1693EVENT_OUT(GeoViewpoint,isBound,sfbool,isBound,FIELDTYPE_SFBool)
1694EXPOSED_FIELD(GeoViewpoint,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1695EXPOSED_FIELD(GeoViewpoint,jump,sfbool,jump,FIELDTYPE_SFBool,UNCA_NONE)
1696EXPOSED_FIELD(GeoViewpoint,fieldOfView,sffloat,fieldOfView,FIELDTYPE_SFFloat,UNCA_ANGLE)
1697EXPOSED_FIELD(GeoViewpoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1698EXPOSED_FIELD(GeoViewpoint,orientation,sfrotation,orientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1699EXPOSED_FIELD(GeoViewpoint,position,sfvec3d,position,FIELDTYPE_SFVec3d,UNCA_GEO)
1700EXPOSED_FIELD(GeoViewpoint,centerOfRotation,sfvec3d,centerOfRotation,FIELDTYPE_SFVec3d,UNCA_NONE)
1701EXPOSED_FIELD(GeoViewpoint,headlight,sfbool,headlight,FIELDTYPE_SFBool,UNCA_NONE)
1702EXPOSED_FIELD(GeoViewpoint,navType,mfstring,navType,FIELDTYPE_MFString,UNCA_NONE)
1703FIELD(GeoViewpoint,geoOrigin,sfnode,geoOrigin,FIELDTYPE_SFNode,UNCA_NONE)
1704FIELD(GeoViewpoint,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
1705FIELD(GeoViewpoint,geoSRF,sfnode,geoSRF,FIELDTYPE_SFNode,0)
1706FIELD(GeoViewpoint,speedFactor,sffloat,speedFactor,FIELDTYPE_SFFloat,UNCA_NONE)
1707EVENT_IN(GeoViewpoint,retainUserOffsets,sfbool,retainUserOffsets,FIELDTYPE_SFBool)
1708FIELD(GeoViewpoint,relativeHeight,sfbool,relativeHeight,FIELDTYPE_SFBool,0)
1709EXPOSED_FIELD(GeoViewpoint,walkSurface,mfstring,walkSurface,FIELDTYPE_MFString,UNCA_NONE)
1710EXPOSED_FIELD(GeoViewpoint,prioritySurfaces,mfnode,prioritySurfaces,FIELDTYPE_MFNode,UNCA_NONE)
1711EXPOSED_FIELD(GeoViewpoint,translucencySurfaces,mfnode,translucencySurfaces,FIELDTYPE_MFNode,UNCA_NONE)
1712EXPOSED_FIELD(GeoViewpoint,translucencyRange,sfvec2d,translucencyRange,FIELDTYPE_SFVec2d,UNCA_NONE)
1713EXPOSED_FIELD(GeoViewpoint,translucency,sffloat,translucency,FIELDTYPE_SFFloat,UNCA_NONE)
1714EXPOSED_FIELD(GeoViewpoint,navigationType,mfstring,navigationType,FIELDTYPE_MFString,UNCA_NONE)
1715EXPOSED_FIELD(GeoViewpoint,nearClippingPlane,sffloat,nearClippingPlane,FIELDTYPE_SFFloat,UNCA_NONE)
1716EXPOSED_FIELD(GeoViewpoint,farClippingPlane,sffloat,farClippingPlane,FIELDTYPE_SFFloat,UNCA_NONE)
1717END_NODE(GeoViewpoint)
1721EVENT_IN(Group,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
1722EVENT_IN(Group,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
1723EXPOSED_FIELD(Group,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
1724EXPOSED_FIELD(Group,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1725FIELD(Group,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1726FIELD(Group,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1727EXPOSED_FIELD(Group,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
1728EXPOSED_FIELD(Group,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
1732BEGIN_NODE(HAnimDisplacer)
1733EXPOSED_FIELD(HAnimDisplacer,coordIndex,mfint32,coordIndex,FIELDTYPE_MFInt32,UNCA_NONE)
1734EXPOSED_FIELD(HAnimDisplacer,displacements,mfvec3f,displacements,FIELDTYPE_MFVec3f,UNCA_LENGTH)
1735EXPOSED_FIELD(HAnimDisplacer,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
1736EXPOSED_FIELD(HAnimDisplacer,weight,sffloat,weight,FIELDTYPE_SFFloat,UNCA_NONE)
1737EXPOSED_FIELD(HAnimDisplacer,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1738EXPOSED_FIELD(HAnimDisplacer,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1739END_NODE(HAnimDisplacer)
1742BEGIN_NODE(HAnimHumanoid)
1743EXPOSED_FIELD(HAnimHumanoid,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_NONE)
1744FIELD(HAnimHumanoid,info,mfstring,info,FIELDTYPE_MFString,UNCA_LENGTH)
1745EXPOSED_FIELD(HAnimHumanoid,joints,mfnode,joints,FIELDTYPE_MFNode,UNCA_NONE)
1746EXPOSED_FIELD(HAnimHumanoid,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
1747EXPOSED_FIELD(HAnimHumanoid,skeletalConfiguration,sfstring,skeletalConfiguration,FIELDTYPE_SFString,UNCA_NONE)
1748EXPOSED_FIELD(HAnimHumanoid,rotation,sfrotation,rotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1749EXPOSED_FIELD(HAnimHumanoid,scale,sfvec3f,scale,FIELDTYPE_SFVec3f,UNCA_NONE)
1750EXPOSED_FIELD(HAnimHumanoid,scaleOrientation,sfrotation,scaleOrientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1751EXPOSED_FIELD(HAnimHumanoid,segments,mfnode,segments,FIELDTYPE_MFNode,UNCA_NONE)
1752EXPOSED_FIELD(HAnimHumanoid,sites,mfnode,sites,FIELDTYPE_MFNode,UNCA_NONE)
1753EXPOSED_FIELD(HAnimHumanoid,skeleton,mfnode,skeleton,FIELDTYPE_MFNode,UNCA_NONE)
1754EXPOSED_FIELD(HAnimHumanoid,skin,mfnode,skin,FIELDTYPE_MFNode,UNCA_NONE)
1755EXPOSED_FIELD(HAnimHumanoid,skinCoord,sfnode,skinCoord,FIELDTYPE_SFNode,UNCA_NONE)
1756EXPOSED_FIELD(HAnimHumanoid,skinNormal,sfnode,skinNormal,FIELDTYPE_SFNode,UNCA_NONE)
1757EXPOSED_FIELD(HAnimHumanoid,translation,sfvec3f,translation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1758EXPOSED_FIELD(HAnimHumanoid,version,sfstring,version,FIELDTYPE_SFString,UNCA_NONE)
1759EXPOSED_FIELD(HAnimHumanoid,viewpoints,mfnode,viewpoints,FIELDTYPE_MFNode,UNCA_NONE)
1760FIELD(HAnimHumanoid,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1761FIELD(HAnimHumanoid,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1762EXPOSED_FIELD(HAnimHumanoid,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
1763EXPOSED_FIELD(HAnimHumanoid,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
1764EXPOSED_FIELD(HAnimHumanoid,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1765EXPOSED_FIELD(HAnimHumanoid,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1766EXPOSED_FIELD(HAnimHumanoid,motions,mfnode,motions,FIELDTYPE_MFNode,UNCA_NONE)
1767EXPOSED_FIELD(HAnimHumanoid,motionsEnabled,mfbool,motionsEnabled,FIELDTYPE_MFBool,UNCA_NONE)
1768EXPOSED_FIELD(HAnimHumanoid,transitionTime,sftime,transitionTime,FIELDTYPE_SFTime,0)
1769EXPOSED_FIELD(HAnimHumanoid,loa,sfint32,loa,FIELDTYPE_SFInt32,UNCA_NONE)
1770EXPOSED_FIELD(HAnimHumanoid,jointBindingPositions,mfvec3f,jointBindingPositions,FIELDTYPE_MFVec3f,UNCA_NONE)
1771EXPOSED_FIELD(HAnimHumanoid,jointBindingRotations,mfrotation,jointBindingRotations,FIELDTYPE_MFRotation,UNCA_ANGLE)
1772EXPOSED_FIELD(HAnimHumanoid,jointBindingScales,mfvec3f,jointBindingScales,FIELDTYPE_MFVec3f,UNCA_NONE)
1773EXPOSED_FIELD(HAnimHumanoid,skinBindingCoords,sfnode,skinBindingCoords,FIELDTYPE_SFNode,UNCA_NONE)
1774EXPOSED_FIELD(HAnimHumanoid,skinBindingNormals,sfnode,skinBindingNormals,FIELDTYPE_SFNode,UNCA_NONE)
1775END_NODE(HAnimHumanoid)
1778BEGIN_NODE(HAnimJoint)
1779EVENT_IN(HAnimJoint,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
1780EVENT_IN(HAnimJoint,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
1781EXPOSED_FIELD(HAnimJoint,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
1782EXPOSED_FIELD(HAnimJoint,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1783EXPOSED_FIELD(HAnimJoint,rotation,sfrotation,rotation,FIELDTYPE_SFRotation,UNCA_NONE)
1784EXPOSED_FIELD(HAnimJoint,scale,sfvec3f,scale,FIELDTYPE_SFVec3f,UNCA_NONE)
1785EXPOSED_FIELD(HAnimJoint,scaleOrientation,sfrotation,scaleOrientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1786EXPOSED_FIELD(HAnimJoint,translation,sfvec3f,translation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1787EXPOSED_FIELD(HAnimJoint,displacers,mfnode,displacers,FIELDTYPE_MFNode,UNCA_NONE)
1788EXPOSED_FIELD(HAnimJoint,limitOrientation,sfrotation,limitOrientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1789EXPOSED_FIELD(HAnimJoint,llimit,mffloat,llimit,FIELDTYPE_MFFloat,UNCA_ANGLE)
1790EXPOSED_FIELD(HAnimJoint,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
1791EXPOSED_FIELD(HAnimJoint,skinCoordIndex,mfint32,skinCoordIndex,FIELDTYPE_MFInt32,UNCA_NONE)
1792EXPOSED_FIELD(HAnimJoint,skinCoordWeight,mffloat,skinCoordWeight,FIELDTYPE_MFFloat,UNCA_NONE)
1793EXPOSED_FIELD(HAnimJoint,stiffness,mffloat,stiffness,FIELDTYPE_MFFloat,UNCA_NONE)
1794EXPOSED_FIELD(HAnimJoint,ulimit,mffloat,ulimit,FIELDTYPE_MFFloat,UNCA_ANGLE)
1795FIELD(HAnimJoint,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1796FIELD(HAnimJoint,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1797EXPOSED_FIELD(HAnimJoint,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
1798EXPOSED_FIELD(HAnimJoint,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
1799EXPOSED_FIELD(HAnimJoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1800EXPOSED_FIELD(HAnimJoint,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1804BEGIN_NODE(HAnimMotion)
1805EXPOSED_FIELD(HAnimMotion,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1806EXPOSED_FIELD(HAnimMotion,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1807FIELD(HAnimMotion,transitionWeight,sffloat,transitionWeight,FIELDTYPE_SFFloat,0)
1808FIELD(HAnimMotion,transitionStart,sftime,transitionStart,FIELDTYPE_SFTime,0)
1809EXPOSED_FIELD(HAnimMotion,channelsEnabled,mfbool,channelsEnabled,FIELDTYPE_MFBool,UNCA_NONE)
1810EVENT_OUT(HAnimMotion,cycleTime,sftime,cycleTime,FIELDTYPE_SFTime)
1811EVENT_OUT(HAnimMotion,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
1812EXPOSED_FIELD(HAnimMotion,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
1813EXPOSED_FIELD(HAnimMotion,frameIncrement,sfint32,frameIncrement,FIELDTYPE_SFInt32,UNCA_NONE)
1814EXPOSED_FIELD(HAnimMotion,frameIndex,sfint32,frameIndex,FIELDTYPE_SFInt32,UNCA_NONE)
1815EXPOSED_FIELD(HAnimMotion,startFrame,sfint32,startFrame,FIELDTYPE_SFInt32,UNCA_NONE)
1816EXPOSED_FIELD(HAnimMotion,endFrame,sfint32,endFrame,FIELDTYPE_SFInt32,UNCA_NONE)
1817EXPOSED_FIELD(HAnimMotion,loop,sfbool,loop,FIELDTYPE_SFBool,UNCA_NONE)
1818EVENT_IN(HAnimMotion,next,sfbool,next,FIELDTYPE_SFBool)
1819EVENT_IN(HAnimMotion,previous,sfbool,previous,FIELDTYPE_SFBool)
1820EXPOSED_FIELD(HAnimMotion,loa,sfint32,loa,FIELDTYPE_SFInt32,UNCA_NONE)
1821EVENT_OUT(HAnimMotion,frameCount,sfint32,frameCount,FIELDTYPE_SFInt32)
1822EXPOSED_FIELD(HAnimMotion,frameDuration,sftime,frameDuration,FIELDTYPE_SFTime,UNCA_NONE)
1823EXPOSED_FIELD(HAnimMotion,channels,sfstring,channels,FIELDTYPE_SFString,UNCA_NONE)
1824EXPOSED_FIELD(HAnimMotion,joints,sfstring,joints,FIELDTYPE_SFString,UNCA_NONE)
1825EXPOSED_FIELD(HAnimMotion,values,mffloat,values,FIELDTYPE_MFFloat,UNCA_NONE)
1826END_NODE(HAnimMotion)
1829BEGIN_NODE(HAnimMotionClip)
1830EXPOSED_FIELD(HAnimMotionClip,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1831EXPOSED_FIELD(HAnimMotionClip,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1832EXPOSED_FIELD(HAnimMotionClip,loa,sfint32,loa,FIELDTYPE_SFInt32,UNCA_NONE)
1833EVENT_OUT(HAnimMotionClip,frameCount,sfint32,frameCount,FIELDTYPE_SFInt32)
1834EXPOSED_FIELD(HAnimMotionClip,frameDuration,sftime,frameDuration,FIELDTYPE_SFTime,UNCA_NONE)
1835EXPOSED_FIELD(HAnimMotionClip,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
1836EXPOSED_FIELD(HAnimMotionClip,channels,sfstring,channels,FIELDTYPE_SFString,UNCA_NONE)
1837EXPOSED_FIELD(HAnimMotionClip,joints,sfstring,joints,FIELDTYPE_SFString,UNCA_NONE)
1838EXPOSED_FIELD(HAnimMotionClip,values,mffloat,values,FIELDTYPE_MFFloat,UNCA_NONE)
1839END_NODE(HAnimMotionClip)
1842BEGIN_NODE(HAnimMotionData)
1843EXPOSED_FIELD(HAnimMotionData,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1844EXPOSED_FIELD(HAnimMotionData,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1845EXPOSED_FIELD(HAnimMotionData,loa,sfint32,loa,FIELDTYPE_SFInt32,UNCA_NONE)
1846EVENT_OUT(HAnimMotionData,frameCount,sfint32,frameCount,FIELDTYPE_SFInt32)
1847EXPOSED_FIELD(HAnimMotionData,frameDuration,sftime,frameDuration,FIELDTYPE_SFTime,UNCA_NONE)
1848EXPOSED_FIELD(HAnimMotionData,channels,sfstring,channels,FIELDTYPE_SFString,UNCA_NONE)
1849EXPOSED_FIELD(HAnimMotionData,joints,sfstring,joints,FIELDTYPE_SFString,UNCA_NONE)
1850EXPOSED_FIELD(HAnimMotionData,values,mffloat,values,FIELDTYPE_MFFloat,UNCA_NONE)
1851END_NODE(HAnimMotionData)
1854BEGIN_NODE(HAnimMotionDataFile)
1855EXPOSED_FIELD(HAnimMotionDataFile,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1856EXPOSED_FIELD(HAnimMotionDataFile,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1857EXPOSED_FIELD(HAnimMotionDataFile,loa,sfint32,loa,FIELDTYPE_SFInt32,UNCA_NONE)
1858EVENT_OUT(HAnimMotionDataFile,frameCount,sfint32,frameCount,FIELDTYPE_SFInt32)
1859EXPOSED_FIELD(HAnimMotionDataFile,frameDuration,sftime,frameDuration,FIELDTYPE_SFTime,UNCA_NONE)
1860EXPOSED_FIELD(HAnimMotionDataFile,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
1861FIELD(HAnimMotionDataFile,ignorePosition,sfbool,ignorePosition,FIELDTYPE_SFBool,0)
1862FIELD(HAnimMotionDataFile,ignoreFirstFrame,sfbool,ignoreFirstFrame,FIELDTYPE_SFBool,0)
1863FIELD(HAnimMotionDataFile,flipZ,sfbool,flipZ,FIELDTYPE_SFBool,0)
1864FIELD(HAnimMotionDataFile,mapping,mfstring,mapping,FIELDTYPE_MFString,0)
1865FIELD(HAnimMotionDataFile,scale,sffloat,scale,FIELDTYPE_SFFloat,0)
1866FIELD(HAnimMotionDataFile,teePose,sfbool,teePose,FIELDTYPE_SFBool,0)
1867FIELD(HAnimMotionDataFile,yUp,sfbool,yUp,FIELDTYPE_SFBool,0)
1868FIELD(HAnimMotionDataFile,legAngle,sffloat,legAngle,FIELDTYPE_SFFloat,0)
1869FIELD(HAnimMotionDataFile,armAngle,sffloat,armAngle,FIELDTYPE_SFFloat,0)
1870END_NODE(HAnimMotionDataFile)
1873BEGIN_NODE(HAnimMotionInterpolator)
1874EXPOSED_FIELD(HAnimMotionInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1875EXPOSED_FIELD(HAnimMotionInterpolator,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1876FIELD(HAnimMotionInterpolator,transitionWeight,sffloat,transitionWeight,FIELDTYPE_SFFloat,0)
1877FIELD(HAnimMotionInterpolator,transitionStart,sftime,transitionStart,FIELDTYPE_SFTime,0)
1878EXPOSED_FIELD(HAnimMotionInterpolator,channelsEnabled,mfbool,channelsEnabled,FIELDTYPE_MFBool,UNCA_NONE)
1879EXPOSED_FIELD(HAnimMotionInterpolator,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
1880EXPOSED_FIELD(HAnimMotionInterpolator,joints,sfstring,joints,FIELDTYPE_SFString,UNCA_NONE)
1881EXPOSED_FIELD(HAnimMotionInterpolator,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
1882END_NODE(HAnimMotionInterpolator)
1885BEGIN_NODE(HAnimMotionPlay)
1886EXPOSED_FIELD(HAnimMotionPlay,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1887EXPOSED_FIELD(HAnimMotionPlay,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1888FIELD(HAnimMotionPlay,transitionWeight,sffloat,transitionWeight,FIELDTYPE_SFFloat,0)
1889FIELD(HAnimMotionPlay,transitionStart,sftime,transitionStart,FIELDTYPE_SFTime,0)
1890EXPOSED_FIELD(HAnimMotionPlay,channelsEnabled,mfbool,channelsEnabled,FIELDTYPE_MFBool,UNCA_NONE)
1891EVENT_OUT(HAnimMotionPlay,cycleTime,sftime,cycleTime,FIELDTYPE_SFTime)
1892EVENT_OUT(HAnimMotionPlay,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
1893EXPOSED_FIELD(HAnimMotionPlay,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
1894EXPOSED_FIELD(HAnimMotionPlay,frameIncrement,sfint32,frameIncrement,FIELDTYPE_SFInt32,UNCA_NONE)
1895EXPOSED_FIELD(HAnimMotionPlay,frameIndex,sfint32,frameIndex,FIELDTYPE_SFInt32,UNCA_NONE)
1896EXPOSED_FIELD(HAnimMotionPlay,startFrame,sfint32,startFrame,FIELDTYPE_SFInt32,UNCA_NONE)
1897EXPOSED_FIELD(HAnimMotionPlay,endFrame,sfint32,endFrame,FIELDTYPE_SFInt32,UNCA_NONE)
1898EXPOSED_FIELD(HAnimMotionPlay,loop,sfbool,loop,FIELDTYPE_SFBool,UNCA_NONE)
1899EVENT_IN(HAnimMotionPlay,next,sfbool,next,FIELDTYPE_SFBool)
1900EVENT_IN(HAnimMotionPlay,previous,sfbool,previous,FIELDTYPE_SFBool)
1901EXPOSED_FIELD(HAnimMotionPlay,data,sfnode,data,FIELDTYPE_SFNode,UNCA_NONE)
1902FIELD(HAnimMotionPlay,mapping,mfstring,mapping,FIELDTYPE_MFString,0)
1903END_NODE(HAnimMotionPlay)
1906BEGIN_NODE(HAnimPermuter)
1907EXPOSED_FIELD(HAnimPermuter,metadata,sfnode,metadata,FIELDTYPE_SFNode,0)
1908EXPOSED_FIELD(HAnimPermuter,description,sfstring,description,FIELDTYPE_SFString,0)
1909EXPOSED_FIELD(HAnimPermuter,humanoids,mfnode,humanoids,FIELDTYPE_MFNode,0)
1910EXPOSED_FIELD(HAnimPermuter,motions,mfnode,motions,FIELDTYPE_MFNode,0)
1911FIELD(HAnimPermuter,compute,sfbool,compute,FIELDTYPE_SFBool,0)
1912EXPOSED_FIELD(HAnimPermuter,permutations,mfint32,permutations,FIELDTYPE_MFInt32,0)
1913EXPOSED_FIELD(HAnimPermuter,index,sfint32,index,FIELDTYPE_SFInt32,0)
1914EVENT_OUT(HAnimPermuter,humanoid,sfnode,humanoid,FIELDTYPE_SFNode)
1915END_NODE(HAnimPermuter)
1918BEGIN_NODE(HAnimSegment)
1919EVENT_IN(HAnimSegment,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
1920EVENT_IN(HAnimSegment,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
1921EXPOSED_FIELD(HAnimSegment,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
1922EXPOSED_FIELD(HAnimSegment,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
1923FIELD(HAnimSegment,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1924FIELD(HAnimSegment,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1925EXPOSED_FIELD(HAnimSegment,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
1926EXPOSED_FIELD(HAnimSegment,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
1927EXPOSED_FIELD(HAnimSegment,centerOfMass,sfvec3f,centerOfMass,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1928EXPOSED_FIELD(HAnimSegment,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
1929EXPOSED_FIELD(HAnimSegment,displacers,mfnode,displacers,FIELDTYPE_MFNode,UNCA_NONE)
1930EXPOSED_FIELD(HAnimSegment,mass,sffloat,mass,FIELDTYPE_SFFloat,UNCA_MASS)
1931EXPOSED_FIELD(HAnimSegment,momentsOfInertia,mffloat,momentsOfInertia,FIELDTYPE_MFFloat,UNCA_MOMENT)
1932EXPOSED_FIELD(HAnimSegment,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1933EXPOSED_FIELD(HAnimSegment,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1934END_NODE(HAnimSegment)
1937BEGIN_NODE(HAnimSite)
1938EVENT_IN(HAnimSite,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
1939EVENT_IN(HAnimSite,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
1940EXPOSED_FIELD(HAnimSite,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
1941EXPOSED_FIELD(HAnimSite,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
1942FIELD(HAnimSite,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1943FIELD(HAnimSite,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
1944EXPOSED_FIELD(HAnimSite,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
1945EXPOSED_FIELD(HAnimSite,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
1946EXPOSED_FIELD(HAnimSite,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1947EXPOSED_FIELD(HAnimSite,rotation,sfrotation,rotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1948EXPOSED_FIELD(HAnimSite,scale,sfvec3f,scale,FIELDTYPE_SFVec3f,UNCA_NONE)
1949EXPOSED_FIELD(HAnimSite,scaleOrientation,sfrotation,scaleOrientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
1950EXPOSED_FIELD(HAnimSite,translation,sfvec3f,translation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
1951EXPOSED_FIELD(HAnimSite,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1952EXPOSED_FIELD(HAnimSite,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1956BEGIN_NODE(ImageBackdropBackground)
1957EVENT_IN(ImageBackdropBackground,set_bind,sfbool,set_bind,FIELDTYPE_SFBool)
1958EVENT_OUT(ImageBackdropBackground,bindTime,sftime,bindTime,FIELDTYPE_SFTime)
1959EVENT_OUT(ImageBackdropBackground,isBound,sfbool,isBound,FIELDTYPE_SFBool)
1960EXPOSED_FIELD(ImageBackdropBackground,transparency,sffloat,transparency,FIELDTYPE_SFFloat,UNCA_NONE)
1961EXPOSED_FIELD(ImageBackdropBackground,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
1962EXPOSED_FIELD(ImageBackdropBackground,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1963EXPOSED_FIELD(ImageBackdropBackground,image,sfimage,image,FIELDTYPE_SFImage,UNCA_NONE)
1964END_NODE(ImageBackdropBackground)
1967BEGIN_NODE(ImageCubeMapTexture)
1968EXPOSED_FIELD(ImageCubeMapTexture,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1969EXPOSED_FIELD(ImageCubeMapTexture,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1970FIELD(ImageCubeMapTexture,textureProperties,sfnode,textureProperties,FIELDTYPE_SFNode,UNCA_NONE)
1971EXPOSED_FIELD(ImageCubeMapTexture,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
1972EXPOSED_FIELD(ImageCubeMapTexture,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
1973EXPOSED_FIELD(ImageCubeMapTexture,autoRefresh,sftime,autoRefresh,FIELDTYPE_SFTime,UNCA_NONE)
1974EXPOSED_FIELD(ImageCubeMapTexture,autoRefreshTimeLimit,sftime,autoRefreshTimeLimit,FIELDTYPE_SFTime,UNCA_NONE)
1975END_NODE(ImageCubeMapTexture)
1978BEGIN_NODE(ImageTexture)
1979EXPOSED_FIELD(ImageTexture,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1980EXPOSED_FIELD(ImageTexture,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1981EXPOSED_FIELD(ImageTexture,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
1982FIELD(ImageTexture,repeatS,sfbool,repeatS,FIELDTYPE_SFBool,UNCA_NONE)
1983FIELD(ImageTexture,repeatT,sfbool,repeatT,FIELDTYPE_SFBool,UNCA_NONE)
1984FIELD(ImageTexture,textureProperties,sfnode,textureProperties,FIELDTYPE_SFNode,UNCA_NONE)
1985EXPOSED_FIELD(ImageTexture,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
1986EXPOSED_FIELD(ImageTexture,autoRefresh,sftime,autoRefresh,FIELDTYPE_SFTime,UNCA_NONE)
1987EXPOSED_FIELD(ImageTexture,autoRefreshTimeLimit,sftime,autoRefreshTimeLimit,FIELDTYPE_SFTime,UNCA_NONE)
1988END_NODE(ImageTexture)
1991BEGIN_NODE(ImageTexture3D)
1992EXPOSED_FIELD(ImageTexture3D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
1993EXPOSED_FIELD(ImageTexture3D,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
1994EXPOSED_FIELD(ImageTexture3D,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
1995EXPOSED_FIELD(ImageTexture3D,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
1996EXPOSED_FIELD(ImageTexture3D,autoRefresh,sftime,autoRefresh,FIELDTYPE_SFTime,UNCA_NONE)
1997EXPOSED_FIELD(ImageTexture3D,autoRefreshTimeLimit,sftime,autoRefreshTimeLimit,FIELDTYPE_SFTime,UNCA_NONE)
1998FIELD(ImageTexture3D,repeatS,sfbool,repeatS,FIELDTYPE_SFBool,UNCA_NONE)
1999FIELD(ImageTexture3D,repeatT,sfbool,repeatT,FIELDTYPE_SFBool,UNCA_NONE)
2000FIELD(ImageTexture3D,repeatR,sfbool,repeatR,FIELDTYPE_SFBool,UNCA_NONE)
2001FIELD(ImageTexture3D,textureProperties,sfnode,textureProperties,FIELDTYPE_SFNode,UNCA_NONE)
2002END_NODE(ImageTexture3D)
2005BEGIN_NODE(IndexedFaceSet)
2006EVENT_IN(IndexedFaceSet,set_colorIndex,mfint32,set_colorIndex,FIELDTYPE_MFInt32)
2007EVENT_IN(IndexedFaceSet,set_coordIndex,mfint32,set_coordIndex,FIELDTYPE_MFInt32)
2008EVENT_IN(IndexedFaceSet,set_normalIndex,mfint32,set_normalIndex,FIELDTYPE_MFInt32)
2009EVENT_IN(IndexedFaceSet,set_texCoordIndex,mfint32,set_texCoordIndex,FIELDTYPE_MFInt32)
2010EXPOSED_FIELD(IndexedFaceSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
2011EXPOSED_FIELD(IndexedFaceSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
2012EXPOSED_FIELD(IndexedFaceSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
2013EXPOSED_FIELD(IndexedFaceSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
2014EXPOSED_FIELD(IndexedFaceSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2015EXPOSED_FIELD(IndexedFaceSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
2016EXPOSED_FIELD(IndexedFaceSet,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
2017FIELD(IndexedFaceSet,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
2018FIELD(IndexedFaceSet,colorIndex,mfint32,colorIndex,FIELDTYPE_MFInt32,UNCA_NONE)
2019FIELD(IndexedFaceSet,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
2020FIELD(IndexedFaceSet,convex,sfbool,convex,FIELDTYPE_SFBool,UNCA_NONE)
2021FIELD(IndexedFaceSet,coordIndex,mfint32,coordIndex,FIELDTYPE_MFInt32,UNCA_NONE)
2022FIELD(IndexedFaceSet,creaseAngle,sffloat,creaseAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
2023FIELD(IndexedFaceSet,normalIndex,mfint32,normalIndex,FIELDTYPE_MFInt32,UNCA_NONE)
2024FIELD(IndexedFaceSet,normalPerVertex,sfbool,normalPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
2025FIELD(IndexedFaceSet,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
2026FIELD(IndexedFaceSet,texCoordIndex,mfint32,texCoordIndex,FIELDTYPE_MFInt32,UNCA_NONE)
2027END_NODE(IndexedFaceSet)
2030BEGIN_NODE(IndexedLineSet)
2031EVENT_IN(IndexedLineSet,set_colorIndex,mfint32,set_colorIndex,FIELDTYPE_MFInt32)
2032EVENT_IN(IndexedLineSet,set_coordIndex,mfint32,set_coordIndex,FIELDTYPE_MFInt32)
2033EXPOSED_FIELD(IndexedLineSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
2034EXPOSED_FIELD(IndexedLineSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
2035EXPOSED_FIELD(IndexedLineSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
2036EXPOSED_FIELD(IndexedLineSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
2037EXPOSED_FIELD(IndexedLineSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2038FIELD(IndexedLineSet,colorIndex,mfint32,colorIndex,FIELDTYPE_MFInt32,UNCA_NONE)
2039FIELD(IndexedLineSet,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
2040FIELD(IndexedLineSet,coordIndex,mfint32,coordIndex,FIELDTYPE_MFInt32,UNCA_NONE)
2041EXPOSED_FIELD(IndexedLineSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
2042END_NODE(IndexedLineSet)
2045BEGIN_NODE(IndexedQuadSet)
2046EVENT_IN(IndexedQuadSet,set_index,mfint32,set_index,FIELDTYPE_MFInt32)
2047EXPOSED_FIELD(IndexedQuadSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
2048EXPOSED_FIELD(IndexedQuadSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
2049EXPOSED_FIELD(IndexedQuadSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
2050EXPOSED_FIELD(IndexedQuadSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
2051EXPOSED_FIELD(IndexedQuadSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2052EXPOSED_FIELD(IndexedQuadSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
2053EXPOSED_FIELD(IndexedQuadSet,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
2054FIELD(IndexedQuadSet,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
2055FIELD(IndexedQuadSet,index,mfint32,index,FIELDTYPE_MFInt32,UNCA_NONE)
2056FIELD(IndexedQuadSet,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
2057FIELD(IndexedQuadSet,normalPerVertex,sfbool,normalPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
2058FIELD(IndexedQuadSet,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
2059END_NODE(IndexedQuadSet)
2062BEGIN_NODE(IndexedTriangleFanSet)
2063EVENT_IN(IndexedTriangleFanSet,set_index,mfint32,set_index,FIELDTYPE_MFInt32)
2064EXPOSED_FIELD(IndexedTriangleFanSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
2065EXPOSED_FIELD(IndexedTriangleFanSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
2066EXPOSED_FIELD(IndexedTriangleFanSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
2067EXPOSED_FIELD(IndexedTriangleFanSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
2068EXPOSED_FIELD(IndexedTriangleFanSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2069EXPOSED_FIELD(IndexedTriangleFanSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
2070EXPOSED_FIELD(IndexedTriangleFanSet,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
2071FIELD(IndexedTriangleFanSet,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
2072FIELD(IndexedTriangleFanSet,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
2073FIELD(IndexedTriangleFanSet,normalPerVertex,sfbool,normalPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
2074FIELD(IndexedTriangleFanSet,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
2075EXPOSED_FIELD(IndexedTriangleFanSet,index,mfint32,index,FIELDTYPE_MFInt32,UNCA_NONE)
2076END_NODE(IndexedTriangleFanSet)
2079BEGIN_NODE(IndexedTriangleSet)
2080EVENT_IN(IndexedTriangleSet,set_index,mfint32,set_index,FIELDTYPE_MFInt32)
2081EXPOSED_FIELD(IndexedTriangleSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
2082EXPOSED_FIELD(IndexedTriangleSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
2083EXPOSED_FIELD(IndexedTriangleSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
2084EXPOSED_FIELD(IndexedTriangleSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
2085EXPOSED_FIELD(IndexedTriangleSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2086EXPOSED_FIELD(IndexedTriangleSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
2087EXPOSED_FIELD(IndexedTriangleSet,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
2088FIELD(IndexedTriangleSet,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
2089FIELD(IndexedTriangleSet,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
2090FIELD(IndexedTriangleSet,normalPerVertex,sfbool,normalPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
2091FIELD(IndexedTriangleSet,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
2092EXPOSED_FIELD(IndexedTriangleSet,index,mfint32,index,FIELDTYPE_MFInt32,UNCA_NONE)
2093END_NODE(IndexedTriangleSet)
2096BEGIN_NODE(IndexedTriangleStripSet)
2097EVENT_IN(IndexedTriangleStripSet,set_index,mfint32,set_index,FIELDTYPE_MFInt32)
2098EXPOSED_FIELD(IndexedTriangleStripSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
2099EXPOSED_FIELD(IndexedTriangleStripSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
2100EXPOSED_FIELD(IndexedTriangleStripSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
2101EXPOSED_FIELD(IndexedTriangleStripSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
2102EXPOSED_FIELD(IndexedTriangleStripSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2103EXPOSED_FIELD(IndexedTriangleStripSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
2104EXPOSED_FIELD(IndexedTriangleStripSet,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
2105FIELD(IndexedTriangleStripSet,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
2106FIELD(IndexedTriangleStripSet,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
2107FIELD(IndexedTriangleStripSet,normalPerVertex,sfbool,normalPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
2108FIELD(IndexedTriangleStripSet,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
2109EXPOSED_FIELD(IndexedTriangleStripSet,index,mfint32,index,FIELDTYPE_MFInt32,UNCA_NONE)
2110END_NODE(IndexedTriangleStripSet)
2114EXPOSED_FIELD(Inline,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2115FIELD(Inline,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
2116FIELD(Inline,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
2117EXPOSED_FIELD(Inline,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
2118EXPOSED_FIELD(Inline,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
2119EVENT_IN(Inline,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
2120EVENT_IN(Inline,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
2121EXPOSED_FIELD(Inline,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
2122EXPOSED_FIELD(Inline,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
2123EXPOSED_FIELD(Inline,refresh,sftime,refresh,FIELDTYPE_SFTime,UNCA_NONE)
2127BEGIN_NODE(IntegerSequencer)
2128EVENT_IN(IntegerSequencer,next,sfbool,next,FIELDTYPE_SFBool)
2129EVENT_IN(IntegerSequencer,previous,sfbool,previous,FIELDTYPE_SFBool)
2130EVENT_IN(IntegerSequencer,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
2131EXPOSED_FIELD(IntegerSequencer,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
2132EXPOSED_FIELD(IntegerSequencer,keyValue,mfint32,keyValue,FIELDTYPE_MFInt32,UNCA_NONE)
2133EVENT_OUT(IntegerSequencer,value_changed,sfint32,value_changed,FIELDTYPE_SFInt32)
2134EXPOSED_FIELD(IntegerSequencer,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2135END_NODE(IntegerSequencer)
2138BEGIN_NODE(IntegerTrigger)
2139EVENT_IN(IntegerTrigger,set_boolean,sfbool,set_boolean,FIELDTYPE_SFBool)
2140EXPOSED_FIELD(IntegerTrigger,integerKey,sfint32,integerKey,FIELDTYPE_SFInt32,UNCA_NONE)
2141EVENT_OUT(IntegerTrigger,triggerValue,sfint32,triggerValue,FIELDTYPE_SFInt32)
2142EXPOSED_FIELD(IntegerTrigger,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2143END_NODE(IntegerTrigger)
2146BEGIN_NODE(IsoSurfaceVolumeData)
2147EXPOSED_FIELD(IsoSurfaceVolumeData,dimensions,sfvec3f,dimensions,FIELDTYPE_SFVec3f,UNCA_LENGTH)
2148EXPOSED_FIELD(IsoSurfaceVolumeData,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2149EXPOSED_FIELD(IsoSurfaceVolumeData,voxels,sfnode,voxels,FIELDTYPE_SFNode,UNCA_NONE)
2150FIELD(IsoSurfaceVolumeData,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
2151FIELD(IsoSurfaceVolumeData,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
2152EXPOSED_FIELD(IsoSurfaceVolumeData,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
2153EXPOSED_FIELD(IsoSurfaceVolumeData,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
2154EXPOSED_FIELD(IsoSurfaceVolumeData,renderStyle,mfnode,renderStyle,FIELDTYPE_MFNode,UNCA_NONE)
2155EXPOSED_FIELD(IsoSurfaceVolumeData,contourStepSize,sffloat,contourStepSize,FIELDTYPE_SFFloat,UNCA_NONE)
2156EXPOSED_FIELD(IsoSurfaceVolumeData,gradients,sfnode,gradients,FIELDTYPE_SFNode,UNCA_NONE)
2157EXPOSED_FIELD(IsoSurfaceVolumeData,surfaceTolerance,sffloat,surfaceTolerance,FIELDTYPE_SFFloat,UNCA_NONE)
2158EXPOSED_FIELD(IsoSurfaceVolumeData,surfaceValues,mffloat,surfaceValues,FIELDTYPE_MFFloat,UNCA_NONE)
2159END_NODE(IsoSurfaceVolumeData)
2162BEGIN_NODE(KeySensor)
2163EXPOSED_FIELD(KeySensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2164EXPOSED_FIELD(KeySensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
2165EVENT_OUT(KeySensor,actionKeyPress,sfint32,actionKeyPress,FIELDTYPE_SFInt32)
2166EVENT_OUT(KeySensor,actionKeyRelease,sfint32,actionKeyRelease,FIELDTYPE_SFInt32)
2167EVENT_OUT(KeySensor,altKey,sfbool,altKey,FIELDTYPE_SFBool)
2168EVENT_OUT(KeySensor,controlKey,sfbool,controlKey,FIELDTYPE_SFBool)
2169EVENT_OUT(KeySensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
2170EVENT_OUT(KeySensor,keyPress,sfstring,keyPress,FIELDTYPE_SFString)
2171EVENT_OUT(KeySensor,keyRelease,sfstring,keyRelease,FIELDTYPE_SFString)
2172EVENT_OUT(KeySensor,shiftKey,sfbool,shiftKey,FIELDTYPE_SFBool)
2173EXPOSED_FIELD(KeySensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2178EVENT_IN(LOD,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
2179EVENT_IN(LOD,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
2180EXPOSED_FIELD(LOD,level,mfnode,level,FIELDTYPE_MFNode,UNCA_NONE)
2181EXPOSED_FIELD(LOD,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2182EXPOSED_FIELD(LOD,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_LENGTH)
2183FIELD(LOD,range,mffloat,range,FIELDTYPE_MFFloat,UNCA_NONE)
2184FIELD(LOD,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
2185FIELD(LOD,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
2186EXPOSED_FIELD(LOD,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
2187EXPOSED_FIELD(LOD,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
2188EXPOSED_FIELD(LOD,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2189EVENT_OUT(LOD,level_changed,sfint32,level_changed,FIELDTYPE_SFInt32)
2190FIELD(LOD,forceTransitions,sfbool,forceTransitions,FIELDTYPE_SFBool,UNCA_NONE)
2195EVENT_IN(Layer,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
2196EVENT_IN(Layer,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
2197EXPOSED_FIELD(Layer,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2198EXPOSED_FIELD(Layer,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2199EXPOSED_FIELD(Layer,isPickable,sfbool,isPickable,FIELDTYPE_SFBool,UNCA_NONE)
2200EXPOSED_FIELD(Layer,pickable,sfbool,pickable,FIELDTYPE_SFBool,UNCA_NONE)
2201EXPOSED_FIELD(Layer,viewport,sfnode,viewport,FIELDTYPE_SFNode,UNCA_NONE)
2202EXPOSED_FIELD(Layer,objectType,mfstring,objectType,FIELDTYPE_MFString,UNCA_NONE)
2207EXPOSED_FIELD(LayerSet,activeLayer,sfint32,activeLayer,FIELDTYPE_SFInt32,UNCA_NONE)
2208EXPOSED_FIELD(LayerSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2209EXPOSED_FIELD(LayerSet,layers,mfnode,layers,FIELDTYPE_MFNode,UNCA_NONE)
2210EXPOSED_FIELD(LayerSet,order,mfint32,order,FIELDTYPE_MFInt32,UNCA_NONE)
2215EXPOSED_FIELD(Layout,align,mfstring,align,FIELDTYPE_MFString,UNCA_NONE)
2216EXPOSED_FIELD(Layout,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2217EXPOSED_FIELD(Layout,offset,mffloat,offset,FIELDTYPE_MFFloat,UNCA_NONE)
2218EXPOSED_FIELD(Layout,offsetUnits,mfstring,offsetUnits,FIELDTYPE_MFString,UNCA_NONE)
2219EXPOSED_FIELD(Layout,scaleMode,mfstring,scaleMode,FIELDTYPE_MFString,UNCA_NONE)
2220EXPOSED_FIELD(Layout,size,mffloat,size,FIELDTYPE_MFFloat,UNCA_NONE)
2221EXPOSED_FIELD(Layout,sizeUnits,mfstring,sizeUnits,FIELDTYPE_MFString,UNCA_NONE)
2225BEGIN_NODE(LayoutGroup)
2226EVENT_IN(LayoutGroup,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
2227EVENT_IN(LayoutGroup,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
2228EXPOSED_FIELD(LayoutGroup,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2229EXPOSED_FIELD(LayoutGroup,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2230FIELD(LayoutGroup,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
2231FIELD(LayoutGroup,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
2232EXPOSED_FIELD(LayoutGroup,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
2233EXPOSED_FIELD(LayoutGroup,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
2234EXPOSED_FIELD(LayoutGroup,layout,sfnode,layout,FIELDTYPE_SFNode,UNCA_NONE)
2235EXPOSED_FIELD(LayoutGroup,viewport,sfnode,viewport,FIELDTYPE_SFNode,UNCA_NONE)
2236END_NODE(LayoutGroup)
2239BEGIN_NODE(LayoutLayer)
2240EVENT_IN(LayoutLayer,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
2241EVENT_IN(LayoutLayer,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
2242EXPOSED_FIELD(LayoutLayer,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2243EXPOSED_FIELD(LayoutLayer,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2244EXPOSED_FIELD(LayoutLayer,isPickable,sfbool,isPickable,FIELDTYPE_SFBool,UNCA_NONE)
2245EXPOSED_FIELD(LayoutLayer,pickable,sfbool,pickable,FIELDTYPE_SFBool,UNCA_NONE)
2246EXPOSED_FIELD(LayoutLayer,viewport,sfnode,viewport,FIELDTYPE_SFNode,UNCA_NONE)
2247EXPOSED_FIELD(LayoutLayer,layout,sfnode,layout,FIELDTYPE_SFNode,UNCA_NONE)
2248EXPOSED_FIELD(LayoutLayer,objectType,mfstring,objectType,FIELDTYPE_MFString,UNCA_NONE)
2249EXPOSED_FIELD(LayoutLayer,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
2250END_NODE(LayoutLayer)
2253BEGIN_NODE(LinePickSensor)
2254EXPOSED_FIELD(LinePickSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2255EXPOSED_FIELD(LinePickSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
2256EXPOSED_FIELD(LinePickSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2257EXPOSED_FIELD(LinePickSensor,objectType,mfstring,objectType,FIELDTYPE_MFString,UNCA_NONE)
2258EXPOSED_FIELD(LinePickSensor,pickingGeometry,sfnode,pickingGeometry,FIELDTYPE_SFNode,UNCA_NONE)
2259EXPOSED_FIELD(LinePickSensor,pickTarget,mfnode,pickTarget,FIELDTYPE_MFNode,UNCA_NONE)
2260EVENT_OUT(LinePickSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
2261EVENT_OUT(LinePickSensor,pickedGeometry,mfnode,pickedGeometry,FIELDTYPE_MFNode)
2262FIELD(LinePickSensor,intersectionType,sfstring,intersectionType,FIELDTYPE_SFString,UNCA_NONE)
2263FIELD(LinePickSensor,sortOrder,sfstring,sortOrder,FIELDTYPE_SFString,UNCA_NONE)
2264EXPOSED_FIELD(LinePickSensor,matchCriterion,sfstring,matchCriterion,FIELDTYPE_SFString,UNCA_NONE)
2265EVENT_OUT(LinePickSensor,pickedPoint,mfvec3f,pickedPoint,FIELDTYPE_MFVec3f)
2266EVENT_OUT(LinePickSensor,pickedNormal,mfvec3f,pickedNormal,FIELDTYPE_MFVec3f)
2267EVENT_OUT(LinePickSensor,pickedTextureCoordinate,mfvec3f,pickedTextureCoordinate,FIELDTYPE_MFVec3f)
2268END_NODE(LinePickSensor)
2271BEGIN_NODE(LineProperties)
2272EXPOSED_FIELD(LineProperties,applied,sfbool,applied,FIELDTYPE_SFBool,UNCA_NONE)
2273EXPOSED_FIELD(LineProperties,linetype,sfint32,linetype,FIELDTYPE_SFInt32,UNCA_NONE)
2274EXPOSED_FIELD(LineProperties,linewidthScaleFactor,sffloat,linewidthScaleFactor,FIELDTYPE_SFFloat,UNCA_NONE)
2275EXPOSED_FIELD(LineProperties,type16dashes,mffloat,type16dashes,FIELDTYPE_MFFloat,0)
2276EXPOSED_FIELD(LineProperties,type16wiggles,mfvec2f,type16wiggles,FIELDTYPE_MFVec2f,0)
2277EXPOSED_FIELD(LineProperties,styleStart,sfstring,styleStart,FIELDTYPE_SFString,0)
2278EXPOSED_FIELD(LineProperties,styleEnd,sfstring,styleEnd,FIELDTYPE_SFString,0)
2279EXPOSED_FIELD(LineProperties,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2280END_NODE(LineProperties)
2283BEGIN_NODE(LineSensor)
2284EXPOSED_FIELD(LineSensor,autoOffset,sfbool,autoOffset,FIELDTYPE_SFBool,UNCA_NONE)
2285EXPOSED_FIELD(LineSensor,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
2286EXPOSED_FIELD(LineSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
2287EXPOSED_FIELD(LineSensor,maxPosition,sffloat,maxPosition,FIELDTYPE_SFFloat,UNCA_LENGTH)
2288EXPOSED_FIELD(LineSensor,minPosition,sffloat,minPosition,FIELDTYPE_SFFloat,UNCA_LENGTH)
2289EXPOSED_FIELD(LineSensor,offset,sffloat,offset,FIELDTYPE_SFFloat,UNCA_LENGTH)
2290EVENT_OUT(LineSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
2291EVENT_OUT(LineSensor,isOver,sfbool,isOver,FIELDTYPE_SFBool)
2292EXPOSED_FIELD(LineSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2293EVENT_OUT(LineSensor,trackPoint_changed,sfvec3f,trackPoint_changed,FIELDTYPE_SFVec3f)
2294EVENT_OUT(LineSensor,translation_changed,sfvec3f,translation_changed,FIELDTYPE_SFVec3f)
2295EXPOSED_FIELD(LineSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2300EXPOSED_FIELD(LineSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
2301EXPOSED_FIELD(LineSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
2302EXPOSED_FIELD(LineSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
2303EXPOSED_FIELD(LineSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2304EXPOSED_FIELD(LineSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
2305EXPOSED_FIELD(LineSet,vertexCount,mfint32,vertexCount,FIELDTYPE_MFInt32,UNCA_NONE)
2306EXPOSED_FIELD(LineSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
2310BEGIN_NODE(ListenerPoint)
2311EXPOSED_FIELD(ListenerPoint,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2312EXPOSED_FIELD(ListenerPoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2313EXPOSED_FIELD(ListenerPoint,trackCurrentView,sfbool,trackCurrentView,FIELDTYPE_SFBool,UNCA_NONE)
2314EXPOSED_FIELD(ListenerPoint,position,sfvec3f,position,FIELDTYPE_SFVec3f,UNCA_NONE)
2315EXPOSED_FIELD(ListenerPoint,orientation,sfrotation,orientation,FIELDTYPE_SFRotation,UNCA_NONE)
2316EXPOSED_FIELD(ListenerPoint,visualization,sfnode,visualization,FIELDTYPE_SFNode,0)
2317END_NODE(ListenerPoint)
2320BEGIN_NODE(ListenerPointSource)
2321EXPOSED_FIELD(ListenerPointSource,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2322EXPOSED_FIELD(ListenerPointSource,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
2323EXPOSED_FIELD(ListenerPointSource,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
2324EXPOSED_FIELD(ListenerPointSource,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2325EXPOSED_FIELD(ListenerPointSource,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
2326EXPOSED_FIELD(ListenerPointSource,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
2327EXPOSED_FIELD(ListenerPointSource,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
2328EXPOSED_FIELD(ListenerPointSource,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
2329EXPOSED_FIELD(ListenerPointSource,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
2330EVENT_OUT(ListenerPointSource,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
2331EVENT_OUT(ListenerPointSource,isActive,sfbool,isActive,FIELDTYPE_SFBool)
2332EVENT_OUT(ListenerPointSource,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
2333EXPOSED_FIELD(ListenerPointSource,dopplerEnabled,sfbool,dopplerEnabled,FIELDTYPE_SFBool,UNCA_NONE)
2334EXPOSED_FIELD(ListenerPointSource,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2335EXPOSED_FIELD(ListenerPointSource,interauralDistance,sffloat,interauralDistance,FIELDTYPE_SFFloat,UNCA_NONE)
2336EXPOSED_FIELD(ListenerPointSource,trackCurrentView,sfbool,trackCurrentView,FIELDTYPE_SFBool,UNCA_NONE)
2337EXPOSED_FIELD(ListenerPointSource,position,sfvec3f,position,FIELDTYPE_SFVec3f,UNCA_NONE)
2338EXPOSED_FIELD(ListenerPointSource,orientation,sfrotation,orientation,FIELDTYPE_SFRotation,UNCA_NONE)
2339END_NODE(ListenerPointSource)
2342BEGIN_NODE(LoadSensor)
2343EXPOSED_FIELD(LoadSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
2344EXPOSED_FIELD(LoadSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2345EXPOSED_FIELD(LoadSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2346EXPOSED_FIELD(LoadSensor,timeOut,sftime,timeOut,FIELDTYPE_SFTime,UNCA_NONE)
2347EXPOSED_FIELD(LoadSensor,watchList,mfnode,watchList,FIELDTYPE_MFNode,UNCA_NONE)
2348EXPOSED_FIELD(LoadSensor,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2349EVENT_OUT(LoadSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
2350EVENT_OUT(LoadSensor,isLoaded,sfbool,isLoaded,FIELDTYPE_SFBool)
2351EVENT_OUT(LoadSensor,loadTime,sftime,loadTime,FIELDTYPE_SFTime)
2352EVENT_OUT(LoadSensor,progress,sffloat,progress,FIELDTYPE_SFFloat)
2357EXPOSED_FIELD(LocalFog,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
2358EXPOSED_FIELD(LocalFog,fogType,sfstring,fogType,FIELDTYPE_SFString,UNCA_NONE)
2359EXPOSED_FIELD(LocalFog,visibilityRange,sffloat,visibilityRange,FIELDTYPE_SFFloat,UNCA_LENGTH)
2360EXPOSED_FIELD(LocalFog,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
2361EXPOSED_FIELD(LocalFog,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2365BEGIN_NODE(MIDIAudioSynth)
2366EXPOSED_FIELD(MIDIAudioSynth,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2367EXPOSED_FIELD(MIDIAudioSynth,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2368EXPOSED_FIELD(MIDIAudioSynth,polyphony,sfint32,polyphony,FIELDTYPE_SFInt32,0)
2369END_NODE(MIDIAudioSynth)
2372BEGIN_NODE(MIDIConverterIn)
2373EXPOSED_FIELD(MIDIConverterIn,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2374EXPOSED_FIELD(MIDIConverterIn,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2375EVENT_IN(MIDIConverterIn,octave,mfint32,octave,FIELDTYPE_MFInt32)
2376EVENT_IN(MIDIConverterIn,key12,mfint32,key12,FIELDTYPE_MFInt32)
2377EVENT_IN(MIDIConverterIn,key88,mfint32,key88,FIELDTYPE_MFInt32)
2378EVENT_IN(MIDIConverterIn,keyPiano,mfint32,keyPiano,FIELDTYPE_MFInt32)
2379EVENT_IN(MIDIConverterIn,pedal,sfbool,pedal,FIELDTYPE_SFBool)
2380EVENT_OUT(MIDIConverterIn,midiMsg,mfint32,midiMsg,FIELDTYPE_MFInt32)
2381EVENT_OUT(MIDIConverterIn,midiUmp,mfdouble,midiUmp,FIELDTYPE_MFDouble)
2382END_NODE(MIDIConverterIn)
2385BEGIN_NODE(MIDIConverterOut)
2386EXPOSED_FIELD(MIDIConverterOut,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2387EXPOSED_FIELD(MIDIConverterOut,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2388EVENT_OUT(MIDIConverterOut,octave,mfint32,octave,FIELDTYPE_MFInt32)
2389EVENT_OUT(MIDIConverterOut,key12,mfint32,key12,FIELDTYPE_MFInt32)
2390EVENT_OUT(MIDIConverterOut,key88,mfint32,key88,FIELDTYPE_MFInt32)
2391EVENT_OUT(MIDIConverterOut,keyPiano,mfint32,keyPiano,FIELDTYPE_MFInt32)
2392EVENT_OUT(MIDIConverterOut,pedal,sfbool,pedal,FIELDTYPE_SFBool)
2393EVENT_IN(MIDIConverterOut,midiMsg,mfint32,midiMsg,FIELDTYPE_MFInt32)
2394EVENT_IN(MIDIConverterOut,midiUmp,mfdouble,midiUmp,FIELDTYPE_MFDouble)
2395END_NODE(MIDIConverterOut)
2398BEGIN_NODE(MIDIDelay)
2399EXPOSED_FIELD(MIDIDelay,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2400EXPOSED_FIELD(MIDIDelay,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2401EXPOSED_FIELD(MIDIDelay,delay,sftime,delay,FIELDTYPE_SFTime,0)
2402EXPOSED_FIELD(MIDIDelay,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2406BEGIN_NODE(MIDIFileDestination)
2407EXPOSED_FIELD(MIDIFileDestination,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2408EXPOSED_FIELD(MIDIFileDestination,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2409EXPOSED_FIELD(MIDIFileDestination,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
2410EXPOSED_FIELD(MIDIFileDestination,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2411END_NODE(MIDIFileDestination)
2414BEGIN_NODE(MIDIFileSource)
2415EXPOSED_FIELD(MIDIFileSource,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2416EXPOSED_FIELD(MIDIFileSource,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2417EXPOSED_FIELD(MIDIFileSource,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
2418END_NODE(MIDIFileSource)
2422EXPOSED_FIELD(MIDIIn,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2423EXPOSED_FIELD(MIDIIn,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2424EVENT_IN(MIDIIn,midiMsg,mfint32,midiMsg,FIELDTYPE_MFInt32)
2425EVENT_IN(MIDIIn,midiUmp,mfdouble,midiUmp,FIELDTYPE_MFDouble)
2430EXPOSED_FIELD(MIDIOut,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2431EXPOSED_FIELD(MIDIOut,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2432EVENT_OUT(MIDIOut,midiMsg,mfint32,midiMsg,FIELDTYPE_MFInt32)
2433EVENT_OUT(MIDIOut,midiUmp,mfdouble,midiUmp,FIELDTYPE_MFDouble)
2434EXPOSED_FIELD(MIDIOut,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2438BEGIN_NODE(MIDIPortDestination)
2439EXPOSED_FIELD(MIDIPortDestination,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2440EXPOSED_FIELD(MIDIPortDestination,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2441EXPOSED_FIELD(MIDIPortDestination,port,sfint32,port,FIELDTYPE_SFInt32,UNCA_NONE)
2442EXPOSED_FIELD(MIDIPortDestination,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2443END_NODE(MIDIPortDestination)
2446BEGIN_NODE(MIDIPortSource)
2447EXPOSED_FIELD(MIDIPortSource,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2448EXPOSED_FIELD(MIDIPortSource,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2449EXPOSED_FIELD(MIDIPortSource,port,sfint32,port,FIELDTYPE_SFInt32,UNCA_NONE)
2450END_NODE(MIDIPortSource)
2453BEGIN_NODE(MIDIPrintDestination)
2454EXPOSED_FIELD(MIDIPrintDestination,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2455EXPOSED_FIELD(MIDIPrintDestination,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2456EXPOSED_FIELD(MIDIPrintDestination,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2457END_NODE(MIDIPrintDestination)
2460BEGIN_NODE(MIDIProgram)
2461EXPOSED_FIELD(MIDIProgram,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2462EXPOSED_FIELD(MIDIProgram,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2463EXPOSED_FIELD(MIDIProgram,instrument,sfint32,instrument,FIELDTYPE_SFInt32,0)
2464EXPOSED_FIELD(MIDIProgram,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
2465END_NODE(MIDIProgram)
2468BEGIN_NODE(MIDIToneMerger)
2469EXPOSED_FIELD(MIDIToneMerger,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2470EXPOSED_FIELD(MIDIToneMerger,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2471EXPOSED_FIELD(MIDIToneMerger,octave,sfint32,octave,FIELDTYPE_SFInt32,0)
2472EXPOSED_FIELD(MIDIToneMerger,channel,sfint32,channel,FIELDTYPE_SFInt32,0)
2473EVENT_OUT(MIDIToneMerger,midiMsg,mfint32,midiMsg,FIELDTYPE_MFInt32)
2474EVENT_OUT(MIDIToneMerger,midiUmp,mfdouble,midiUmp,FIELDTYPE_MFDouble)
2475EVENT_IN(MIDIToneMerger,C,sfbool,C,FIELDTYPE_SFBool)
2476EVENT_IN(MIDIToneMerger,Cs,sfbool,Cs,FIELDTYPE_SFBool)
2477EVENT_IN(MIDIToneMerger,D,sfbool,D,FIELDTYPE_SFBool)
2478EVENT_IN(MIDIToneMerger,Ds,sfbool,Ds,FIELDTYPE_SFBool)
2479EVENT_IN(MIDIToneMerger,E,sfbool,E,FIELDTYPE_SFBool)
2480EVENT_IN(MIDIToneMerger,F,sfbool,F,FIELDTYPE_SFBool)
2481EVENT_IN(MIDIToneMerger,Fs,sfbool,Fs,FIELDTYPE_SFBool)
2482EVENT_IN(MIDIToneMerger,G,sfbool,G,FIELDTYPE_SFBool)
2483EVENT_IN(MIDIToneMerger,Gs,sfbool,Gs,FIELDTYPE_SFBool)
2484EVENT_IN(MIDIToneMerger,A,sfbool,A,FIELDTYPE_SFBool)
2485EVENT_IN(MIDIToneMerger,As,sfbool,As,FIELDTYPE_SFBool)
2486EVENT_IN(MIDIToneMerger,B,sfbool,B,FIELDTYPE_SFBool)
2487EVENT_IN(MIDIToneMerger,pedal,sfbool,pedal,FIELDTYPE_SFBool)
2488END_NODE(MIDIToneMerger)
2491BEGIN_NODE(MIDIToneSplitter)
2492EXPOSED_FIELD(MIDIToneSplitter,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2493EXPOSED_FIELD(MIDIToneSplitter,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2494EXPOSED_FIELD(MIDIToneSplitter,octaveFilter,sfint32,octaveFilter,FIELDTYPE_SFInt32,0)
2495EXPOSED_FIELD(MIDIToneSplitter,channelFilter,sfint32,channelFilter,FIELDTYPE_SFInt32,0)
2496EVENT_IN(MIDIToneSplitter,midiMsg,mfint32,midiMsg,FIELDTYPE_MFInt32)
2497EVENT_IN(MIDIToneSplitter,midiUmp,mfdouble,midiUmp,FIELDTYPE_MFDouble)
2498EVENT_OUT(MIDIToneSplitter,C,sfbool,C,FIELDTYPE_SFBool)
2499EVENT_OUT(MIDIToneSplitter,Cs,sfbool,Cs,FIELDTYPE_SFBool)
2500EVENT_OUT(MIDIToneSplitter,D,sfbool,D,FIELDTYPE_SFBool)
2501EVENT_OUT(MIDIToneSplitter,Ds,sfbool,Ds,FIELDTYPE_SFBool)
2502EVENT_OUT(MIDIToneSplitter,E,sfbool,E,FIELDTYPE_SFBool)
2503EVENT_OUT(MIDIToneSplitter,F,sfbool,F,FIELDTYPE_SFBool)
2504EVENT_OUT(MIDIToneSplitter,Fs,sfbool,Fs,FIELDTYPE_SFBool)
2505EVENT_OUT(MIDIToneSplitter,G,sfbool,G,FIELDTYPE_SFBool)
2506EVENT_OUT(MIDIToneSplitter,Gs,sfbool,Gs,FIELDTYPE_SFBool)
2507EVENT_OUT(MIDIToneSplitter,A,sfbool,A,FIELDTYPE_SFBool)
2508EVENT_OUT(MIDIToneSplitter,As,sfbool,As,FIELDTYPE_SFBool)
2509EVENT_OUT(MIDIToneSplitter,B,sfbool,B,FIELDTYPE_SFBool)
2510EVENT_OUT(MIDIToneSplitter,pedal,sfbool,pedal,FIELDTYPE_SFBool)
2511END_NODE(MIDIToneSplitter)
2514BEGIN_NODE(MapEmitter)
2515EXPOSED_FIELD(MapEmitter,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2516EXPOSED_FIELD(MapEmitter,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
2517EXPOSED_FIELD(MapEmitter,speed,sffloat,speed,FIELDTYPE_SFFloat,UNCA_SPEED)
2518EXPOSED_FIELD(MapEmitter,variation,sffloat,variation,FIELDTYPE_SFFloat,UNCA_LENGTH)
2519EXPOSED_FIELD(MapEmitter,functionMap,sfnode,functionMap,FIELDTYPE_SFNode,0)
2520FIELD(MapEmitter,gridSize,sfvec2f,gridSize,FIELDTYPE_SFVec2f,0)
2521EXPOSED_FIELD(MapEmitter,emitterColor,mfcolor,emitterColor,FIELDTYPE_MFColor,0)
2522FIELD(MapEmitter,colorMatchTolerance,sffloat,colorMatchTolerance,FIELDTYPE_SFFloat,0)
2523EVENT_IN(MapEmitter,classified,sfbool,classified,FIELDTYPE_SFBool)
2524EVENT_IN(MapEmitter,eboxes,mfvec4f,eboxes,FIELDTYPE_MFVec4f)
2525EVENT_IN(MapEmitter,iboxes,mfvec4f,iboxes,FIELDTYPE_MFVec4f)
2529BEGIN_NODE(MapPhysicsModel)
2530EXPOSED_FIELD(MapPhysicsModel,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
2531EXPOSED_FIELD(MapPhysicsModel,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2532FIELD(MapPhysicsModel,gridSize,sfvec2f,gridSize,FIELDTYPE_SFVec2f,0)
2533EXPOSED_FIELD(MapPhysicsModel,functionMap,sfnode,functionMap,FIELDTYPE_SFNode,0)
2534FIELD(MapPhysicsModel,obstacleColor,sfcolor,obstacleColor,FIELDTYPE_SFColor,0)
2535FIELD(MapPhysicsModel,sinkColor,mfcolor,sinkColor,FIELDTYPE_MFColor,0)
2536FIELD(MapPhysicsModel,pauseColor,sfcolor,pauseColor,FIELDTYPE_SFColor,0)
2537EXPOSED_FIELD(MapPhysicsModel,pauseState,sfbool,pauseState,FIELDTYPE_SFBool,0)
2538FIELD(MapPhysicsModel,colorMatchTolerance,sffloat,colorMatchTolerance,FIELDTYPE_SFFloat,0)
2539EVENT_IN(MapPhysicsModel,classified,sfbool,classified,FIELDTYPE_SFBool)
2540EVENT_IN(MapPhysicsModel,eboxes,mfvec4f,eboxes,FIELDTYPE_MFVec4f)
2541EVENT_IN(MapPhysicsModel,iboxes,mfvec4f,iboxes,FIELDTYPE_MFVec4f)
2542END_NODE(MapPhysicsModel)
2546EXPOSED_FIELD(Material,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2547EXPOSED_FIELD(Material,emissiveColor,sfcolor,emissiveColor,FIELDTYPE_SFColor,UNCA_NONE)
2548EXPOSED_FIELD(Material,emissiveTexture,sfnode,emissiveTexture,FIELDTYPE_SFNode,UNCA_NONE)
2549EXPOSED_FIELD(Material,emissiveTextureMapping,sfstring,emissiveTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
2550EXPOSED_FIELD(Material,normalScale,sffloat,normalScale,FIELDTYPE_SFFloat,UNCA_NONE)
2551EXPOSED_FIELD(Material,normalTexture,sfnode,normalTexture,FIELDTYPE_SFNode,UNCA_NONE)
2552EXPOSED_FIELD(Material,normalTextureMapping,sfstring,normalTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
2553EXPOSED_FIELD(Material,transparency,sffloat,transparency,FIELDTYPE_SFFloat,UNCA_NONE)
2554EXPOSED_FIELD(Material,occlusionStrength,sffloat,occlusionStrength,FIELDTYPE_SFFloat,UNCA_NONE)
2555EXPOSED_FIELD(Material,occlusionTexture,sfnode,occlusionTexture,FIELDTYPE_SFNode,UNCA_NONE)
2556EXPOSED_FIELD(Material,occlusionTextureMapping,sfstring,occlusionTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
2557EXPOSED_FIELD(Material,ambientIntensity,sffloat,ambientIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
2558EXPOSED_FIELD(Material,ambientTexture,sfnode,ambientTexture,FIELDTYPE_SFNode,UNCA_NONE)
2559EXPOSED_FIELD(Material,ambientTextureMapping,sfstring,ambientTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
2560EXPOSED_FIELD(Material,diffuseColor,sfcolor,diffuseColor,FIELDTYPE_SFColor,UNCA_NONE)
2561EXPOSED_FIELD(Material,diffuseTexture,sfnode,diffuseTexture,FIELDTYPE_SFNode,UNCA_NONE)
2562EXPOSED_FIELD(Material,diffuseTextureMapping,sfstring,diffuseTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
2563EXPOSED_FIELD(Material,shininess,sffloat,shininess,FIELDTYPE_SFFloat,UNCA_NONE)
2564EXPOSED_FIELD(Material,shininessTexture,sfnode,shininessTexture,FIELDTYPE_SFNode,UNCA_NONE)
2565EXPOSED_FIELD(Material,shininessTextureMapping,sfstring,shininessTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
2566EXPOSED_FIELD(Material,specularColor,sfcolor,specularColor,FIELDTYPE_SFColor,UNCA_NONE)
2567EXPOSED_FIELD(Material,specularTexture,sfnode,specularTexture,FIELDTYPE_SFNode,UNCA_NONE)
2568EXPOSED_FIELD(Material,specularTextureMapping,sfstring,specularTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
2572BEGIN_NODE(Matrix3VertexAttribute)
2573EXPOSED_FIELD(Matrix3VertexAttribute,value,mfmatrix3f,value,FIELDTYPE_MFMatrix3f,UNCA_NONE)
2574EXPOSED_FIELD(Matrix3VertexAttribute,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
2575EXPOSED_FIELD(Matrix3VertexAttribute,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2576END_NODE(Matrix3VertexAttribute)
2579BEGIN_NODE(Matrix4VertexAttribute)
2580EXPOSED_FIELD(Matrix4VertexAttribute,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2581EXPOSED_FIELD(Matrix4VertexAttribute,value,mfmatrix4f,value,FIELDTYPE_MFMatrix4f,UNCA_NONE)
2582EXPOSED_FIELD(Matrix4VertexAttribute,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
2583END_NODE(Matrix4VertexAttribute)
2586BEGIN_NODE(MetadataBoolean)
2587EXPOSED_FIELD(MetadataBoolean,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2588EXPOSED_FIELD(MetadataBoolean,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
2589FIELD(MetadataBoolean,reference,sfstring,reference,FIELDTYPE_SFString,UNCA_NONE)
2590EXPOSED_FIELD(MetadataBoolean,value,mfbool,value,FIELDTYPE_MFBool,UNCA_NONE)
2591END_NODE(MetadataBoolean)
2594BEGIN_NODE(MetadataDouble)
2595EXPOSED_FIELD(MetadataDouble,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2596EXPOSED_FIELD(MetadataDouble,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
2597FIELD(MetadataDouble,reference,sfstring,reference,FIELDTYPE_SFString,UNCA_NONE)
2598EXPOSED_FIELD(MetadataDouble,value,mfdouble,value,FIELDTYPE_MFDouble,UNCA_NONE)
2599END_NODE(MetadataDouble)
2602BEGIN_NODE(MetadataFloat)
2603EXPOSED_FIELD(MetadataFloat,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2604EXPOSED_FIELD(MetadataFloat,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
2605FIELD(MetadataFloat,reference,sfstring,reference,FIELDTYPE_SFString,UNCA_NONE)
2606EXPOSED_FIELD(MetadataFloat,value,mffloat,value,FIELDTYPE_MFFloat,UNCA_NONE)
2607END_NODE(MetadataFloat)
2610BEGIN_NODE(MetadataInteger)
2611EXPOSED_FIELD(MetadataInteger,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2612EXPOSED_FIELD(MetadataInteger,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
2613FIELD(MetadataInteger,reference,sfstring,reference,FIELDTYPE_SFString,UNCA_NONE)
2614EXPOSED_FIELD(MetadataInteger,value,mfint32,value,FIELDTYPE_MFInt32,UNCA_NONE)
2615END_NODE(MetadataInteger)
2618BEGIN_NODE(MetadataMFBool)
2619EXPOSED_FIELD(MetadataMFBool,value,mfbool,value,FIELDTYPE_MFBool,UNCA_NONE)
2620EVENT_OUT(MetadataMFBool,valueChanged,mfbool,valueChanged,FIELDTYPE_MFBool)
2621EVENT_IN(MetadataMFBool,setValue,mfbool,setValue,FIELDTYPE_MFBool)
2622EVENT_IN(MetadataMFBool,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2623END_NODE(MetadataMFBool)
2626BEGIN_NODE(MetadataMFColor)
2627EXPOSED_FIELD(MetadataMFColor,value,mfcolor,value,FIELDTYPE_MFColor,UNCA_NONE)
2628EVENT_OUT(MetadataMFColor,valueChanged,mfcolor,valueChanged,FIELDTYPE_MFColor)
2629EVENT_IN(MetadataMFColor,setValue,mfcolor,setValue,FIELDTYPE_MFColor)
2630EVENT_IN(MetadataMFColor,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2631END_NODE(MetadataMFColor)
2634BEGIN_NODE(MetadataMFColorRGBA)
2635EXPOSED_FIELD(MetadataMFColorRGBA,value,mfcolorrgba,value,FIELDTYPE_MFColorRGBA,UNCA_NONE)
2636EVENT_OUT(MetadataMFColorRGBA,valueChanged,mfcolorrgba,valueChanged,FIELDTYPE_MFColorRGBA)
2637EVENT_IN(MetadataMFColorRGBA,setValue,mfcolorrgba,setValue,FIELDTYPE_MFColorRGBA)
2638EVENT_IN(MetadataMFColorRGBA,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2639END_NODE(MetadataMFColorRGBA)
2642BEGIN_NODE(MetadataMFDouble)
2643EXPOSED_FIELD(MetadataMFDouble,value,mfdouble,value,FIELDTYPE_MFDouble,UNCA_NONE)
2644EVENT_OUT(MetadataMFDouble,valueChanged,mfdouble,valueChanged,FIELDTYPE_MFDouble)
2645EVENT_IN(MetadataMFDouble,setValue,mfdouble,setValue,FIELDTYPE_MFDouble)
2646EVENT_IN(MetadataMFDouble,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2647END_NODE(MetadataMFDouble)
2650BEGIN_NODE(MetadataMFFloat)
2651EXPOSED_FIELD(MetadataMFFloat,value,mffloat,value,FIELDTYPE_MFFloat,UNCA_NONE)
2652EVENT_OUT(MetadataMFFloat,valueChanged,mffloat,valueChanged,FIELDTYPE_MFFloat)
2653EVENT_IN(MetadataMFFloat,setValue,mffloat,setValue,FIELDTYPE_MFFloat)
2654EVENT_IN(MetadataMFFloat,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2655END_NODE(MetadataMFFloat)
2658BEGIN_NODE(MetadataMFInt32)
2659EXPOSED_FIELD(MetadataMFInt32,value,mfint32,value,FIELDTYPE_MFInt32,UNCA_NONE)
2660EVENT_OUT(MetadataMFInt32,valueChanged,mfint32,valueChanged,FIELDTYPE_MFInt32)
2661EVENT_IN(MetadataMFInt32,setValue,mfint32,setValue,FIELDTYPE_MFInt32)
2662EVENT_IN(MetadataMFInt32,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2663END_NODE(MetadataMFInt32)
2666BEGIN_NODE(MetadataMFMatrix3d)
2667EXPOSED_FIELD(MetadataMFMatrix3d,value,mfmatrix3d,value,FIELDTYPE_MFMatrix3d,UNCA_NONE)
2668EVENT_OUT(MetadataMFMatrix3d,valueChanged,mfmatrix3d,valueChanged,FIELDTYPE_MFMatrix3d)
2669EVENT_IN(MetadataMFMatrix3d,setValue,mfmatrix3d,setValue,FIELDTYPE_MFMatrix3d)
2670EVENT_IN(MetadataMFMatrix3d,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2671END_NODE(MetadataMFMatrix3d)
2674BEGIN_NODE(MetadataMFMatrix3f)
2675EXPOSED_FIELD(MetadataMFMatrix3f,value,mfmatrix3f,value,FIELDTYPE_MFMatrix3f,UNCA_NONE)
2676EVENT_OUT(MetadataMFMatrix3f,valueChanged,mfmatrix3f,valueChanged,FIELDTYPE_MFMatrix3f)
2677EVENT_IN(MetadataMFMatrix3f,setValue,mfmatrix3f,setValue,FIELDTYPE_MFMatrix3f)
2678EVENT_IN(MetadataMFMatrix3f,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2679END_NODE(MetadataMFMatrix3f)
2682BEGIN_NODE(MetadataMFMatrix4d)
2683EXPOSED_FIELD(MetadataMFMatrix4d,value,mfmatrix4d,value,FIELDTYPE_MFMatrix4d,UNCA_NONE)
2684EVENT_OUT(MetadataMFMatrix4d,valueChanged,mfmatrix4d,valueChanged,FIELDTYPE_MFMatrix4d)
2685EVENT_IN(MetadataMFMatrix4d,setValue,mfmatrix4d,setValue,FIELDTYPE_MFMatrix4d)
2686EVENT_IN(MetadataMFMatrix4d,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2687END_NODE(MetadataMFMatrix4d)
2690BEGIN_NODE(MetadataMFMatrix4f)
2691EXPOSED_FIELD(MetadataMFMatrix4f,value,mfmatrix4f,value,FIELDTYPE_MFMatrix4f,UNCA_NONE)
2692EVENT_OUT(MetadataMFMatrix4f,valueChanged,mfmatrix4f,valueChanged,FIELDTYPE_MFMatrix4f)
2693EVENT_IN(MetadataMFMatrix4f,setValue,mfmatrix4f,setValue,FIELDTYPE_MFMatrix4f)
2694EVENT_IN(MetadataMFMatrix4f,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2695END_NODE(MetadataMFMatrix4f)
2698BEGIN_NODE(MetadataMFNode)
2699EXPOSED_FIELD(MetadataMFNode,value,mfnode,value,FIELDTYPE_MFNode,UNCA_NONE)
2700EVENT_OUT(MetadataMFNode,valueChanged,mfnode,valueChanged,FIELDTYPE_MFNode)
2701EVENT_IN(MetadataMFNode,setValue,mfnode,setValue,FIELDTYPE_MFNode)
2702EVENT_IN(MetadataMFNode,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2703END_NODE(MetadataMFNode)
2706BEGIN_NODE(MetadataMFRotation)
2707EXPOSED_FIELD(MetadataMFRotation,value,mfrotation,value,FIELDTYPE_MFRotation,UNCA_ANGLE)
2708EVENT_OUT(MetadataMFRotation,valueChanged,mfrotation,valueChanged,FIELDTYPE_MFRotation)
2709EVENT_IN(MetadataMFRotation,setValue,mfrotation,setValue,FIELDTYPE_MFRotation)
2710EVENT_IN(MetadataMFRotation,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2711END_NODE(MetadataMFRotation)
2714BEGIN_NODE(MetadataMFString)
2715EXPOSED_FIELD(MetadataMFString,value,mfstring,value,FIELDTYPE_MFString,UNCA_NONE)
2716EVENT_OUT(MetadataMFString,valueChanged,mfstring,valueChanged,FIELDTYPE_MFString)
2717EVENT_IN(MetadataMFString,setValue,mfstring,setValue,FIELDTYPE_MFString)
2718EVENT_IN(MetadataMFString,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2719END_NODE(MetadataMFString)
2722BEGIN_NODE(MetadataMFTime)
2723EXPOSED_FIELD(MetadataMFTime,value,mftime,value,FIELDTYPE_MFTime,UNCA_NONE)
2724EVENT_OUT(MetadataMFTime,valueChanged,mftime,valueChanged,FIELDTYPE_MFTime)
2725EVENT_IN(MetadataMFTime,setValue,mftime,setValue,FIELDTYPE_MFTime)
2726EVENT_IN(MetadataMFTime,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2727END_NODE(MetadataMFTime)
2730BEGIN_NODE(MetadataMFVec2d)
2731EXPOSED_FIELD(MetadataMFVec2d,value,mfvec2d,value,FIELDTYPE_MFVec2d,UNCA_NONE)
2732EVENT_OUT(MetadataMFVec2d,valueChanged,mfvec2d,valueChanged,FIELDTYPE_MFVec2d)
2733EVENT_IN(MetadataMFVec2d,setValue,mfvec2d,setValue,FIELDTYPE_MFVec2d)
2734EVENT_IN(MetadataMFVec2d,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2735END_NODE(MetadataMFVec2d)
2738BEGIN_NODE(MetadataMFVec2f)
2739EXPOSED_FIELD(MetadataMFVec2f,value,mfvec2f,value,FIELDTYPE_MFVec2f,UNCA_NONE)
2740EVENT_OUT(MetadataMFVec2f,valueChanged,mfvec2f,valueChanged,FIELDTYPE_MFVec2f)
2741EVENT_IN(MetadataMFVec2f,setValue,mfvec2f,setValue,FIELDTYPE_MFVec2f)
2742EVENT_IN(MetadataMFVec2f,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2743END_NODE(MetadataMFVec2f)
2746BEGIN_NODE(MetadataMFVec3d)
2747EXPOSED_FIELD(MetadataMFVec3d,value,mfvec3d,value,FIELDTYPE_MFVec3d,UNCA_NONE)
2748EVENT_OUT(MetadataMFVec3d,valueChanged,mfvec3d,valueChanged,FIELDTYPE_MFVec3d)
2749EVENT_IN(MetadataMFVec3d,setValue,mfvec3d,setValue,FIELDTYPE_MFVec3d)
2750EVENT_IN(MetadataMFVec3d,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2751END_NODE(MetadataMFVec3d)
2754BEGIN_NODE(MetadataMFVec3f)
2755EXPOSED_FIELD(MetadataMFVec3f,value,mfvec3f,value,FIELDTYPE_MFVec3f,UNCA_NONE)
2756EVENT_OUT(MetadataMFVec3f,valueChanged,mfvec3f,valueChanged,FIELDTYPE_MFVec3f)
2757EVENT_IN(MetadataMFVec3f,setValue,mfvec3f,setValue,FIELDTYPE_MFVec3f)
2758EVENT_IN(MetadataMFVec3f,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2759END_NODE(MetadataMFVec3f)
2762BEGIN_NODE(MetadataMFVec4d)
2763EXPOSED_FIELD(MetadataMFVec4d,value,mfvec4d,value,FIELDTYPE_MFVec4d,UNCA_NONE)
2764EVENT_OUT(MetadataMFVec4d,valueChanged,mfvec4d,valueChanged,FIELDTYPE_MFVec4d)
2765EVENT_IN(MetadataMFVec4d,setValue,mfvec4d,setValue,FIELDTYPE_MFVec4d)
2766EVENT_IN(MetadataMFVec4d,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2767END_NODE(MetadataMFVec4d)
2770BEGIN_NODE(MetadataMFVec4f)
2771EXPOSED_FIELD(MetadataMFVec4f,value,mfvec4f,value,FIELDTYPE_MFVec4f,UNCA_NONE)
2772EVENT_OUT(MetadataMFVec4f,valueChanged,mfvec4f,valueChanged,FIELDTYPE_MFVec4f)
2773EVENT_IN(MetadataMFVec4f,setValue,mfvec4f,setValue,FIELDTYPE_MFVec4f)
2774EVENT_IN(MetadataMFVec4f,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2775END_NODE(MetadataMFVec4f)
2778BEGIN_NODE(MetadataSFBool)
2779EXPOSED_FIELD(MetadataSFBool,value,sfbool,value,FIELDTYPE_SFBool,UNCA_NONE)
2780EVENT_OUT(MetadataSFBool,valueChanged,sfbool,valueChanged,FIELDTYPE_SFBool)
2781EVENT_IN(MetadataSFBool,setValue,sfbool,setValue,FIELDTYPE_SFBool)
2782EVENT_IN(MetadataSFBool,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2783END_NODE(MetadataSFBool)
2786BEGIN_NODE(MetadataSFColor)
2787EXPOSED_FIELD(MetadataSFColor,value,sfcolor,value,FIELDTYPE_SFColor,UNCA_NONE)
2788EVENT_OUT(MetadataSFColor,valueChanged,sfcolor,valueChanged,FIELDTYPE_SFColor)
2789EVENT_IN(MetadataSFColor,setValue,sfcolor,setValue,FIELDTYPE_SFColor)
2790EVENT_IN(MetadataSFColor,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2791END_NODE(MetadataSFColor)
2794BEGIN_NODE(MetadataSFColorRGBA)
2795EXPOSED_FIELD(MetadataSFColorRGBA,value,sfcolorrgba,value,FIELDTYPE_SFColorRGBA,UNCA_NONE)
2796EVENT_OUT(MetadataSFColorRGBA,valueChanged,sfcolorrgba,valueChanged,FIELDTYPE_SFColorRGBA)
2797EVENT_IN(MetadataSFColorRGBA,setValue,sfcolorrgba,setValue,FIELDTYPE_SFColorRGBA)
2798EVENT_IN(MetadataSFColorRGBA,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2799END_NODE(MetadataSFColorRGBA)
2802BEGIN_NODE(MetadataSFDouble)
2803EXPOSED_FIELD(MetadataSFDouble,value,sfdouble,value,FIELDTYPE_SFDouble,UNCA_NONE)
2804EVENT_OUT(MetadataSFDouble,valueChanged,sfdouble,valueChanged,FIELDTYPE_SFDouble)
2805EVENT_IN(MetadataSFDouble,setValue,sfdouble,setValue,FIELDTYPE_SFDouble)
2806EVENT_IN(MetadataSFDouble,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2807END_NODE(MetadataSFDouble)
2810BEGIN_NODE(MetadataSFFloat)
2811EXPOSED_FIELD(MetadataSFFloat,value,sffloat,value,FIELDTYPE_SFFloat,UNCA_NONE)
2812EVENT_OUT(MetadataSFFloat,valueChanged,sffloat,valueChanged,FIELDTYPE_SFFloat)
2813EVENT_IN(MetadataSFFloat,setValue,sffloat,setValue,FIELDTYPE_SFFloat)
2814EVENT_IN(MetadataSFFloat,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2815END_NODE(MetadataSFFloat)
2818BEGIN_NODE(MetadataSFImage)
2819EXPOSED_FIELD(MetadataSFImage,value,sfimage,value,FIELDTYPE_SFImage,UNCA_NONE)
2820EVENT_OUT(MetadataSFImage,valueChanged,sfimage,valueChanged,FIELDTYPE_SFImage)
2821EVENT_IN(MetadataSFImage,setValue,sfimage,setValue,FIELDTYPE_SFImage)
2822EVENT_IN(MetadataSFImage,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2823END_NODE(MetadataSFImage)
2826BEGIN_NODE(MetadataSFInt32)
2827EXPOSED_FIELD(MetadataSFInt32,value,sfint32,value,FIELDTYPE_SFInt32,UNCA_NONE)
2828EVENT_OUT(MetadataSFInt32,valueChanged,sfint32,valueChanged,FIELDTYPE_SFInt32)
2829EVENT_IN(MetadataSFInt32,setValue,sfint32,setValue,FIELDTYPE_SFInt32)
2830EVENT_IN(MetadataSFInt32,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2831END_NODE(MetadataSFInt32)
2834BEGIN_NODE(MetadataSFMatrix3d)
2835EXPOSED_FIELD(MetadataSFMatrix3d,value,sfmatrix3d,value,FIELDTYPE_SFMatrix3d,UNCA_NONE)
2836EVENT_OUT(MetadataSFMatrix3d,valueChanged,sfmatrix3d,valueChanged,FIELDTYPE_SFMatrix3d)
2837EVENT_IN(MetadataSFMatrix3d,setValue,sfmatrix3d,setValue,FIELDTYPE_SFMatrix3d)
2838EVENT_IN(MetadataSFMatrix3d,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2839END_NODE(MetadataSFMatrix3d)
2842BEGIN_NODE(MetadataSFMatrix3f)
2843EXPOSED_FIELD(MetadataSFMatrix3f,value,sfmatrix3f,value,FIELDTYPE_SFMatrix3f,UNCA_NONE)
2844EVENT_OUT(MetadataSFMatrix3f,valueChanged,sfmatrix3f,valueChanged,FIELDTYPE_SFMatrix3f)
2845EVENT_IN(MetadataSFMatrix3f,setValue,sfmatrix3f,setValue,FIELDTYPE_SFMatrix3f)
2846EVENT_IN(MetadataSFMatrix3f,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2847END_NODE(MetadataSFMatrix3f)
2850BEGIN_NODE(MetadataSFMatrix4d)
2851EXPOSED_FIELD(MetadataSFMatrix4d,value,sfmatrix4d,value,FIELDTYPE_SFMatrix4d,UNCA_NONE)
2852EVENT_OUT(MetadataSFMatrix4d,valueChanged,sfmatrix4d,valueChanged,FIELDTYPE_SFMatrix4d)
2853EVENT_IN(MetadataSFMatrix4d,setValue,sfmatrix4d,setValue,FIELDTYPE_SFMatrix4d)
2854EVENT_IN(MetadataSFMatrix4d,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2855END_NODE(MetadataSFMatrix4d)
2858BEGIN_NODE(MetadataSFMatrix4f)
2859EXPOSED_FIELD(MetadataSFMatrix4f,value,sfmatrix4f,value,FIELDTYPE_SFMatrix4f,UNCA_NONE)
2860EVENT_OUT(MetadataSFMatrix4f,valueChanged,sfmatrix4f,valueChanged,FIELDTYPE_SFMatrix4f)
2861EVENT_IN(MetadataSFMatrix4f,setValue,sfmatrix4f,setValue,FIELDTYPE_SFMatrix4f)
2862EVENT_IN(MetadataSFMatrix4f,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2863END_NODE(MetadataSFMatrix4f)
2866BEGIN_NODE(MetadataSFNode)
2867EXPOSED_FIELD(MetadataSFNode,value,sfnode,value,FIELDTYPE_SFNode,UNCA_NONE)
2868EVENT_OUT(MetadataSFNode,valueChanged,sfnode,valueChanged,FIELDTYPE_SFNode)
2869EVENT_IN(MetadataSFNode,setValue,sfnode,setValue,FIELDTYPE_SFNode)
2870EVENT_IN(MetadataSFNode,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2871END_NODE(MetadataSFNode)
2874BEGIN_NODE(MetadataSFRotation)
2875EXPOSED_FIELD(MetadataSFRotation,value,sfrotation,value,FIELDTYPE_SFRotation,UNCA_ANGLE)
2876EVENT_OUT(MetadataSFRotation,valueChanged,sfrotation,valueChanged,FIELDTYPE_SFRotation)
2877EVENT_IN(MetadataSFRotation,setValue,sfrotation,setValue,FIELDTYPE_SFRotation)
2878EVENT_IN(MetadataSFRotation,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2879END_NODE(MetadataSFRotation)
2882BEGIN_NODE(MetadataSFString)
2883EXPOSED_FIELD(MetadataSFString,value,sfstring,value,FIELDTYPE_SFString,UNCA_NONE)
2884EVENT_OUT(MetadataSFString,valueChanged,sfstring,valueChanged,FIELDTYPE_SFString)
2885EVENT_IN(MetadataSFString,setValue,sfstring,setValue,FIELDTYPE_SFString)
2886EVENT_IN(MetadataSFString,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2887END_NODE(MetadataSFString)
2890BEGIN_NODE(MetadataSFTime)
2891EXPOSED_FIELD(MetadataSFTime,value,sftime,value,FIELDTYPE_SFTime,UNCA_NONE)
2892EVENT_OUT(MetadataSFTime,valueChanged,sftime,valueChanged,FIELDTYPE_SFTime)
2893EVENT_IN(MetadataSFTime,setValue,sftime,setValue,FIELDTYPE_SFTime)
2894EVENT_IN(MetadataSFTime,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2895END_NODE(MetadataSFTime)
2898BEGIN_NODE(MetadataSFVec2d)
2899EXPOSED_FIELD(MetadataSFVec2d,value,sfvec2d,value,FIELDTYPE_SFVec2d,UNCA_NONE)
2900EVENT_OUT(MetadataSFVec2d,valueChanged,sfvec2d,valueChanged,FIELDTYPE_SFVec2d)
2901EVENT_IN(MetadataSFVec2d,setValue,sfvec2d,setValue,FIELDTYPE_SFVec2d)
2902EVENT_IN(MetadataSFVec2d,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2903END_NODE(MetadataSFVec2d)
2906BEGIN_NODE(MetadataSFVec2f)
2907EXPOSED_FIELD(MetadataSFVec2f,value,sfvec2f,value,FIELDTYPE_SFVec2f,UNCA_NONE)
2908EVENT_OUT(MetadataSFVec2f,valueChanged,sfvec2f,valueChanged,FIELDTYPE_SFVec2f)
2909EVENT_IN(MetadataSFVec2f,setValue,sfvec2f,setValue,FIELDTYPE_SFVec2f)
2910EVENT_IN(MetadataSFVec2f,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2911END_NODE(MetadataSFVec2f)
2914BEGIN_NODE(MetadataSFVec3d)
2915EXPOSED_FIELD(MetadataSFVec3d,value,sfvec3d,value,FIELDTYPE_SFVec3d,UNCA_NONE)
2916EVENT_OUT(MetadataSFVec3d,valueChanged,sfvec3d,valueChanged,FIELDTYPE_SFVec3d)
2917EVENT_IN(MetadataSFVec3d,setValue,sfvec3d,setValue,FIELDTYPE_SFVec3d)
2918EVENT_IN(MetadataSFVec3d,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2919END_NODE(MetadataSFVec3d)
2922BEGIN_NODE(MetadataSFVec3f)
2923EXPOSED_FIELD(MetadataSFVec3f,value,sfvec3f,value,FIELDTYPE_SFVec3f,UNCA_NONE)
2924EVENT_OUT(MetadataSFVec3f,valueChanged,sfvec3f,valueChanged,FIELDTYPE_SFVec3f)
2925EVENT_IN(MetadataSFVec3f,setValue,sfvec3f,setValue,FIELDTYPE_SFVec3f)
2926EVENT_IN(MetadataSFVec3f,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2927END_NODE(MetadataSFVec3f)
2930BEGIN_NODE(MetadataSFVec4d)
2931EXPOSED_FIELD(MetadataSFVec4d,value,sfvec4d,value,FIELDTYPE_SFVec4d,UNCA_NONE)
2932EVENT_OUT(MetadataSFVec4d,valueChanged,sfvec4d,valueChanged,FIELDTYPE_SFVec4d)
2933EVENT_IN(MetadataSFVec4d,setValue,sfvec4d,setValue,FIELDTYPE_SFVec4d)
2934EVENT_IN(MetadataSFVec4d,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2935END_NODE(MetadataSFVec4d)
2938BEGIN_NODE(MetadataSFVec4f)
2939EXPOSED_FIELD(MetadataSFVec4f,value,sfvec4f,value,FIELDTYPE_SFVec4f,UNCA_NONE)
2940EVENT_OUT(MetadataSFVec4f,valueChanged,sfvec4f,valueChanged,FIELDTYPE_SFVec4f)
2941EVENT_IN(MetadataSFVec4f,setValue,sfvec4f,setValue,FIELDTYPE_SFVec4f)
2942EVENT_IN(MetadataSFVec4f,tickTime,sftime,tickTime,FIELDTYPE_SFTime)
2943END_NODE(MetadataSFVec4f)
2946BEGIN_NODE(MetadataSet)
2947EXPOSED_FIELD(MetadataSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2948EXPOSED_FIELD(MetadataSet,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
2949FIELD(MetadataSet,reference,sfstring,reference,FIELDTYPE_SFString,UNCA_NONE)
2950EXPOSED_FIELD(MetadataSet,value,mfnode,value,FIELDTYPE_MFNode,UNCA_NONE)
2951END_NODE(MetadataSet)
2954BEGIN_NODE(MetadataString)
2955EXPOSED_FIELD(MetadataString,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2956EXPOSED_FIELD(MetadataString,name,sfstring,name,FIELDTYPE_SFString,UNCA_NONE)
2957FIELD(MetadataString,reference,sfstring,reference,FIELDTYPE_SFString,UNCA_NONE)
2958EXPOSED_FIELD(MetadataString,value,mfstring,value,FIELDTYPE_MFString,UNCA_NONE)
2959END_NODE(MetadataString)
2962BEGIN_NODE(MicrophoneSource)
2963EXPOSED_FIELD(MicrophoneSource,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
2964EXPOSED_FIELD(MicrophoneSource,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
2965EXPOSED_FIELD(MicrophoneSource,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
2966EXPOSED_FIELD(MicrophoneSource,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2967EXPOSED_FIELD(MicrophoneSource,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
2968EXPOSED_FIELD(MicrophoneSource,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
2969EXPOSED_FIELD(MicrophoneSource,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
2970EXPOSED_FIELD(MicrophoneSource,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
2971EXPOSED_FIELD(MicrophoneSource,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
2972EVENT_OUT(MicrophoneSource,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
2973EVENT_OUT(MicrophoneSource,isActive,sfbool,isActive,FIELDTYPE_SFBool)
2974EVENT_OUT(MicrophoneSource,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
2975EXPOSED_FIELD(MicrophoneSource,mediaDeviceID,sfstring,mediaDeviceID,FIELDTYPE_SFString,UNCA_NONE)
2976END_NODE(MicrophoneSource)
2979BEGIN_NODE(MotorJoint)
2980EXPOSED_FIELD(MotorJoint,axis1Angle,sffloat,axis1Angle,FIELDTYPE_SFFloat,UNCA_ANGLE)
2981EXPOSED_FIELD(MotorJoint,axis1Torque,sffloat,axis1Torque,FIELDTYPE_SFFloat,UNCA_TORQUE)
2982EXPOSED_FIELD(MotorJoint,axis2Angle,sffloat,axis2Angle,FIELDTYPE_SFFloat,UNCA_ANGLE)
2983EXPOSED_FIELD(MotorJoint,axis2Torque,sffloat,axis2Torque,FIELDTYPE_SFFloat,UNCA_TORQUE)
2984EXPOSED_FIELD(MotorJoint,axis3Angle,sffloat,axis3Angle,FIELDTYPE_SFFloat,UNCA_ANGLE)
2985EXPOSED_FIELD(MotorJoint,axis3Torque,sffloat,axis3Torque,FIELDTYPE_SFFloat,UNCA_TORQUE)
2986EXPOSED_FIELD(MotorJoint,body1,sfnode,body1,FIELDTYPE_SFNode,UNCA_NONE)
2987EXPOSED_FIELD(MotorJoint,body2,sfnode,body2,FIELDTYPE_SFNode,UNCA_NONE)
2988EXPOSED_FIELD(MotorJoint,enabledAxes,sfint32,enabledAxes,FIELDTYPE_SFInt32,UNCA_NONE)
2989EXPOSED_FIELD(MotorJoint,forceOutput,mfstring,forceOutput,FIELDTYPE_MFString,UNCA_NONE)
2990EXPOSED_FIELD(MotorJoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
2991EVENT_OUT(MotorJoint,motor1Axis,sfvec3f,motor1Axis,FIELDTYPE_SFVec3f)
2992EVENT_OUT(MotorJoint,motor2Axis,sfvec3f,motor2Axis,FIELDTYPE_SFVec3f)
2993EVENT_OUT(MotorJoint,motor3Axis,sfvec3f,motor3Axis,FIELDTYPE_SFVec3f)
2994EXPOSED_FIELD(MotorJoint,stop1Bounce,sffloat,stop1Bounce,FIELDTYPE_SFFloat,UNCA_NONE)
2995EXPOSED_FIELD(MotorJoint,stop1ErrorCorrection,sffloat,stop1ErrorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
2996EXPOSED_FIELD(MotorJoint,stop2Bounce,sffloat,stop2Bounce,FIELDTYPE_SFFloat,UNCA_NONE)
2997EXPOSED_FIELD(MotorJoint,stop2ErrorCorrection,sffloat,stop2ErrorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
2998EXPOSED_FIELD(MotorJoint,stop3Bounce,sffloat,stop3Bounce,FIELDTYPE_SFFloat,UNCA_NONE)
2999EXPOSED_FIELD(MotorJoint,stop3ErrorCorrection,sffloat,stop3ErrorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
3000EVENT_OUT(MotorJoint,motor1Angle,sffloat,motor1Angle,FIELDTYPE_SFFloat)
3001EVENT_OUT(MotorJoint,motor1AngleRate,sffloat,motor1AngleRate,FIELDTYPE_SFFloat)
3002EVENT_OUT(MotorJoint,motor2Angle,sffloat,motor2Angle,FIELDTYPE_SFFloat)
3003EVENT_OUT(MotorJoint,motor2AngleRate,sffloat,motor2AngleRate,FIELDTYPE_SFFloat)
3004EVENT_OUT(MotorJoint,motor3Angle,sffloat,motor3Angle,FIELDTYPE_SFFloat)
3005EVENT_OUT(MotorJoint,motor3AngleRate,sffloat,motor3AngleRate,FIELDTYPE_SFFloat)
3006FIELD(MotorJoint,autoCalc,sfbool,autoCalc,FIELDTYPE_SFBool,UNCA_NONE)
3010BEGIN_NODE(MovieTexture)
3011EXPOSED_FIELD(MovieTexture,autoRefresh,sftime,autoRefresh,FIELDTYPE_SFTime,UNCA_NONE)
3012EXPOSED_FIELD(MovieTexture,autoRefreshTimeLimit,sftime,autoRefreshTimeLimit,FIELDTYPE_SFTime,UNCA_NONE)
3013EXPOSED_FIELD(MovieTexture,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
3014EXPOSED_FIELD(MovieTexture,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
3015EXPOSED_FIELD(MovieTexture,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3016EXPOSED_FIELD(MovieTexture,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3017EXPOSED_FIELD(MovieTexture,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
3018EXPOSED_FIELD(MovieTexture,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3019EXPOSED_FIELD(MovieTexture,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
3020EXPOSED_FIELD(MovieTexture,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
3021EXPOSED_FIELD(MovieTexture,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
3022EXPOSED_FIELD(MovieTexture,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
3023EXPOSED_FIELD(MovieTexture,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
3024EVENT_OUT(MovieTexture,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
3025EVENT_OUT(MovieTexture,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3026EVENT_OUT(MovieTexture,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
3027EXPOSED_FIELD(MovieTexture,loop,sfbool,loop,FIELDTYPE_SFBool,UNCA_NONE)
3028EXPOSED_FIELD(MovieTexture,pitch,sffloat,pitch,FIELDTYPE_SFFloat,UNCA_NONE)
3029EVENT_OUT(MovieTexture,duration_changed,sftime,duration_changed,FIELDTYPE_SFTime)
3030FIELD(MovieTexture,repeatS,sfbool,repeatS,FIELDTYPE_SFBool,UNCA_NONE)
3031FIELD(MovieTexture,repeatT,sfbool,repeatT,FIELDTYPE_SFBool,UNCA_NONE)
3032FIELD(MovieTexture,textureProperties,sfnode,textureProperties,FIELDTYPE_SFNode,UNCA_NONE)
3033EXPOSED_FIELD(MovieTexture,speed,sffloat,speed,FIELDTYPE_SFFloat,UNCA_NONE)
3034END_NODE(MovieTexture)
3037BEGIN_NODE(MultiTexture)
3038EXPOSED_FIELD(MultiTexture,alpha,sffloat,alpha,FIELDTYPE_SFFloat,UNCA_NONE)
3039EXPOSED_FIELD(MultiTexture,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
3040EXPOSED_FIELD(MultiTexture,function,mfstring,function,FIELDTYPE_MFString,UNCA_NONE)
3041EXPOSED_FIELD(MultiTexture,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3042EXPOSED_FIELD(MultiTexture,mode,mfstring,mode,FIELDTYPE_MFString,UNCA_NONE)
3043EXPOSED_FIELD(MultiTexture,source,mfstring,source,FIELDTYPE_MFString,UNCA_NONE)
3044EXPOSED_FIELD(MultiTexture,texture,mfnode,texture,FIELDTYPE_MFNode,UNCA_NONE)
3045END_NODE(MultiTexture)
3048BEGIN_NODE(MultiTextureCoordinate)
3049EXPOSED_FIELD(MultiTextureCoordinate,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3050EXPOSED_FIELD(MultiTextureCoordinate,texCoord,mfnode,texCoord,FIELDTYPE_MFNode,UNCA_NONE)
3051END_NODE(MultiTextureCoordinate)
3054BEGIN_NODE(MultiTextureTransform)
3055EXPOSED_FIELD(MultiTextureTransform,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3056EXPOSED_FIELD(MultiTextureTransform,textureTransform,mfnode,textureTransform,FIELDTYPE_MFNode,UNCA_NONE)
3057END_NODE(MultiTextureTransform)
3060BEGIN_NODE(MultiTouchSensor)
3061EXPOSED_FIELD(MultiTouchSensor,autoOffset,sfbool,autoOffset,FIELDTYPE_SFBool,UNCA_NONE)
3062EXPOSED_FIELD(MultiTouchSensor,axisRotation,sfrotation,axisRotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
3063EXPOSED_FIELD(MultiTouchSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3064EXPOSED_FIELD(MultiTouchSensor,maxPosition,sfvec2f,maxPosition,FIELDTYPE_SFVec2f,UNCA_LENGTH)
3065EXPOSED_FIELD(MultiTouchSensor,minPosition,sfvec2f,minPosition,FIELDTYPE_SFVec2f,UNCA_LENGTH)
3066EXPOSED_FIELD(MultiTouchSensor,offset,sfvec3f,offset,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3067EVENT_OUT(MultiTouchSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3068EVENT_OUT(MultiTouchSensor,isOver,sfbool,isOver,FIELDTYPE_SFBool)
3069EXPOSED_FIELD(MultiTouchSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3070EVENT_OUT(MultiTouchSensor,translation_changed,sfvec3f,translation_changed,FIELDTYPE_SFVec3f)
3071EXPOSED_FIELD(MultiTouchSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3072FIELD(MultiTouchSensor,sensorLocalOutput,sfbool,sensorLocalOutput,FIELDTYPE_SFBool,UNCA_NONE)
3073EXPOSED_FIELD(MultiTouchSensor,translationOffset,sfvec3f,translationOffset,FIELDTYPE_SFVec3f,UNCA_NONE)
3074EXPOSED_FIELD(MultiTouchSensor,rotationOffset,sfrotation,rotationOffset,FIELDTYPE_SFRotation,UNCA_NONE)
3075EXPOSED_FIELD(MultiTouchSensor,scaleOffset,sfvec3f,scaleOffset,FIELDTYPE_SFVec3f,UNCA_NONE)
3076EXPOSED_FIELD(MultiTouchSensor,minScale,sfvec3f,minScale,FIELDTYPE_SFVec3f,UNCA_NONE)
3077EXPOSED_FIELD(MultiTouchSensor,maxScale,sfvec3f,maxScale,FIELDTYPE_SFVec3f,UNCA_NONE)
3078EVENT_OUT(MultiTouchSensor,rotation_changed,sfrotation,rotation_changed,FIELDTYPE_SFRotation)
3079EVENT_OUT(MultiTouchSensor,scale_changed,sfvec3f,scale_changed,FIELDTYPE_SFVec3f)
3080EVENT_OUT(MultiTouchSensor,trackPoints_changed,mfvec3f,trackPoints_changed,FIELDTYPE_MFVec3f)
3081EVENT_OUT(MultiTouchSensor,touches_changed,mfint32,touches_changed,FIELDTYPE_MFInt32)
3082END_NODE(MultiTouchSensor)
3085BEGIN_NODE(NavigationInfo)
3086EVENT_IN(NavigationInfo,set_bind,sfbool,set_bind,FIELDTYPE_SFBool)
3087EXPOSED_FIELD(NavigationInfo,avatarSize,mffloat,avatarSize,FIELDTYPE_MFFloat,UNCA_LENGTH)
3088EXPOSED_FIELD(NavigationInfo,headlight,sfbool,headlight,FIELDTYPE_SFBool,UNCA_NONE)
3089EXPOSED_FIELD(NavigationInfo,speed,sffloat,speed,FIELDTYPE_SFFloat,UNCA_SPEED)
3090EXPOSED_FIELD(NavigationInfo,type,mfstring,type,FIELDTYPE_MFString,UNCA_NONE)
3091EXPOSED_FIELD(NavigationInfo,visibilityLimit,sffloat,visibilityLimit,FIELDTYPE_SFFloat,UNCA_LENGTH)
3092EVENT_OUT(NavigationInfo,isBound,sfbool,isBound,FIELDTYPE_SFBool)
3093EXPOSED_FIELD(NavigationInfo,transitionType,mfstring,transitionType,FIELDTYPE_MFString,UNCA_NONE)
3094EVENT_OUT(NavigationInfo,bindTime,sftime,bindTime,FIELDTYPE_SFTime)
3095EXPOSED_FIELD(NavigationInfo,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3096EXPOSED_FIELD(NavigationInfo,transitionTime,sftime,transitionTime,FIELDTYPE_SFTime,UNCA_NONE)
3097EVENT_OUT(NavigationInfo,transitionComplete,sfbool,transitionComplete,FIELDTYPE_SFBool)
3098END_NODE(NavigationInfo)
3102EXPOSED_FIELD(Normal,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3103EXPOSED_FIELD(Normal,vector,mfvec3f,vector,FIELDTYPE_MFVec3f,UNCA_NONE)
3107BEGIN_NODE(NormalInterpolator)
3108EVENT_IN(NormalInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
3109EXPOSED_FIELD(NormalInterpolator,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
3110EXPOSED_FIELD(NormalInterpolator,keyValue,mfvec3f,keyValue,FIELDTYPE_MFVec3f,UNCA_NONE)
3111EXPOSED_FIELD(NormalInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3112EVENT_OUT(NormalInterpolator,value_changed,mfvec3f,value_changed,FIELDTYPE_MFVec3f)
3113END_NODE(NormalInterpolator)
3116BEGIN_NODE(NormalMorpher)
3117EVENT_IN(NormalMorpher,set_weights,mffloat,set_weights,FIELDTYPE_MFFloat)
3118EXPOSED_FIELD(NormalMorpher,keyValue,mfvec3f,keyValue,FIELDTYPE_MFVec3f,UNCA_NONE)
3119EXPOSED_FIELD(NormalMorpher,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3120EVENT_OUT(NormalMorpher,value_changed,mfvec3f,value_changed,FIELDTYPE_MFVec3f)
3121END_NODE(NormalMorpher)
3124BEGIN_NODE(NurbsCurve)
3125EXPOSED_FIELD(NurbsCurve,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3126EXPOSED_FIELD(NurbsCurve,controlPoint,sfnode,controlPoint,FIELDTYPE_SFNode,UNCA_NONE)
3127EXPOSED_FIELD(NurbsCurve,weight,mfdouble,weight,FIELDTYPE_MFDouble,UNCA_NONE)
3128FIELD(NurbsCurve,knot,mfdouble,knot,FIELDTYPE_MFDouble,UNCA_NONE)
3129EXPOSED_FIELD(NurbsCurve,order,sfint32,order,FIELDTYPE_SFInt32,UNCA_NONE)
3130EXPOSED_FIELD(NurbsCurve,tessellation,sfint32,tessellation,FIELDTYPE_SFInt32,UNCA_NONE)
3131FIELD(NurbsCurve,closed,sfbool,closed,FIELDTYPE_SFBool,UNCA_NONE)
3135BEGIN_NODE(NurbsCurve2D)
3136EXPOSED_FIELD(NurbsCurve2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3137EXPOSED_FIELD(NurbsCurve2D,controlPoint,mfvec2d,controlPoint,FIELDTYPE_MFVec2d,UNCA_NONE)
3138EXPOSED_FIELD(NurbsCurve2D,weight,mfdouble,weight,FIELDTYPE_MFDouble,UNCA_NONE)
3139FIELD(NurbsCurve2D,knot,mfdouble,knot,FIELDTYPE_MFDouble,UNCA_NONE)
3140EXPOSED_FIELD(NurbsCurve2D,order,sfint32,order,FIELDTYPE_SFInt32,UNCA_NONE)
3141EXPOSED_FIELD(NurbsCurve2D,tessellation,sfint32,tessellation,FIELDTYPE_SFInt32,UNCA_NONE)
3142FIELD(NurbsCurve2D,closed,sfbool,closed,FIELDTYPE_SFBool,UNCA_NONE)
3143END_NODE(NurbsCurve2D)
3146BEGIN_NODE(NurbsOrientationInterpolator)
3147EXPOSED_FIELD(NurbsOrientationInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3148EXPOSED_FIELD(NurbsOrientationInterpolator,controlPoint,sfnode,controlPoint,FIELDTYPE_SFNode,UNCA_NONE)
3149EXPOSED_FIELD(NurbsOrientationInterpolator,weight,mfdouble,weight,FIELDTYPE_MFDouble,UNCA_NONE)
3150EXPOSED_FIELD(NurbsOrientationInterpolator,knot,mfdouble,knot,FIELDTYPE_MFDouble,UNCA_NONE)
3151EXPOSED_FIELD(NurbsOrientationInterpolator,order,sfint32,order,FIELDTYPE_SFInt32,UNCA_NONE)
3152EVENT_IN(NurbsOrientationInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
3153EVENT_OUT(NurbsOrientationInterpolator,value_changed,sfrotation,value_changed,FIELDTYPE_SFRotation)
3154END_NODE(NurbsOrientationInterpolator)
3157BEGIN_NODE(NurbsPatchSurface)
3158EXPOSED_FIELD(NurbsPatchSurface,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3159EXPOSED_FIELD(NurbsPatchSurface,controlPoint,sfnode,controlPoint,FIELDTYPE_SFNode,UNCA_NONE)
3160EXPOSED_FIELD(NurbsPatchSurface,weight,mfdouble,weight,FIELDTYPE_MFDouble,UNCA_NONE)
3161FIELD(NurbsPatchSurface,uKnot,mfdouble,uKnot,FIELDTYPE_MFDouble,UNCA_NONE)
3162EXPOSED_FIELD(NurbsPatchSurface,uOrder,sfint32,uOrder,FIELDTYPE_SFInt32,UNCA_NONE)
3163EXPOSED_FIELD(NurbsPatchSurface,uDimension,sfint32,uDimension,FIELDTYPE_SFInt32,UNCA_NONE)
3164EXPOSED_FIELD(NurbsPatchSurface,uTessellation,sfint32,uTessellation,FIELDTYPE_SFInt32,UNCA_NONE)
3165FIELD(NurbsPatchSurface,uClosed,sfbool,uClosed,FIELDTYPE_SFBool,UNCA_NONE)
3166FIELD(NurbsPatchSurface,vKnot,mfdouble,vKnot,FIELDTYPE_MFDouble,UNCA_NONE)
3167EXPOSED_FIELD(NurbsPatchSurface,vOrder,sfint32,vOrder,FIELDTYPE_SFInt32,UNCA_NONE)
3168EXPOSED_FIELD(NurbsPatchSurface,vDimension,sfint32,vDimension,FIELDTYPE_SFInt32,UNCA_NONE)
3169EXPOSED_FIELD(NurbsPatchSurface,vTessellation,sfint32,vTessellation,FIELDTYPE_SFInt32,UNCA_NONE)
3170FIELD(NurbsPatchSurface,vClosed,sfbool,vClosed,FIELDTYPE_SFBool,UNCA_NONE)
3171EXPOSED_FIELD(NurbsPatchSurface,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
3172FIELD(NurbsPatchSurface,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
3173END_NODE(NurbsPatchSurface)
3176BEGIN_NODE(NurbsPositionInterpolator)
3177EXPOSED_FIELD(NurbsPositionInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3178EXPOSED_FIELD(NurbsPositionInterpolator,controlPoint,sfnode,controlPoint,FIELDTYPE_SFNode,UNCA_NONE)
3179EXPOSED_FIELD(NurbsPositionInterpolator,weight,mfdouble,weight,FIELDTYPE_MFDouble,UNCA_NONE)
3180EXPOSED_FIELD(NurbsPositionInterpolator,knot,mfdouble,knot,FIELDTYPE_MFDouble,UNCA_NONE)
3181EXPOSED_FIELD(NurbsPositionInterpolator,order,sfint32,order,FIELDTYPE_SFInt32,UNCA_NONE)
3182EVENT_IN(NurbsPositionInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
3183EVENT_OUT(NurbsPositionInterpolator,value_changed,sfvec3f,value_changed,FIELDTYPE_SFVec3f)
3184END_NODE(NurbsPositionInterpolator)
3188EVENT_IN(NurbsSet,addGeometry,mfnode,addGeometry,FIELDTYPE_MFNode)
3189EVENT_IN(NurbsSet,removeGeometry,mfnode,removeGeometry,FIELDTYPE_MFNode)
3190EXPOSED_FIELD(NurbsSet,geometry,mfnode,geometry,FIELDTYPE_MFNode,UNCA_NONE)
3191EXPOSED_FIELD(NurbsSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3192EXPOSED_FIELD(NurbsSet,tessellationScale,sffloat,tessellationScale,FIELDTYPE_SFFloat,UNCA_NONE)
3193FIELD(NurbsSet,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3194FIELD(NurbsSet,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3195EXPOSED_FIELD(NurbsSet,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
3196EXPOSED_FIELD(NurbsSet,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
3200BEGIN_NODE(NurbsSurfaceInterpolator)
3201EXPOSED_FIELD(NurbsSurfaceInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3202EXPOSED_FIELD(NurbsSurfaceInterpolator,controlPoint,sfnode,controlPoint,FIELDTYPE_SFNode,UNCA_NONE)
3203EXPOSED_FIELD(NurbsSurfaceInterpolator,weight,mfdouble,weight,FIELDTYPE_MFDouble,UNCA_NONE)
3204FIELD(NurbsSurfaceInterpolator,uKnot,mfdouble,uKnot,FIELDTYPE_MFDouble,UNCA_NONE)
3205EXPOSED_FIELD(NurbsSurfaceInterpolator,uOrder,sfint32,uOrder,FIELDTYPE_SFInt32,UNCA_NONE)
3206EXPOSED_FIELD(NurbsSurfaceInterpolator,uDimension,sfint32,uDimension,FIELDTYPE_SFInt32,UNCA_NONE)
3207FIELD(NurbsSurfaceInterpolator,vKnot,mfdouble,vKnot,FIELDTYPE_MFDouble,UNCA_NONE)
3208EXPOSED_FIELD(NurbsSurfaceInterpolator,vOrder,sfint32,vOrder,FIELDTYPE_SFInt32,UNCA_NONE)
3209EXPOSED_FIELD(NurbsSurfaceInterpolator,vDimension,sfint32,vDimension,FIELDTYPE_SFInt32,UNCA_NONE)
3210EVENT_IN(NurbsSurfaceInterpolator,set_fraction,sfvec2f,set_fraction,FIELDTYPE_SFVec2f)
3211EVENT_OUT(NurbsSurfaceInterpolator,position_changed,sfvec3f,position_changed,FIELDTYPE_SFVec3f)
3212EVENT_OUT(NurbsSurfaceInterpolator,normal_changed,sfvec3f,normal_changed,FIELDTYPE_SFVec3f)
3213END_NODE(NurbsSurfaceInterpolator)
3216BEGIN_NODE(NurbsSweptSurface)
3217EXPOSED_FIELD(NurbsSweptSurface,crossSectionCurve,sfnode,crossSectionCurve,FIELDTYPE_SFNode,UNCA_NONE)
3218EXPOSED_FIELD(NurbsSweptSurface,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3219EXPOSED_FIELD(NurbsSweptSurface,trajectoryCurve,sfnode,trajectoryCurve,FIELDTYPE_SFNode,UNCA_NONE)
3220FIELD(NurbsSweptSurface,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
3221FIELD(NurbsSweptSurface,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
3222EVENT_IN(NurbsSweptSurface,method,sfstring,method,FIELDTYPE_SFString)
3223END_NODE(NurbsSweptSurface)
3226BEGIN_NODE(NurbsSwungSurface)
3227EXPOSED_FIELD(NurbsSwungSurface,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3228EXPOSED_FIELD(NurbsSwungSurface,profileCurve,sfnode,profileCurve,FIELDTYPE_SFNode,UNCA_NONE)
3229EXPOSED_FIELD(NurbsSwungSurface,trajectoryCurve,sfnode,trajectoryCurve,FIELDTYPE_SFNode,UNCA_NONE)
3230FIELD(NurbsSwungSurface,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
3231FIELD(NurbsSwungSurface,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
3232END_NODE(NurbsSwungSurface)
3235BEGIN_NODE(NurbsTextureCoordinate)
3236EXPOSED_FIELD(NurbsTextureCoordinate,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3237EXPOSED_FIELD(NurbsTextureCoordinate,controlPoint,mfvec2f,controlPoint,FIELDTYPE_MFVec2f,UNCA_NONE)
3238EXPOSED_FIELD(NurbsTextureCoordinate,weight,mffloat,weight,FIELDTYPE_MFFloat,UNCA_NONE)
3239FIELD(NurbsTextureCoordinate,uKnot,mfdouble,uKnot,FIELDTYPE_MFDouble,UNCA_NONE)
3240EXPOSED_FIELD(NurbsTextureCoordinate,uOrder,sfint32,uOrder,FIELDTYPE_SFInt32,UNCA_NONE)
3241EXPOSED_FIELD(NurbsTextureCoordinate,uDimension,sfint32,uDimension,FIELDTYPE_SFInt32,UNCA_NONE)
3242FIELD(NurbsTextureCoordinate,vKnot,mfdouble,vKnot,FIELDTYPE_MFDouble,UNCA_NONE)
3243EXPOSED_FIELD(NurbsTextureCoordinate,vOrder,sfint32,vOrder,FIELDTYPE_SFInt32,UNCA_NONE)
3244EXPOSED_FIELD(NurbsTextureCoordinate,vDimension,sfint32,vDimension,FIELDTYPE_SFInt32,UNCA_NONE)
3245END_NODE(NurbsTextureCoordinate)
3248BEGIN_NODE(NurbsTrimmedSurface)
3249EXPOSED_FIELD(NurbsTrimmedSurface,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3250EXPOSED_FIELD(NurbsTrimmedSurface,controlPoint,sfnode,controlPoint,FIELDTYPE_SFNode,UNCA_NONE)
3251EXPOSED_FIELD(NurbsTrimmedSurface,weight,mfdouble,weight,FIELDTYPE_MFDouble,UNCA_NONE)
3252FIELD(NurbsTrimmedSurface,uKnot,mfdouble,uKnot,FIELDTYPE_MFDouble,UNCA_NONE)
3253EXPOSED_FIELD(NurbsTrimmedSurface,uOrder,sfint32,uOrder,FIELDTYPE_SFInt32,UNCA_NONE)
3254EXPOSED_FIELD(NurbsTrimmedSurface,uDimension,sfint32,uDimension,FIELDTYPE_SFInt32,UNCA_NONE)
3255EXPOSED_FIELD(NurbsTrimmedSurface,uTessellation,sfint32,uTessellation,FIELDTYPE_SFInt32,UNCA_NONE)
3256FIELD(NurbsTrimmedSurface,uClosed,sfbool,uClosed,FIELDTYPE_SFBool,UNCA_NONE)
3257FIELD(NurbsTrimmedSurface,vKnot,mfdouble,vKnot,FIELDTYPE_MFDouble,UNCA_NONE)
3258EXPOSED_FIELD(NurbsTrimmedSurface,vOrder,sfint32,vOrder,FIELDTYPE_SFInt32,UNCA_NONE)
3259EXPOSED_FIELD(NurbsTrimmedSurface,vDimension,sfint32,vDimension,FIELDTYPE_SFInt32,UNCA_NONE)
3260EXPOSED_FIELD(NurbsTrimmedSurface,vTessellation,sfint32,vTessellation,FIELDTYPE_SFInt32,UNCA_NONE)
3261FIELD(NurbsTrimmedSurface,vClosed,sfbool,vClosed,FIELDTYPE_SFBool,UNCA_NONE)
3262EXPOSED_FIELD(NurbsTrimmedSurface,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
3263FIELD(NurbsTrimmedSurface,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
3264EVENT_IN(NurbsTrimmedSurface,addTrimmingContour,mfnode,addTrimmingContour,FIELDTYPE_MFNode)
3265EVENT_IN(NurbsTrimmedSurface,removeTrimmingContour,mfnode,removeTrimmingContour,FIELDTYPE_MFNode)
3266EXPOSED_FIELD(NurbsTrimmedSurface,trimmingContour,mfnode,trimmingContour,FIELDTYPE_MFNode,UNCA_NONE)
3267END_NODE(NurbsTrimmedSurface)
3270BEGIN_NODE(OSC_Sensor)
3271EXPOSED_FIELD(OSC_Sensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3272EXPOSED_FIELD(OSC_Sensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3273EXPOSED_FIELD(OSC_Sensor,protocol,sfstring,protocol,FIELDTYPE_SFString,UNCA_NONE)
3274EXPOSED_FIELD(OSC_Sensor,listenfor,sfstring,listenfor,FIELDTYPE_SFString,UNCA_NONE)
3275EXPOSED_FIELD(OSC_Sensor,port,sfint32,port,FIELDTYPE_SFInt32,0)
3276EXPOSED_FIELD(OSC_Sensor,filter,sfstring,filter,FIELDTYPE_SFString,UNCA_NONE)
3277EXPOSED_FIELD(OSC_Sensor,handler,sfstring,handler,FIELDTYPE_SFString,UNCA_NONE)
3278EXPOSED_FIELD(OSC_Sensor,talksTo,mfstring,talksTo,FIELDTYPE_MFString,UNCA_NONE)
3279EXPOSED_FIELD(OSC_Sensor,FIFOsize,sfint32,FIFOsize,FIELDTYPE_SFInt32,0)
3280EXPOSED_FIELD(OSC_Sensor,int32Inp,sfint32,int32Inp,FIELDTYPE_SFInt32,UNCA_NONE)
3281EXPOSED_FIELD(OSC_Sensor,floatInp,sffloat,floatInp,FIELDTYPE_SFFloat,UNCA_NONE)
3282EXPOSED_FIELD(OSC_Sensor,stringInp,sfstring,stringInp,FIELDTYPE_SFString,UNCA_NONE)
3283EXPOSED_FIELD(OSC_Sensor,gotEvents,sfint32,gotEvents,FIELDTYPE_SFInt32,UNCA_NONE)
3284EXPOSED_FIELD(OSC_Sensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3288BEGIN_NODE(OpacityMapVolumeStyle)
3289EXPOSED_FIELD(OpacityMapVolumeStyle,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3290EXPOSED_FIELD(OpacityMapVolumeStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3291EXPOSED_FIELD(OpacityMapVolumeStyle,transferFunction,sfnode,transferFunction,FIELDTYPE_SFNode,UNCA_NONE)
3292END_NODE(OpacityMapVolumeStyle)
3295BEGIN_NODE(OrientationChaser)
3296EXPOSED_FIELD(OrientationChaser,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3297EVENT_OUT(OrientationChaser,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3298FIELD(OrientationChaser,duration,sftime,duration,FIELDTYPE_SFTime,UNCA_NONE)
3299EVENT_OUT(OrientationChaser,value_changed,sfrotation,value_changed,FIELDTYPE_SFRotation)
3300FIELD(OrientationChaser,initialDestination,sfrotation,initialDestination,FIELDTYPE_SFRotation,UNCA_ANGLE)
3301FIELD(OrientationChaser,initialValue,sfrotation,initialValue,FIELDTYPE_SFRotation,UNCA_ANGLE)
3302EVENT_IN(OrientationChaser,set_destination,sfrotation,set_destination,FIELDTYPE_SFRotation)
3303EVENT_IN(OrientationChaser,set_value,sfrotation,set_value,FIELDTYPE_SFRotation)
3304END_NODE(OrientationChaser)
3307BEGIN_NODE(OrientationDamper)
3308EXPOSED_FIELD(OrientationDamper,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3309EXPOSED_FIELD(OrientationDamper,tau,sftime,tau,FIELDTYPE_SFTime,UNCA_NONE)
3310EXPOSED_FIELD(OrientationDamper,tolerance,sffloat,tolerance,FIELDTYPE_SFFloat,UNCA_NONE)
3311EVENT_OUT(OrientationDamper,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3312FIELD(OrientationDamper,order,sfint32,order,FIELDTYPE_SFInt32,UNCA_NONE)
3313EVENT_OUT(OrientationDamper,value_changed,sfrotation,value_changed,FIELDTYPE_SFRotation)
3314FIELD(OrientationDamper,initialDestination,sfrotation,initialDestination,FIELDTYPE_SFRotation,UNCA_ANGLE)
3315FIELD(OrientationDamper,initialValue,sfrotation,initialValue,FIELDTYPE_SFRotation,UNCA_ANGLE)
3316EVENT_IN(OrientationDamper,set_destination,sfrotation,set_destination,FIELDTYPE_SFRotation)
3317EVENT_IN(OrientationDamper,set_value,sfrotation,set_value,FIELDTYPE_SFRotation)
3318END_NODE(OrientationDamper)
3321BEGIN_NODE(OrientationInterpolator)
3322EVENT_IN(OrientationInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
3323EXPOSED_FIELD(OrientationInterpolator,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
3324EXPOSED_FIELD(OrientationInterpolator,keyValue,mfrotation,keyValue,FIELDTYPE_MFRotation,UNCA_ANGLE)
3325EXPOSED_FIELD(OrientationInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3326EVENT_OUT(OrientationInterpolator,value_changed,sfrotation,value_changed,FIELDTYPE_SFRotation)
3327END_NODE(OrientationInterpolator)
3330BEGIN_NODE(OrthoViewpoint)
3331EVENT_IN(OrthoViewpoint,set_bind,sfbool,set_bind,FIELDTYPE_SFBool)
3332EVENT_OUT(OrthoViewpoint,bindTime,sftime,bindTime,FIELDTYPE_SFTime)
3333EVENT_OUT(OrthoViewpoint,isBound,sfbool,isBound,FIELDTYPE_SFBool)
3334EXPOSED_FIELD(OrthoViewpoint,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3335EXPOSED_FIELD(OrthoViewpoint,jump,sfbool,jump,FIELDTYPE_SFBool,UNCA_NONE)
3336EXPOSED_FIELD(OrthoViewpoint,fieldOfView,mffloat,fieldOfView,FIELDTYPE_MFFloat,UNCA_LENGTH)
3337EXPOSED_FIELD(OrthoViewpoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3338EXPOSED_FIELD(OrthoViewpoint,orientation,sfrotation,orientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
3339EXPOSED_FIELD(OrthoViewpoint,position,sfvec3f,position,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3340EXPOSED_FIELD(OrthoViewpoint,centerOfRotation,sfvec3f,centerOfRotation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3341EXPOSED_FIELD(OrthoViewpoint,retainUserOffsets,sfbool,retainUserOffsets,FIELDTYPE_SFBool,UNCA_NONE)
3342EXPOSED_FIELD(OrthoViewpoint,farClippingPlane,sffloat,farClippingPlane,FIELDTYPE_SFFloat,UNCA_NONE)
3343EXPOSED_FIELD(OrthoViewpoint,nearClippingPlane,sffloat,nearClippingPlane,FIELDTYPE_SFFloat,UNCA_NONE)
3344EXPOSED_FIELD(OrthoViewpoint,vIewAll,sfbool,vIewAll,FIELDTYPE_SFBool,UNCA_NONE)
3345EXPOSED_FIELD(OrthoViewpoint,navigationInfo,sfnode,navigationInfo,FIELDTYPE_SFNode,UNCA_NONE)
3346END_NODE(OrthoViewpoint)
3349BEGIN_NODE(OscillatorSource)
3350EXPOSED_FIELD(OscillatorSource,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3351EXPOSED_FIELD(OscillatorSource,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3352EXPOSED_FIELD(OscillatorSource,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
3353EXPOSED_FIELD(OscillatorSource,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3354EXPOSED_FIELD(OscillatorSource,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
3355EXPOSED_FIELD(OscillatorSource,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
3356EXPOSED_FIELD(OscillatorSource,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
3357EXPOSED_FIELD(OscillatorSource,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
3358EXPOSED_FIELD(OscillatorSource,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
3359EVENT_OUT(OscillatorSource,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
3360EVENT_OUT(OscillatorSource,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3361EVENT_OUT(OscillatorSource,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
3362EXPOSED_FIELD(OscillatorSource,detune,sffloat,detune,FIELDTYPE_SFFloat,UNCA_NONE)
3363EXPOSED_FIELD(OscillatorSource,frequency,sffloat,frequency,FIELDTYPE_SFFloat,UNCA_NONE)
3364EXPOSED_FIELD(OscillatorSource,type,sfstring,type,FIELDTYPE_SFString,UNCA_NONE)
3365EXPOSED_FIELD(OscillatorSource,periodicWave,sfnode,periodicWave,FIELDTYPE_SFNode,UNCA_NONE)
3366END_NODE(OscillatorSource)
3369BEGIN_NODE(PackagedShader)
3370EVENT_IN(PackagedShader,activate,sfbool,activate,FIELDTYPE_SFBool)
3371EXPOSED_FIELD(PackagedShader,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3372EXPOSED_FIELD(PackagedShader,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
3373EXPOSED_FIELD(PackagedShader,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3374EXPOSED_FIELD(PackagedShader,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
3375EXPOSED_FIELD(PackagedShader,refresh,sftime,refresh,FIELDTYPE_SFTime,UNCA_NONE)
3376EVENT_OUT(PackagedShader,isSelected,sfbool,isSelected,FIELDTYPE_SFBool)
3377EVENT_OUT(PackagedShader,isValid,sfbool,isValid,FIELDTYPE_SFBool)
3378FIELD(PackagedShader,language,sfstring,language,FIELDTYPE_SFString,UNCA_NONE)
3379END_NODE(PackagedShader)
3382BEGIN_NODE(ParticleSystem)
3383EXPOSED_FIELD(ParticleSystem,appearance,sfnode,appearance,FIELDTYPE_SFNode,UNCA_NONE)
3384EXPOSED_FIELD(ParticleSystem,geometry,sfnode,geometry,FIELDTYPE_SFNode,UNCA_NONE)
3385EXPOSED_FIELD(ParticleSystem,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3386FIELD(ParticleSystem,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3387FIELD(ParticleSystem,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3388EXPOSED_FIELD(ParticleSystem,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
3389EXPOSED_FIELD(ParticleSystem,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
3390EXPOSED_FIELD(ParticleSystem,castShadow,sfbool,castShadow,FIELDTYPE_SFBool,UNCA_NONE)
3391EXPOSED_FIELD(ParticleSystem,createParticles,sfbool,createParticles,FIELDTYPE_SFBool,UNCA_NONE)
3392EXPOSED_FIELD(ParticleSystem,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3393EXPOSED_FIELD(ParticleSystem,lifetimeVariation,sffloat,lifetimeVariation,FIELDTYPE_SFFloat,UNCA_NONE)
3394EXPOSED_FIELD(ParticleSystem,maxParticles,sfint32,maxParticles,FIELDTYPE_SFInt32,UNCA_NONE)
3395EXPOSED_FIELD(ParticleSystem,particleLifetime,sffloat,particleLifetime,FIELDTYPE_SFFloat,UNCA_NONE)
3396EXPOSED_FIELD(ParticleSystem,particleSize,sfvec2f,particleSize,FIELDTYPE_SFVec2f,UNCA_LENGTH)
3397EXPOSED_FIELD(ParticleSystem,particleOrientation,sfrotation,particleOrientation,FIELDTYPE_SFRotation,0)
3398EVENT_OUT(ParticleSystem,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3399FIELD(ParticleSystem,colorRamp,sfnode,colorRamp,FIELDTYPE_SFNode,UNCA_NONE)
3400FIELD(ParticleSystem,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
3401FIELD(ParticleSystem,colorKey,mffloat,colorKey,FIELDTYPE_MFFloat,UNCA_NONE)
3402FIELD(ParticleSystem,emitter,sfnode,emitter,FIELDTYPE_SFNode,UNCA_NONE)
3403FIELD(ParticleSystem,geometryType,sfstring,geometryType,FIELDTYPE_SFString,UNCA_NONE)
3404FIELD(ParticleSystem,physics,mfnode,physics,FIELDTYPE_MFNode,UNCA_NONE)
3405FIELD(ParticleSystem,texCoordRamp,sfnode,texCoordRamp,FIELDTYPE_SFNode,UNCA_NONE)
3406FIELD(ParticleSystem,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
3407FIELD(ParticleSystem,texCoordKey,mffloat,texCoordKey,FIELDTYPE_MFFloat,UNCA_NONE)
3408END_NODE(ParticleSystem)
3411BEGIN_NODE(PeriodicWave)
3412EXPOSED_FIELD(PeriodicWave,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3413EXPOSED_FIELD(PeriodicWave,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3414EXPOSED_FIELD(PeriodicWave,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3415EXPOSED_FIELD(PeriodicWave,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
3416EXPOSED_FIELD(PeriodicWave,optionsReal,mffloat,optionsReal,FIELDTYPE_MFFloat,UNCA_NONE)
3417EXPOSED_FIELD(PeriodicWave,optionsImag,mffloat,optionsImag,FIELDTYPE_MFFloat,UNCA_NONE)
3418EXPOSED_FIELD(PeriodicWave,type,sfstring,type,FIELDTYPE_SFString,UNCA_NONE)
3419END_NODE(PeriodicWave)
3422BEGIN_NODE(PhysicalMaterial)
3423EXPOSED_FIELD(PhysicalMaterial,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3424EXPOSED_FIELD(PhysicalMaterial,emissiveColor,sfcolor,emissiveColor,FIELDTYPE_SFColor,UNCA_NONE)
3425EXPOSED_FIELD(PhysicalMaterial,emissiveTexture,sfnode,emissiveTexture,FIELDTYPE_SFNode,UNCA_NONE)
3426EXPOSED_FIELD(PhysicalMaterial,emissiveTextureMapping,sfstring,emissiveTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
3427EXPOSED_FIELD(PhysicalMaterial,normalScale,sffloat,normalScale,FIELDTYPE_SFFloat,UNCA_NONE)
3428EXPOSED_FIELD(PhysicalMaterial,normalTexture,sfnode,normalTexture,FIELDTYPE_SFNode,UNCA_NONE)
3429EXPOSED_FIELD(PhysicalMaterial,normalTextureMapping,sfstring,normalTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
3430EXPOSED_FIELD(PhysicalMaterial,transparency,sffloat,transparency,FIELDTYPE_SFFloat,UNCA_NONE)
3431EXPOSED_FIELD(PhysicalMaterial,occlusionStrength,sffloat,occlusionStrength,FIELDTYPE_SFFloat,UNCA_NONE)
3432EXPOSED_FIELD(PhysicalMaterial,occlusionTexture,sfnode,occlusionTexture,FIELDTYPE_SFNode,UNCA_NONE)
3433EXPOSED_FIELD(PhysicalMaterial,occlusionTextureMapping,sfstring,occlusionTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
3434EXPOSED_FIELD(PhysicalMaterial,baseColor,sfcolor,baseColor,FIELDTYPE_SFColor,UNCA_NONE)
3435EXPOSED_FIELD(PhysicalMaterial,baseTexture,sfnode,baseTexture,FIELDTYPE_SFNode,UNCA_NONE)
3436EXPOSED_FIELD(PhysicalMaterial,baseTextureMapping,sfstring,baseTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
3437EXPOSED_FIELD(PhysicalMaterial,metallic,sffloat,metallic,FIELDTYPE_SFFloat,UNCA_NONE)
3438EXPOSED_FIELD(PhysicalMaterial,roughness,sffloat,roughness,FIELDTYPE_SFFloat,UNCA_NONE)
3439EXPOSED_FIELD(PhysicalMaterial,metallicRoughnessTexture,sfnode,metallicRoughnessTexture,FIELDTYPE_SFNode,UNCA_NONE)
3440EXPOSED_FIELD(PhysicalMaterial,metallicRoughnessTextureMapping,sfstring,metallicRoughnessTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
3441END_NODE(PhysicalMaterial)
3444BEGIN_NODE(PickableGroup)
3445EVENT_IN(PickableGroup,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
3446EVENT_IN(PickableGroup,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
3447EXPOSED_FIELD(PickableGroup,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
3448EXPOSED_FIELD(PickableGroup,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3449EXPOSED_FIELD(PickableGroup,objectType,mfstring,objectType,FIELDTYPE_MFString,UNCA_NONE)
3450EXPOSED_FIELD(PickableGroup,pickable,sfbool,pickable,FIELDTYPE_SFBool,UNCA_NONE)
3451FIELD(PickableGroup,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3452FIELD(PickableGroup,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3453EXPOSED_FIELD(PickableGroup,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
3454EXPOSED_FIELD(PickableGroup,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
3455END_NODE(PickableGroup)
3458BEGIN_NODE(PixelTexture)
3459EXPOSED_FIELD(PixelTexture,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3460EXPOSED_FIELD(PixelTexture,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3461EVENT_OUT(PixelTexture,image,sfimage,image,FIELDTYPE_SFImage)
3462FIELD(PixelTexture,repeatS,sfbool,repeatS,FIELDTYPE_SFBool,UNCA_NONE)
3463FIELD(PixelTexture,repeatT,sfbool,repeatT,FIELDTYPE_SFBool,UNCA_NONE)
3464FIELD(PixelTexture,textureProperties,sfnode,textureProperties,FIELDTYPE_SFNode,UNCA_NONE)
3465EXPOSED_FIELD(PixelTexture,update,sfstring,update,FIELDTYPE_SFString,UNCA_NONE)
3466END_NODE(PixelTexture)
3469BEGIN_NODE(PixelTexture3D)
3470EXPOSED_FIELD(PixelTexture3D,image,mfint32,image,FIELDTYPE_MFInt32,UNCA_NONE)
3471EXPOSED_FIELD(PixelTexture3D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3472FIELD(PixelTexture3D,repeatS,sfbool,repeatS,FIELDTYPE_SFBool,UNCA_NONE)
3473FIELD(PixelTexture3D,repeatT,sfbool,repeatT,FIELDTYPE_SFBool,UNCA_NONE)
3474FIELD(PixelTexture3D,repeatR,sfbool,repeatR,FIELDTYPE_SFBool,UNCA_NONE)
3475FIELD(PixelTexture3D,textureProperties,sfnode,textureProperties,FIELDTYPE_SFNode,UNCA_NONE)
3476END_NODE(PixelTexture3D)
3479BEGIN_NODE(PlaneSensor)
3480EXPOSED_FIELD(PlaneSensor,autoOffset,sfbool,autoOffset,FIELDTYPE_SFBool,UNCA_NONE)
3481EXPOSED_FIELD(PlaneSensor,axisRotation,sfrotation,axisRotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
3482EXPOSED_FIELD(PlaneSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3483EXPOSED_FIELD(PlaneSensor,maxPosition,sfvec2f,maxPosition,FIELDTYPE_SFVec2f,UNCA_LENGTH)
3484EXPOSED_FIELD(PlaneSensor,minPosition,sfvec2f,minPosition,FIELDTYPE_SFVec2f,UNCA_LENGTH)
3485EXPOSED_FIELD(PlaneSensor,offset,sfvec3f,offset,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3486EVENT_OUT(PlaneSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3487EVENT_OUT(PlaneSensor,isOver,sfbool,isOver,FIELDTYPE_SFBool)
3488EXPOSED_FIELD(PlaneSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3489EVENT_OUT(PlaneSensor,trackPoint_changed,sfvec3f,trackPoint_changed,FIELDTYPE_SFVec3f)
3490EVENT_OUT(PlaneSensor,translation_changed,sfvec3f,translation_changed,FIELDTYPE_SFVec3f)
3491EXPOSED_FIELD(PlaneSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3492FIELD(PlaneSensor,sensorLocalOutput,sfbool,sensorLocalOutput,FIELDTYPE_SFBool,UNCA_NONE)
3493END_NODE(PlaneSensor)
3496BEGIN_NODE(PointEmitter)
3497EXPOSED_FIELD(PointEmitter,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
3498EXPOSED_FIELD(PointEmitter,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3499EXPOSED_FIELD(PointEmitter,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
3500EXPOSED_FIELD(PointEmitter,position,sfvec3f,position,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3501EXPOSED_FIELD(PointEmitter,speed,sffloat,speed,FIELDTYPE_SFFloat,UNCA_SPEED)
3502EXPOSED_FIELD(PointEmitter,variation,sffloat,variation,FIELDTYPE_SFFloat,UNCA_NONE)
3503EXPOSED_FIELD(PointEmitter,mass,sffloat,mass,FIELDTYPE_SFFloat,UNCA_MASS)
3504EXPOSED_FIELD(PointEmitter,surfaceArea,sffloat,surfaceArea,FIELDTYPE_SFFloat,UNCA_AREA)
3505END_NODE(PointEmitter)
3508BEGIN_NODE(PointLight)
3509EXPOSED_FIELD(PointLight,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3510EXPOSED_FIELD(PointLight,global,sfbool,global,FIELDTYPE_SFBool,UNCA_NONE)
3511EXPOSED_FIELD(PointLight,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
3512EXPOSED_FIELD(PointLight,shadows,sfbool,shadows,FIELDTYPE_SFBool,UNCA_NONE)
3513EXPOSED_FIELD(PointLight,shadowIntensity,sffloat,shadowIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
3514EXPOSED_FIELD(PointLight,ambientIntensity,sffloat,ambientIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
3515EXPOSED_FIELD(PointLight,intensity,sffloat,intensity,FIELDTYPE_SFFloat,UNCA_NONE)
3516EXPOSED_FIELD(PointLight,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
3517EXPOSED_FIELD(PointLight,attenuation,sfvec3f,attenuation,FIELDTYPE_SFVec3f,UNCA_NONE)
3518EXPOSED_FIELD(PointLight,location,sfvec3f,location,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3519EXPOSED_FIELD(PointLight,radius,sffloat,radius,FIELDTYPE_SFFloat,UNCA_LENGTH)
3523BEGIN_NODE(PointPickSensor)
3524EXPOSED_FIELD(PointPickSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3525EXPOSED_FIELD(PointPickSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3526EXPOSED_FIELD(PointPickSensor,objectType,mfstring,objectType,FIELDTYPE_MFString,UNCA_NONE)
3527EXPOSED_FIELD(PointPickSensor,pickingGeometry,sfnode,pickingGeometry,FIELDTYPE_SFNode,UNCA_NONE)
3528EXPOSED_FIELD(PointPickSensor,pickTarget,mfnode,pickTarget,FIELDTYPE_MFNode,UNCA_NONE)
3529EVENT_OUT(PointPickSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3530EVENT_OUT(PointPickSensor,pickedGeometry,mfnode,pickedGeometry,FIELDTYPE_MFNode)
3531FIELD(PointPickSensor,intersectionType,sfstring,intersectionType,FIELDTYPE_SFString,UNCA_NONE)
3532FIELD(PointPickSensor,sortOrder,sfstring,sortOrder,FIELDTYPE_SFString,UNCA_NONE)
3533EXPOSED_FIELD(PointPickSensor,matchCriterion,sfstring,matchCriterion,FIELDTYPE_SFString,UNCA_NONE)
3534EVENT_OUT(PointPickSensor,pickedPoint,mfvec3f,pickedPoint,FIELDTYPE_MFVec3f)
3535EVENT_IN(PointPickSensor,set_intersectionType,sfstring,set_intersectionType,FIELDTYPE_SFString)
3536EVENT_IN(PointPickSensor,set_sortOrder,sfstring,set_sortOrder,FIELDTYPE_SFString)
3537END_NODE(PointPickSensor)
3540BEGIN_NODE(PointProperties)
3541EXPOSED_FIELD(PointProperties,pointSizeScaleFactor,sffloat,pointSizeScaleFactor,FIELDTYPE_SFFloat,UNCA_NONE)
3542EXPOSED_FIELD(PointProperties,pointSizeMinValue,sffloat,pointSizeMinValue,FIELDTYPE_SFFloat,UNCA_NONE)
3543EXPOSED_FIELD(PointProperties,pointSizeMaxValue,sffloat,pointSizeMaxValue,FIELDTYPE_SFFloat,UNCA_NONE)
3544EXPOSED_FIELD(PointProperties,attenuation,mffloat,attenuation,FIELDTYPE_MFFloat,UNCA_NONE)
3545EXPOSED_FIELD(PointProperties,markerType,sfint32,markerType,FIELDTYPE_SFInt32,UNCA_NONE)
3546EXPOSED_FIELD(PointProperties,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3547END_NODE(PointProperties)
3550BEGIN_NODE(PointSensor)
3551EXPOSED_FIELD(PointSensor,autoOffset,sfbool,autoOffset,FIELDTYPE_SFBool,UNCA_NONE)
3552EXPOSED_FIELD(PointSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3553EXPOSED_FIELD(PointSensor,maxPosition,sfvec3f,maxPosition,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3554EXPOSED_FIELD(PointSensor,minPosition,sfvec3f,minPosition,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3555EXPOSED_FIELD(PointSensor,offset,sfvec3f,offset,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3556EVENT_OUT(PointSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3557EVENT_OUT(PointSensor,isOver,sfbool,isOver,FIELDTYPE_SFBool)
3558EXPOSED_FIELD(PointSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3559EVENT_OUT(PointSensor,trackPoint_changed,sfvec3f,trackPoint_changed,FIELDTYPE_SFVec3f)
3560EVENT_OUT(PointSensor,translation_changed,sfvec3f,translation_changed,FIELDTYPE_SFVec3f)
3561EXPOSED_FIELD(PointSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3562END_NODE(PointSensor)
3566EXPOSED_FIELD(PointSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
3567EXPOSED_FIELD(PointSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
3568EXPOSED_FIELD(PointSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
3569EXPOSED_FIELD(PointSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
3570EXPOSED_FIELD(PointSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3571EXPOSED_FIELD(PointSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
3575BEGIN_NODE(Polyline2D)
3576EXPOSED_FIELD(Polyline2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3577FIELD(Polyline2D,lineSegments,mfvec2f,lineSegments,FIELDTYPE_MFVec2f,UNCA_LENGTH)
3581BEGIN_NODE(PolylineEmitter)
3582EVENT_IN(PolylineEmitter,set_coordIndex,mfint32,set_coordIndex,FIELDTYPE_MFInt32)
3583EVENT_IN(PolylineEmitter,set_coordinate,sfint32,set_coordinate,FIELDTYPE_SFInt32)
3584EXPOSED_FIELD(PolylineEmitter,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
3585EXPOSED_FIELD(PolylineEmitter,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
3586EXPOSED_FIELD(PolylineEmitter,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3587EXPOSED_FIELD(PolylineEmitter,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
3588EXPOSED_FIELD(PolylineEmitter,speed,sffloat,speed,FIELDTYPE_SFFloat,UNCA_SPEED)
3589EXPOSED_FIELD(PolylineEmitter,variation,sffloat,variation,FIELDTYPE_SFFloat,UNCA_LENGTH)
3590FIELD(PolylineEmitter,coordIndex,mfint32,coordIndex,FIELDTYPE_MFInt32,UNCA_NONE)
3591EXPOSED_FIELD(PolylineEmitter,mass,sffloat,mass,FIELDTYPE_SFFloat,UNCA_MASS)
3592EXPOSED_FIELD(PolylineEmitter,surfaceArea,sffloat,surfaceArea,FIELDTYPE_SFFloat,UNCA_AREA)
3593END_NODE(PolylineEmitter)
3596BEGIN_NODE(Polypoint2D)
3597EXPOSED_FIELD(Polypoint2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3598EXPOSED_FIELD(Polypoint2D,point,mfvec2f,point,FIELDTYPE_MFVec2f,UNCA_LENGTH)
3599END_NODE(Polypoint2D)
3602BEGIN_NODE(PositionChaser)
3603EXPOSED_FIELD(PositionChaser,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3604EVENT_OUT(PositionChaser,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3605FIELD(PositionChaser,duration,sftime,duration,FIELDTYPE_SFTime,UNCA_NONE)
3606EVENT_OUT(PositionChaser,value_changed,sfvec3f,value_changed,FIELDTYPE_SFVec3f)
3607FIELD(PositionChaser,initialDestination,sfvec3f,initialDestination,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3608FIELD(PositionChaser,initialValue,sfvec3f,initialValue,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3609EVENT_IN(PositionChaser,set_destination,sfvec3f,set_destination,FIELDTYPE_SFVec3f)
3610EVENT_IN(PositionChaser,set_value,sfvec3f,set_value,FIELDTYPE_SFVec3f)
3611END_NODE(PositionChaser)
3614BEGIN_NODE(PositionChaser2D)
3615EXPOSED_FIELD(PositionChaser2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3616EVENT_OUT(PositionChaser2D,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3617FIELD(PositionChaser2D,duration,sftime,duration,FIELDTYPE_SFTime,UNCA_NONE)
3618EVENT_OUT(PositionChaser2D,value_changed,sfvec2f,value_changed,FIELDTYPE_SFVec2f)
3619FIELD(PositionChaser2D,initialDestination,sfvec2f,initialDestination,FIELDTYPE_SFVec2f,UNCA_LENGTH)
3620FIELD(PositionChaser2D,initialValue,sfvec2f,initialValue,FIELDTYPE_SFVec2f,UNCA_LENGTH)
3621EVENT_IN(PositionChaser2D,set_destination,sfvec2f,set_destination,FIELDTYPE_SFVec2f)
3622EVENT_IN(PositionChaser2D,set_value,sfvec2f,set_value,FIELDTYPE_SFVec2f)
3623END_NODE(PositionChaser2D)
3626BEGIN_NODE(PositionDamper)
3627EXPOSED_FIELD(PositionDamper,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3628EXPOSED_FIELD(PositionDamper,tau,sftime,tau,FIELDTYPE_SFTime,UNCA_NONE)
3629EXPOSED_FIELD(PositionDamper,tolerance,sffloat,tolerance,FIELDTYPE_SFFloat,UNCA_LENGTH)
3630EVENT_OUT(PositionDamper,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3631FIELD(PositionDamper,order,sfint32,order,FIELDTYPE_SFInt32,UNCA_NONE)
3632EVENT_OUT(PositionDamper,value_changed,sfvec3f,value_changed,FIELDTYPE_SFVec3f)
3633FIELD(PositionDamper,initialDestination,sfvec3f,initialDestination,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3634FIELD(PositionDamper,initialValue,sfvec3f,initialValue,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3635EVENT_IN(PositionDamper,set_destination,sfvec3f,set_destination,FIELDTYPE_SFVec3f)
3636EVENT_IN(PositionDamper,set_value,sfvec3f,set_value,FIELDTYPE_SFVec3f)
3637END_NODE(PositionDamper)
3640BEGIN_NODE(PositionDamper2D)
3641EXPOSED_FIELD(PositionDamper2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3642EXPOSED_FIELD(PositionDamper2D,tau,sftime,tau,FIELDTYPE_SFTime,UNCA_NONE)
3643EXPOSED_FIELD(PositionDamper2D,tolerance,sffloat,tolerance,FIELDTYPE_SFFloat,UNCA_LENGTH)
3644EVENT_OUT(PositionDamper2D,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3645FIELD(PositionDamper2D,order,sfint32,order,FIELDTYPE_SFInt32,UNCA_NONE)
3646EVENT_OUT(PositionDamper2D,value_changed,sfvec2f,value_changed,FIELDTYPE_SFVec2f)
3647FIELD(PositionDamper2D,initialDestination,sfvec2f,initialDestination,FIELDTYPE_SFVec2f,UNCA_LENGTH)
3648FIELD(PositionDamper2D,initialValue,sfvec2f,initialValue,FIELDTYPE_SFVec2f,UNCA_LENGTH)
3649EVENT_IN(PositionDamper2D,set_destination,sfvec2f,set_destination,FIELDTYPE_SFVec2f)
3650EVENT_IN(PositionDamper2D,set_value,sfvec2f,set_value,FIELDTYPE_SFVec2f)
3651END_NODE(PositionDamper2D)
3654BEGIN_NODE(PositionInterpolator)
3655EVENT_IN(PositionInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
3656EXPOSED_FIELD(PositionInterpolator,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
3657EXPOSED_FIELD(PositionInterpolator,keyValue,mfvec3f,keyValue,FIELDTYPE_MFVec3f,UNCA_LENGTH)
3658EXPOSED_FIELD(PositionInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3659EVENT_OUT(PositionInterpolator,value_changed,sfvec3f,value_changed,FIELDTYPE_SFVec3f)
3660END_NODE(PositionInterpolator)
3663BEGIN_NODE(PositionInterpolator2D)
3664EVENT_IN(PositionInterpolator2D,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
3665EXPOSED_FIELD(PositionInterpolator2D,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
3666EXPOSED_FIELD(PositionInterpolator2D,keyValue,mfvec2f,keyValue,FIELDTYPE_MFVec2f,UNCA_LENGTH)
3667EXPOSED_FIELD(PositionInterpolator2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3668EVENT_OUT(PositionInterpolator2D,value_changed,sfvec2f,value_changed,FIELDTYPE_SFVec2f)
3669END_NODE(PositionInterpolator2D)
3672BEGIN_NODE(PrimitivePickSensor)
3673EXPOSED_FIELD(PrimitivePickSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3674EXPOSED_FIELD(PrimitivePickSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3675EXPOSED_FIELD(PrimitivePickSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3676EXPOSED_FIELD(PrimitivePickSensor,objectType,mfstring,objectType,FIELDTYPE_MFString,UNCA_NONE)
3677EXPOSED_FIELD(PrimitivePickSensor,pickingGeometry,sfnode,pickingGeometry,FIELDTYPE_SFNode,UNCA_NONE)
3678EXPOSED_FIELD(PrimitivePickSensor,pickTarget,mfnode,pickTarget,FIELDTYPE_MFNode,UNCA_NONE)
3679EVENT_OUT(PrimitivePickSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3680EVENT_OUT(PrimitivePickSensor,pickedGeometry,mfnode,pickedGeometry,FIELDTYPE_MFNode)
3681FIELD(PrimitivePickSensor,intersectionType,sfstring,intersectionType,FIELDTYPE_SFString,UNCA_NONE)
3682FIELD(PrimitivePickSensor,sortOrder,sfstring,sortOrder,FIELDTYPE_SFString,UNCA_NONE)
3683EXPOSED_FIELD(PrimitivePickSensor,matchCriterion,sfstring,matchCriterion,FIELDTYPE_SFString,UNCA_NONE)
3684END_NODE(PrimitivePickSensor)
3687BEGIN_NODE(ProgramShader)
3688EVENT_IN(ProgramShader,activate,sfbool,activate,FIELDTYPE_SFBool)
3689EXPOSED_FIELD(ProgramShader,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3690EXPOSED_FIELD(ProgramShader,programs,mfnode,programs,FIELDTYPE_MFNode,UNCA_NONE)
3691EVENT_OUT(ProgramShader,isSelected,sfbool,isSelected,FIELDTYPE_SFBool)
3692EVENT_OUT(ProgramShader,isValid,sfbool,isValid,FIELDTYPE_SFBool)
3693FIELD(ProgramShader,language,sfstring,language,FIELDTYPE_SFString,UNCA_NONE)
3694END_NODE(ProgramShader)
3697BEGIN_NODE(ProjectionVolumeStyle)
3698EXPOSED_FIELD(ProjectionVolumeStyle,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3699EXPOSED_FIELD(ProjectionVolumeStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3700EXPOSED_FIELD(ProjectionVolumeStyle,intensityThreshold,sffloat,intensityThreshold,FIELDTYPE_SFFloat,UNCA_NONE)
3701FIELD(ProjectionVolumeStyle,type,sfstring,type,FIELDTYPE_SFString,UNCA_NONE)
3702END_NODE(ProjectionVolumeStyle)
3706EXPOSED_FIELD(Proto,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3707FIELD(Proto,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3708FIELD(Proto,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3709EXPOSED_FIELD(Proto,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
3710EXPOSED_FIELD(Proto,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
3711EVENT_IN(Proto,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
3712EVENT_IN(Proto,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
3713EXPOSED_FIELD(Proto,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
3714EXPOSED_FIELD(Proto,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
3718BEGIN_NODE(ProximitySensor)
3719EXPOSED_FIELD(ProximitySensor,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3720EXPOSED_FIELD(ProximitySensor,size,sfvec3f,size,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3721EXPOSED_FIELD(ProximitySensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3722EXPOSED_FIELD(ProximitySensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3723EVENT_OUT(ProximitySensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3724EVENT_OUT(ProximitySensor,position_changed,sfvec3f,position_changed,FIELDTYPE_SFVec3f)
3725EVENT_OUT(ProximitySensor,orientation_changed,sfrotation,orientation_changed,FIELDTYPE_SFRotation)
3726EVENT_OUT(ProximitySensor,enterTime,sftime,enterTime,FIELDTYPE_SFTime)
3727EVENT_OUT(ProximitySensor,exitTime,sftime,exitTime,FIELDTYPE_SFTime)
3728EVENT_OUT(ProximitySensor,centerOfRotation_changed,sfvec3f,centerOfRotation_changed,FIELDTYPE_SFVec3f)
3729EXPOSED_FIELD(ProximitySensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3730END_NODE(ProximitySensor)
3734EXPOSED_FIELD(Pyramid,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3735FIELD(Pyramid,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
3740EXPOSED_FIELD(QuadSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
3741EXPOSED_FIELD(QuadSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
3742EXPOSED_FIELD(QuadSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
3743EXPOSED_FIELD(QuadSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
3744EXPOSED_FIELD(QuadSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3745EXPOSED_FIELD(QuadSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
3746EXPOSED_FIELD(QuadSet,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
3747FIELD(QuadSet,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
3748FIELD(QuadSet,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
3749FIELD(QuadSet,normalPerVertex,sfbool,normalPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
3750FIELD(QuadSet,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
3755EXPOSED_FIELD(
ReceiverPdu,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3756EVENT_OUT(
ReceiverPdu,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3757EVENT_OUT(
ReceiverPdu,timestamp,sftime,timestamp,FIELDTYPE_SFTime)
3758EXPOSED_FIELD(
ReceiverPdu,address,sfstring,address,FIELDTYPE_SFString,UNCA_NONE)
3759EXPOSED_FIELD(
ReceiverPdu,port,sfint32,port,FIELDTYPE_SFInt32,UNCA_NONE)
3760EXPOSED_FIELD(
ReceiverPdu,multicastRelayHost,sfstring,multicastRelayHost,FIELDTYPE_SFString,UNCA_NONE)
3761EXPOSED_FIELD(
ReceiverPdu,multicastRelayPort,sfint32,multicastRelayPort,FIELDTYPE_SFInt32,UNCA_NONE)
3762EXPOSED_FIELD(
ReceiverPdu,networkMode,sfstring,networkMode,FIELDTYPE_SFString,UNCA_NONE)
3763EVENT_OUT(
ReceiverPdu,isNetworkReader,sfbool,isNetworkReader,FIELDTYPE_SFBool)
3764EVENT_OUT(
ReceiverPdu,isNetworkWriter,sfbool,isNetworkWriter,FIELDTYPE_SFBool)
3765EVENT_OUT(
ReceiverPdu,isStandAlone,sfbool,isStandAlone,FIELDTYPE_SFBool)
3766EXPOSED_FIELD(
ReceiverPdu,readInterval,sftime,readInterval,FIELDTYPE_SFTime,UNCA_NONE)
3767EXPOSED_FIELD(
ReceiverPdu,writeInterval,sftime,writeInterval,FIELDTYPE_SFTime,UNCA_NONE)
3768FIELD(
ReceiverPdu,rtpHeaderExpected,sfbool,rtpHeaderExpected,FIELDTYPE_SFBool,UNCA_NONE)
3769EVENT_OUT(
ReceiverPdu,isRtpHeaderHeard,sfbool,isRtpHeaderHeard,FIELDTYPE_SFBool)
3770EXPOSED_FIELD(
ReceiverPdu,entityID,sfint32,entityID,FIELDTYPE_SFInt32,UNCA_NONE)
3771EXPOSED_FIELD(
ReceiverPdu,applicationID,sfint32,applicationID,FIELDTYPE_SFInt32,UNCA_NONE)
3772EXPOSED_FIELD(
ReceiverPdu,siteID,sfint32,siteID,FIELDTYPE_SFInt32,UNCA_NONE)
3773FIELD(
ReceiverPdu,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
3774EXPOSED_FIELD(
ReceiverPdu,geoCoords,sfvec3d,geoCoords,FIELDTYPE_SFVec3d,UNCA_GEO)
3775FIELD(
ReceiverPdu,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3776FIELD(
ReceiverPdu,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3777EXPOSED_FIELD(
ReceiverPdu,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
3778EXPOSED_FIELD(
ReceiverPdu,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
3779EXPOSED_FIELD(
ReceiverPdu,radioID,sfint32,radioID,FIELDTYPE_SFInt32,UNCA_NONE)
3780EXPOSED_FIELD(
ReceiverPdu,whichGeometry,sfint32,whichGeometry,FIELDTYPE_SFInt32,UNCA_NONE)
3781EXPOSED_FIELD(
ReceiverPdu,receiverState,sfint32,receiverState,FIELDTYPE_SFInt32,UNCA_NONE)
3782EXPOSED_FIELD(
ReceiverPdu,receivedPower,sffloat,receivedPower,FIELDTYPE_SFFloat,UNCA_NONE)
3783EXPOSED_FIELD(
ReceiverPdu,transmitterEntityID,sfint32,transmitterEntityID,FIELDTYPE_SFInt32,UNCA_NONE)
3784EXPOSED_FIELD(
ReceiverPdu,transmitterApplicationID,sfint32,transmitterApplicationID,FIELDTYPE_SFInt32,UNCA_NONE)
3785EXPOSED_FIELD(
ReceiverPdu,transmitterSiteID,sfint32,transmitterSiteID,FIELDTYPE_SFInt32,UNCA_NONE)
3786EXPOSED_FIELD(
ReceiverPdu,transmitterRadioID,sfint32,transmitterRadioID,FIELDTYPE_SFInt32,UNCA_NONE)
3790BEGIN_NODE(Rectangle2D)
3791EXPOSED_FIELD(Rectangle2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3792EXPOSED_FIELD(Rectangle2D,size,sfvec2f,size,FIELDTYPE_SFVec2f,UNCA_LENGTH)
3793FIELD(Rectangle2D,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
3794END_NODE(Rectangle2D)
3797BEGIN_NODE(ResistancePhysicsModel)
3798EXPOSED_FIELD(ResistancePhysicsModel,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3799EXPOSED_FIELD(ResistancePhysicsModel,force,sffloat,force,FIELDTYPE_SFFloat,UNCA_FORCE)
3800EXPOSED_FIELD(ResistancePhysicsModel,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3801END_NODE(ResistancePhysicsModel)
3804BEGIN_NODE(RigidBody)
3805EXPOSED_FIELD(RigidBody,angularDampingFactor,sffloat,angularDampingFactor,FIELDTYPE_SFFloat,UNCA_NONE)
3806EXPOSED_FIELD(RigidBody,angularVelocity,sfvec3f,angularVelocity,FIELDTYPE_SFVec3f,UNCA_ANGLERATE)
3807EXPOSED_FIELD(RigidBody,autoDamp,sfbool,autoDamp,FIELDTYPE_SFBool,UNCA_NONE)
3808EXPOSED_FIELD(RigidBody,autoDisable,sfbool,autoDisable,FIELDTYPE_SFBool,UNCA_NONE)
3809EXPOSED_FIELD(RigidBody,centerOfMass,sfvec3f,centerOfMass,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3810EXPOSED_FIELD(RigidBody,disableAngularSpeed,sffloat,disableAngularSpeed,FIELDTYPE_SFFloat,UNCA_ANGLERATE)
3811EXPOSED_FIELD(RigidBody,disableLinearSpeed,sffloat,disableLinearSpeed,FIELDTYPE_SFFloat,UNCA_SPEED)
3812EXPOSED_FIELD(RigidBody,disableTime,sffloat,disableTime,FIELDTYPE_SFFloat,UNCA_NONE)
3813EXPOSED_FIELD(RigidBody,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3814EXPOSED_FIELD(RigidBody,finiteRotationAxis,sfvec3f,finiteRotationAxis,FIELDTYPE_SFVec3f,UNCA_NONE)
3815EXPOSED_FIELD(RigidBody,fixed,sfbool,fixed,FIELDTYPE_SFBool,UNCA_NONE)
3816EXPOSED_FIELD(RigidBody,forces,mfvec3f,forces,FIELDTYPE_MFVec3f,UNCA_FORCE)
3817EXPOSED_FIELD(RigidBody,geometry,mfnode,geometry,FIELDTYPE_MFNode,UNCA_NONE)
3818EXPOSED_FIELD(RigidBody,inertia,sfmatrix3f,inertia,FIELDTYPE_SFMatrix3f,UNCA_MOMENT)
3819EXPOSED_FIELD(RigidBody,linearDampingFactor,sffloat,linearDampingFactor,FIELDTYPE_SFFloat,UNCA_NONE)
3820EXPOSED_FIELD(RigidBody,linearVelocity,sfvec3f,linearVelocity,FIELDTYPE_SFVec3f,UNCA_SPEED)
3821EXPOSED_FIELD(RigidBody,mass,sffloat,mass,FIELDTYPE_SFFloat,UNCA_MASS)
3822EXPOSED_FIELD(RigidBody,massDensityModel,sfnode,massDensityModel,FIELDTYPE_SFNode,UNCA_NONE)
3823EXPOSED_FIELD(RigidBody,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3824EXPOSED_FIELD(RigidBody,orientation,sfrotation,orientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
3825EXPOSED_FIELD(RigidBody,position,sfvec3f,position,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3826EXPOSED_FIELD(RigidBody,torques,mfvec3f,torques,FIELDTYPE_MFVec3f,UNCA_TORQUE)
3827EXPOSED_FIELD(RigidBody,useFiniteRotation,sfbool,useFiniteRotation,FIELDTYPE_SFBool,UNCA_NONE)
3828EXPOSED_FIELD(RigidBody,useGlobalGravity,sfbool,useGlobalGravity,FIELDTYPE_SFBool,UNCA_NONE)
3832BEGIN_NODE(RigidBodyCollection)
3833EVENT_IN(RigidBodyCollection,set_contacts,mfnode,set_contacts,FIELDTYPE_MFNode)
3834EXPOSED_FIELD(RigidBodyCollection,autoDisable,sfbool,autoDisable,FIELDTYPE_SFBool,UNCA_NONE)
3835EXPOSED_FIELD(RigidBodyCollection,bodies,mfnode,bodies,FIELDTYPE_MFNode,UNCA_NONE)
3836EXPOSED_FIELD(RigidBodyCollection,constantForceMix,sffloat,constantForceMix,FIELDTYPE_SFFloat,UNCA_NONE)
3837EXPOSED_FIELD(RigidBodyCollection,contactSurfaceThickness,sffloat,contactSurfaceThickness,FIELDTYPE_SFFloat,UNCA_LENGTH)
3838EXPOSED_FIELD(RigidBodyCollection,disableAngularSpeed,sffloat,disableAngularSpeed,FIELDTYPE_SFFloat,UNCA_NONE)
3839EXPOSED_FIELD(RigidBodyCollection,disableLinearSpeed,sffloat,disableLinearSpeed,FIELDTYPE_SFFloat,UNCA_NONE)
3840EXPOSED_FIELD(RigidBodyCollection,disableTime,sffloat,disableTime,FIELDTYPE_SFFloat,UNCA_NONE)
3841EXPOSED_FIELD(RigidBodyCollection,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3842EXPOSED_FIELD(RigidBodyCollection,errorCorrection,sffloat,errorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
3843EXPOSED_FIELD(RigidBodyCollection,gravity,sfvec3f,gravity,FIELDTYPE_SFVec3f,UNCA_FORCE)
3844EXPOSED_FIELD(RigidBodyCollection,iterations,sfint32,iterations,FIELDTYPE_SFInt32,UNCA_NONE)
3845EXPOSED_FIELD(RigidBodyCollection,joints,mfnode,joints,FIELDTYPE_MFNode,UNCA_NONE)
3846EXPOSED_FIELD(RigidBodyCollection,maxCorrectionSpeed,sffloat,maxCorrectionSpeed,FIELDTYPE_SFFloat,UNCA_NONE)
3847EXPOSED_FIELD(RigidBodyCollection,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3848EXPOSED_FIELD(RigidBodyCollection,preferAccuracy,sfbool,preferAccuracy,FIELDTYPE_SFBool,UNCA_NONE)
3849EXPOSED_FIELD(RigidBodyCollection,collider,sfnode,collider,FIELDTYPE_SFNode,UNCA_NONE)
3850END_NODE(RigidBodyCollection)
3853BEGIN_NODE(ScalarChaser)
3854EXPOSED_FIELD(ScalarChaser,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3855EVENT_OUT(ScalarChaser,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3856FIELD(ScalarChaser,duration,sftime,duration,FIELDTYPE_SFTime,UNCA_NONE)
3857EVENT_OUT(ScalarChaser,value_changed,sffloat,value_changed,FIELDTYPE_SFFloat)
3858FIELD(ScalarChaser,initialDestination,sffloat,initialDestination,FIELDTYPE_SFFloat,UNCA_NONE)
3859FIELD(ScalarChaser,initialValue,sffloat,initialValue,FIELDTYPE_SFFloat,UNCA_NONE)
3860EVENT_IN(ScalarChaser,set_destination,sffloat,set_destination,FIELDTYPE_SFFloat)
3861EVENT_IN(ScalarChaser,set_value,sffloat,set_value,FIELDTYPE_SFFloat)
3862END_NODE(ScalarChaser)
3865BEGIN_NODE(ScalarDamper)
3866EXPOSED_FIELD(ScalarDamper,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3867EXPOSED_FIELD(ScalarDamper,tau,sftime,tau,FIELDTYPE_SFTime,UNCA_NONE)
3868EXPOSED_FIELD(ScalarDamper,tolerance,sffloat,tolerance,FIELDTYPE_SFFloat,UNCA_NONE)
3869EVENT_OUT(ScalarDamper,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3870FIELD(ScalarDamper,order,sfint32,order,FIELDTYPE_SFInt32,UNCA_NONE)
3871EVENT_OUT(ScalarDamper,value_changed,sffloat,value_changed,FIELDTYPE_SFFloat)
3872FIELD(ScalarDamper,initialDestination,sffloat,initialDestination,FIELDTYPE_SFFloat,UNCA_NONE)
3873FIELD(ScalarDamper,initialValue,sffloat,initialValue,FIELDTYPE_SFFloat,UNCA_NONE)
3874EVENT_IN(ScalarDamper,set_destination,sffloat,set_destination,FIELDTYPE_SFFloat)
3875EVENT_IN(ScalarDamper,set_value,sffloat,set_value,FIELDTYPE_SFFloat)
3876END_NODE(ScalarDamper)
3879BEGIN_NODE(ScalarInterpolator)
3880EVENT_IN(ScalarInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
3881EXPOSED_FIELD(ScalarInterpolator,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
3882EXPOSED_FIELD(ScalarInterpolator,keyValue,mffloat,keyValue,FIELDTYPE_MFFloat,UNCA_NONE)
3883EXPOSED_FIELD(ScalarInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3884EVENT_OUT(ScalarInterpolator,value_changed,sffloat,value_changed,FIELDTYPE_SFFloat)
3885END_NODE(ScalarInterpolator)
3888BEGIN_NODE(ScreenFontStyle)
3889EXPOSED_FIELD(ScreenFontStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3890FIELD(ScreenFontStyle,family,mfstring,family,FIELDTYPE_MFString,UNCA_NONE)
3891FIELD(ScreenFontStyle,horizontal,sfbool,horizontal,FIELDTYPE_SFBool,UNCA_NONE)
3892FIELD(ScreenFontStyle,justify,mfstring,justify,FIELDTYPE_MFString,UNCA_NONE)
3893FIELD(ScreenFontStyle,language,sfstring,language,FIELDTYPE_SFString,UNCA_NONE)
3894FIELD(ScreenFontStyle,leftToRight,sfbool,leftToRight,FIELDTYPE_SFBool,UNCA_NONE)
3895EXPOSED_FIELD(ScreenFontStyle,pointSize,sffloat,pointSize,FIELDTYPE_SFFloat,UNCA_NONE)
3896FIELD(ScreenFontStyle,spacing,sffloat,spacing,FIELDTYPE_SFFloat,UNCA_NONE)
3897FIELD(ScreenFontStyle,style,sfstring,style,FIELDTYPE_SFString,UNCA_NONE)
3898FIELD(ScreenFontStyle,topToBottom,sfbool,topToBottom,FIELDTYPE_SFBool,UNCA_NONE)
3899END_NODE(ScreenFontStyle)
3902BEGIN_NODE(ScreenGroup)
3903EVENT_IN(ScreenGroup,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
3904EVENT_IN(ScreenGroup,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
3905EXPOSED_FIELD(ScreenGroup,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
3906EXPOSED_FIELD(ScreenGroup,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3907FIELD(ScreenGroup,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3908FIELD(ScreenGroup,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3909EXPOSED_FIELD(ScreenGroup,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
3910EXPOSED_FIELD(ScreenGroup,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
3911END_NODE(ScreenGroup)
3915EXPOSED_FIELD(Script,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
3916EXPOSED_FIELD(Script,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3917EXPOSED_FIELD(Script,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
3918EXPOSED_FIELD(Script,refresh,sftime,refresh,FIELDTYPE_SFTime,UNCA_NONE)
3919FIELD(Script,directOutput,sfbool,directOutput,FIELDTYPE_SFBool,UNCA_NONE)
3920FIELD(Script,mustEvaluate,sfbool,mustEvaluate,FIELDTYPE_SFBool,UNCA_NONE)
3921EXPOSED_FIELD(Script,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3925BEGIN_NODE(SegmentedVolumeData)
3926EXPOSED_FIELD(SegmentedVolumeData,dimensions,sfvec3f,dimensions,FIELDTYPE_SFVec3f,UNCA_LENGTH)
3927EXPOSED_FIELD(SegmentedVolumeData,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3928EXPOSED_FIELD(SegmentedVolumeData,voxels,sfnode,voxels,FIELDTYPE_SFNode,UNCA_NONE)
3929FIELD(SegmentedVolumeData,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3930FIELD(SegmentedVolumeData,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3931EXPOSED_FIELD(SegmentedVolumeData,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
3932EXPOSED_FIELD(SegmentedVolumeData,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
3933EXPOSED_FIELD(SegmentedVolumeData,renderStyle,mfnode,renderStyle,FIELDTYPE_MFNode,UNCA_NONE)
3934EXPOSED_FIELD(SegmentedVolumeData,segmentEnabled,mfbool,segmentEnabled,FIELDTYPE_MFBool,UNCA_NONE)
3935EXPOSED_FIELD(SegmentedVolumeData,segmentIdentifiers,sfnode,segmentIdentifiers,FIELDTYPE_SFNode,UNCA_NONE)
3936END_NODE(SegmentedVolumeData)
3939BEGIN_NODE(ShadedVolumeStyle)
3940EXPOSED_FIELD(ShadedVolumeStyle,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3941EXPOSED_FIELD(ShadedVolumeStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3942EXPOSED_FIELD(ShadedVolumeStyle,surfaceNormals,sfnode,surfaceNormals,FIELDTYPE_SFNode,UNCA_NONE)
3943EXPOSED_FIELD(ShadedVolumeStyle,lighting,sfbool,lighting,FIELDTYPE_SFBool,UNCA_NONE)
3944EXPOSED_FIELD(ShadedVolumeStyle,shadows,sfbool,shadows,FIELDTYPE_SFBool,UNCA_NONE)
3945EXPOSED_FIELD(ShadedVolumeStyle,material,sfnode,material,FIELDTYPE_SFNode,UNCA_NONE)
3946FIELD(ShadedVolumeStyle,phaseFunction,sfstring,phaseFunction,FIELDTYPE_SFString,UNCA_NONE)
3947END_NODE(ShadedVolumeStyle)
3950BEGIN_NODE(ShaderPart)
3951EXPOSED_FIELD(ShaderPart,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3952EXPOSED_FIELD(ShaderPart,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
3953EXPOSED_FIELD(ShaderPart,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3954EXPOSED_FIELD(ShaderPart,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
3955EXPOSED_FIELD(ShaderPart,refresh,sftime,refresh,FIELDTYPE_SFTime,UNCA_NONE)
3956EXPOSED_FIELD(ShaderPart,type,sfstring,type,FIELDTYPE_SFString,UNCA_NONE)
3960BEGIN_NODE(ShaderProgram)
3961EXPOSED_FIELD(ShaderProgram,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3962EXPOSED_FIELD(ShaderProgram,url,mfstring,url,FIELDTYPE_MFString,UNCA_NONE)
3963EXPOSED_FIELD(ShaderProgram,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
3964EXPOSED_FIELD(ShaderProgram,load,sfbool,load,FIELDTYPE_SFBool,UNCA_NONE)
3965EXPOSED_FIELD(ShaderProgram,refresh,sftime,refresh,FIELDTYPE_SFTime,UNCA_NONE)
3966EXPOSED_FIELD(ShaderProgram,type,sfstring,type,FIELDTYPE_SFString,UNCA_NONE)
3967END_NODE(ShaderProgram)
3971EXPOSED_FIELD(Shape,appearance,sfnode,appearance,FIELDTYPE_SFNode,UNCA_NONE)
3972EXPOSED_FIELD(Shape,geometry,sfnode,geometry,FIELDTYPE_SFNode,UNCA_NONE)
3973EXPOSED_FIELD(Shape,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
3974FIELD(Shape,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3975FIELD(Shape,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
3976EXPOSED_FIELD(Shape,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
3977EXPOSED_FIELD(Shape,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
3978EXPOSED_FIELD(Shape,castShadow,sfbool,castShadow,FIELDTYPE_SFBool,UNCA_NONE)
3983EXPOSED_FIELD(
SignalPdu,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
3984EVENT_OUT(
SignalPdu,isActive,sfbool,isActive,FIELDTYPE_SFBool)
3985EVENT_OUT(
SignalPdu,timestamp,sftime,timestamp,FIELDTYPE_SFTime)
3986EXPOSED_FIELD(
SignalPdu,address,sfstring,address,FIELDTYPE_SFString,UNCA_NONE)
3987EXPOSED_FIELD(
SignalPdu,port,sfint32,port,FIELDTYPE_SFInt32,UNCA_NONE)
3988EXPOSED_FIELD(
SignalPdu,multicastRelayHost,sfstring,multicastRelayHost,FIELDTYPE_SFString,UNCA_NONE)
3989EXPOSED_FIELD(
SignalPdu,multicastRelayPort,sfint32,multicastRelayPort,FIELDTYPE_SFInt32,UNCA_NONE)
3990EXPOSED_FIELD(
SignalPdu,networkMode,sfstring,networkMode,FIELDTYPE_SFString,UNCA_NONE)
3991EVENT_OUT(
SignalPdu,isNetworkReader,sfbool,isNetworkReader,FIELDTYPE_SFBool)
3992EVENT_OUT(
SignalPdu,isNetworkWriter,sfbool,isNetworkWriter,FIELDTYPE_SFBool)
3993EVENT_OUT(
SignalPdu,isStandAlone,sfbool,isStandAlone,FIELDTYPE_SFBool)
3994EXPOSED_FIELD(
SignalPdu,readInterval,sftime,readInterval,FIELDTYPE_SFTime,UNCA_NONE)
3995EXPOSED_FIELD(
SignalPdu,writeInterval,sftime,writeInterval,FIELDTYPE_SFTime,UNCA_NONE)
3996FIELD(
SignalPdu,rtpHeaderExpected,sfbool,rtpHeaderExpected,FIELDTYPE_SFBool,UNCA_NONE)
3997EVENT_OUT(
SignalPdu,isRtpHeaderHeard,sfbool,isRtpHeaderHeard,FIELDTYPE_SFBool)
3998EXPOSED_FIELD(
SignalPdu,entityID,sfint32,entityID,FIELDTYPE_SFInt32,UNCA_NONE)
3999EXPOSED_FIELD(
SignalPdu,applicationID,sfint32,applicationID,FIELDTYPE_SFInt32,UNCA_NONE)
4000EXPOSED_FIELD(
SignalPdu,siteID,sfint32,siteID,FIELDTYPE_SFInt32,UNCA_NONE)
4001FIELD(
SignalPdu,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
4002EXPOSED_FIELD(
SignalPdu,geoCoords,sfvec3d,geoCoords,FIELDTYPE_SFVec3d,UNCA_GEO)
4003FIELD(
SignalPdu,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4004FIELD(
SignalPdu,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4005EXPOSED_FIELD(
SignalPdu,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
4006EXPOSED_FIELD(
SignalPdu,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
4007EXPOSED_FIELD(
SignalPdu,radioID,sfint32,radioID,FIELDTYPE_SFInt32,UNCA_NONE)
4008EXPOSED_FIELD(
SignalPdu,whichGeometry,sfint32,whichGeometry,FIELDTYPE_SFInt32,UNCA_NONE)
4009EXPOSED_FIELD(
SignalPdu,data,mfint32,data,FIELDTYPE_MFInt32,UNCA_NONE)
4010EXPOSED_FIELD(
SignalPdu,dataLength,sfint32,dataLength,FIELDTYPE_SFInt32,UNCA_NONE)
4011EXPOSED_FIELD(
SignalPdu,encodingScheme,sfint32,encodingScheme,FIELDTYPE_SFInt32,UNCA_NONE)
4012EXPOSED_FIELD(
SignalPdu,sampleRate,sfint32,sampleRate,FIELDTYPE_SFInt32,UNCA_NONE)
4013EXPOSED_FIELD(
SignalPdu,samples,sfint32,samples,FIELDTYPE_SFInt32,UNCA_NONE)
4014EXPOSED_FIELD(
SignalPdu,tdlType,sfint32,tdlType,FIELDTYPE_SFInt32,UNCA_NONE)
4018BEGIN_NODE(SilhouetteEnhancementVolumeStyle)
4019EXPOSED_FIELD(SilhouetteEnhancementVolumeStyle,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4020EXPOSED_FIELD(SilhouetteEnhancementVolumeStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4021EXPOSED_FIELD(SilhouetteEnhancementVolumeStyle,surfaceNormals,sfnode,surfaceNormals,FIELDTYPE_SFNode,UNCA_NONE)
4022EXPOSED_FIELD(SilhouetteEnhancementVolumeStyle,silhouetteBoundaryOpacity,sffloat,silhouetteBoundaryOpacity,FIELDTYPE_SFFloat,UNCA_NONE)
4023EXPOSED_FIELD(SilhouetteEnhancementVolumeStyle,silhouetteRetainedOpacity,sffloat,silhouetteRetainedOpacity,FIELDTYPE_SFFloat,UNCA_NONE)
4024EXPOSED_FIELD(SilhouetteEnhancementVolumeStyle,silhouetteSharpness,sffloat,silhouetteSharpness,FIELDTYPE_SFFloat,UNCA_NONE)
4025END_NODE(SilhouetteEnhancementVolumeStyle)
4028BEGIN_NODE(SingleAxisHingeJoint)
4029EXPOSED_FIELD(SingleAxisHingeJoint,anchorPoint,sfvec3f,anchorPoint,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4030EXPOSED_FIELD(SingleAxisHingeJoint,axis,sfvec3f,axis,FIELDTYPE_SFVec3f,UNCA_NONE)
4031EXPOSED_FIELD(SingleAxisHingeJoint,body1,sfnode,body1,FIELDTYPE_SFNode,UNCA_NONE)
4032EXPOSED_FIELD(SingleAxisHingeJoint,body2,sfnode,body2,FIELDTYPE_SFNode,UNCA_NONE)
4033EXPOSED_FIELD(SingleAxisHingeJoint,forceOutput,mfstring,forceOutput,FIELDTYPE_MFString,UNCA_NONE)
4034EXPOSED_FIELD(SingleAxisHingeJoint,maxAngle,sffloat,maxAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
4035EXPOSED_FIELD(SingleAxisHingeJoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4036EXPOSED_FIELD(SingleAxisHingeJoint,minAngle,sffloat,minAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
4037EXPOSED_FIELD(SingleAxisHingeJoint,stopBounce,sffloat,stopBounce,FIELDTYPE_SFFloat,UNCA_NONE)
4038EXPOSED_FIELD(SingleAxisHingeJoint,stopErrorCorrection,sffloat,stopErrorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
4039EVENT_OUT(SingleAxisHingeJoint,angle,sffloat,angle,FIELDTYPE_SFFloat)
4040EVENT_OUT(SingleAxisHingeJoint,angleRate,sffloat,angleRate,FIELDTYPE_SFFloat)
4041EVENT_OUT(SingleAxisHingeJoint,body1AnchorPoint,sfvec3f,body1AnchorPoint,FIELDTYPE_SFVec3f)
4042EVENT_OUT(SingleAxisHingeJoint,body2AnchorPoint,sfvec3f,body2AnchorPoint,FIELDTYPE_SFVec3f)
4043END_NODE(SingleAxisHingeJoint)
4046BEGIN_NODE(SliderJoint)
4047EXPOSED_FIELD(SliderJoint,axis,sfvec3f,axis,FIELDTYPE_SFVec3f,UNCA_NONE)
4048EXPOSED_FIELD(SliderJoint,body1,sfnode,body1,FIELDTYPE_SFNode,UNCA_NONE)
4049EXPOSED_FIELD(SliderJoint,body2,sfnode,body2,FIELDTYPE_SFNode,UNCA_NONE)
4050EXPOSED_FIELD(SliderJoint,forceOutput,mfstring,forceOutput,FIELDTYPE_MFString,UNCA_NONE)
4051EXPOSED_FIELD(SliderJoint,maxSeparation,sffloat,maxSeparation,FIELDTYPE_SFFloat,UNCA_LENGTH)
4052EXPOSED_FIELD(SliderJoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4053EXPOSED_FIELD(SliderJoint,minSeparation,sffloat,minSeparation,FIELDTYPE_SFFloat,UNCA_LENGTH)
4054EXPOSED_FIELD(SliderJoint,sliderForce,sffloat,sliderForce,FIELDTYPE_SFFloat,UNCA_FORCE)
4055EXPOSED_FIELD(SliderJoint,stopBounce,sffloat,stopBounce,FIELDTYPE_SFFloat,UNCA_NONE)
4056EXPOSED_FIELD(SliderJoint,stopErrorCorrection,sffloat,stopErrorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
4057EVENT_OUT(SliderJoint,separation,sffloat,separation,FIELDTYPE_SFFloat)
4058EVENT_OUT(SliderJoint,separationRate,sffloat,separationRate,FIELDTYPE_SFFloat)
4059END_NODE(SliderJoint)
4063EXPOSED_FIELD(Sound,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4064EXPOSED_FIELD(Sound,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4065EXPOSED_FIELD(Sound,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4066EXPOSED_FIELD(Sound,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
4067EXPOSED_FIELD(Sound,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
4068EXPOSED_FIELD(Sound,location,sfvec3f,location,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4069FIELD(Sound,spatialize,sfbool,spatialize,FIELDTYPE_SFBool,UNCA_NONE)
4070EXPOSED_FIELD(Sound,priority,sffloat,priority,FIELDTYPE_SFFloat,UNCA_NONE)
4071EXPOSED_FIELD(Sound,intensity,sffloat,intensity,FIELDTYPE_SFFloat,UNCA_NONE)
4072EXPOSED_FIELD(Sound,maxBack,sffloat,maxBack,FIELDTYPE_SFFloat,UNCA_LENGTH)
4073EXPOSED_FIELD(Sound,maxFront,sffloat,maxFront,FIELDTYPE_SFFloat,UNCA_LENGTH)
4074EXPOSED_FIELD(Sound,minBack,sffloat,minBack,FIELDTYPE_SFFloat,UNCA_LENGTH)
4075EXPOSED_FIELD(Sound,minFront,sffloat,minFront,FIELDTYPE_SFFloat,UNCA_LENGTH)
4076EXPOSED_FIELD(Sound,source,sfnode,source,FIELDTYPE_SFNode,UNCA_NONE)
4080BEGIN_NODE(SpatialSound)
4081EXPOSED_FIELD(SpatialSound,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4082EXPOSED_FIELD(SpatialSound,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4083EXPOSED_FIELD(SpatialSound,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4084EXPOSED_FIELD(SpatialSound,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
4085EXPOSED_FIELD(SpatialSound,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
4086EXPOSED_FIELD(SpatialSound,location,sfvec3f,location,FIELDTYPE_SFVec3f,UNCA_NONE)
4087FIELD(SpatialSound,spatialize,sfbool,spatialize,FIELDTYPE_SFBool,UNCA_NONE)
4088EXPOSED_FIELD(SpatialSound,priority,sffloat,priority,FIELDTYPE_SFFloat,UNCA_NONE)
4089EXPOSED_FIELD(SpatialSound,intensity,sffloat,intensity,FIELDTYPE_SFFloat,UNCA_NONE)
4090EXPOSED_FIELD(SpatialSound,coneInnerAngle,sffloat,coneInnerAngle,FIELDTYPE_SFFloat,UNCA_NONE)
4091EXPOSED_FIELD(SpatialSound,coneOuterAngle,sffloat,coneOuterAngle,FIELDTYPE_SFFloat,UNCA_NONE)
4092EXPOSED_FIELD(SpatialSound,coneOuterGain,sffloat,coneOuterGain,FIELDTYPE_SFFloat,UNCA_NONE)
4093EXPOSED_FIELD(SpatialSound,distanceModel,sfstring,distanceModel,FIELDTYPE_SFString,UNCA_NONE)
4094EXPOSED_FIELD(SpatialSound,dopplerEnabled,sfbool,dopplerEnabled,FIELDTYPE_SFBool,UNCA_NONE)
4095EXPOSED_FIELD(SpatialSound,enableHRTF,sfbool,enableHRTF,FIELDTYPE_SFBool,UNCA_NONE)
4096EXPOSED_FIELD(SpatialSound,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
4097EXPOSED_FIELD(SpatialSound,maxDistance,sffloat,maxDistance,FIELDTYPE_SFFloat,UNCA_NONE)
4098EXPOSED_FIELD(SpatialSound,referenceDistance,sffloat,referenceDistance,FIELDTYPE_SFFloat,UNCA_NONE)
4099EXPOSED_FIELD(SpatialSound,rolloffFactor,sffloat,rolloffFactor,FIELDTYPE_SFFloat,UNCA_NONE)
4100END_NODE(SpatialSound)
4104EXPOSED_FIELD(Sphere,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4105EXPOSED_FIELD(Sphere,radius,sffloat,radius,FIELDTYPE_SFFloat,UNCA_LENGTH)
4106FIELD(Sphere,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
4110BEGIN_NODE(SphereSensor)
4111EXPOSED_FIELD(SphereSensor,autoOffset,sfbool,autoOffset,FIELDTYPE_SFBool,UNCA_NONE)
4112EXPOSED_FIELD(SphereSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4113EXPOSED_FIELD(SphereSensor,offset,sfrotation,offset,FIELDTYPE_SFRotation,UNCA_ANGLE)
4114EVENT_OUT(SphereSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4115EVENT_OUT(SphereSensor,rotation_changed,sfrotation,rotation_changed,FIELDTYPE_SFRotation)
4116EVENT_OUT(SphereSensor,trackPoint_changed,sfvec3f,trackPoint_changed,FIELDTYPE_SFVec3f)
4117EVENT_OUT(SphereSensor,isOver,sfbool,isOver,FIELDTYPE_SFBool)
4118EXPOSED_FIELD(SphereSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4119EXPOSED_FIELD(SphereSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4120END_NODE(SphereSensor)
4123BEGIN_NODE(SplinePositionInterpolator)
4124EVENT_IN(SplinePositionInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
4125EXPOSED_FIELD(SplinePositionInterpolator,closed,sfbool,closed,FIELDTYPE_SFBool,UNCA_NONE)
4126EXPOSED_FIELD(SplinePositionInterpolator,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
4127EXPOSED_FIELD(SplinePositionInterpolator,keyValue,mfvec3f,keyValue,FIELDTYPE_MFVec3f,UNCA_LENGTH)
4128EXPOSED_FIELD(SplinePositionInterpolator,keyVelocity,mfvec3f,keyVelocity,FIELDTYPE_MFVec3f,UNCA_NONE)
4129EXPOSED_FIELD(SplinePositionInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4130EXPOSED_FIELD(SplinePositionInterpolator,normalizeVelocity,sfbool,normalizeVelocity,FIELDTYPE_SFBool,UNCA_NONE)
4131EVENT_OUT(SplinePositionInterpolator,value_changed,sfvec3f,value_changed,FIELDTYPE_SFVec3f)
4132END_NODE(SplinePositionInterpolator)
4135BEGIN_NODE(SplinePositionInterpolator2D)
4136EVENT_IN(SplinePositionInterpolator2D,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
4137EXPOSED_FIELD(SplinePositionInterpolator2D,closed,sfbool,closed,FIELDTYPE_SFBool,UNCA_NONE)
4138EXPOSED_FIELD(SplinePositionInterpolator2D,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
4139EXPOSED_FIELD(SplinePositionInterpolator2D,keyValue,mfvec2f,keyValue,FIELDTYPE_MFVec2f,UNCA_LENGTH)
4140EXPOSED_FIELD(SplinePositionInterpolator2D,keyVelocity,mfvec2f,keyVelocity,FIELDTYPE_MFVec2f,UNCA_NONE)
4141EXPOSED_FIELD(SplinePositionInterpolator2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4142EXPOSED_FIELD(SplinePositionInterpolator2D,normalizeVelocity,sfbool,normalizeVelocity,FIELDTYPE_SFBool,UNCA_NONE)
4143EVENT_OUT(SplinePositionInterpolator2D,value_changed,sfvec2f,value_changed,FIELDTYPE_SFVec2f)
4144END_NODE(SplinePositionInterpolator2D)
4147BEGIN_NODE(SplineScalarInterpolator)
4148EVENT_IN(SplineScalarInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
4149EXPOSED_FIELD(SplineScalarInterpolator,closed,sfbool,closed,FIELDTYPE_SFBool,UNCA_NONE)
4150EXPOSED_FIELD(SplineScalarInterpolator,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
4151EXPOSED_FIELD(SplineScalarInterpolator,keyValue,mffloat,keyValue,FIELDTYPE_MFFloat,UNCA_NONE)
4152EXPOSED_FIELD(SplineScalarInterpolator,keyVelocity,mffloat,keyVelocity,FIELDTYPE_MFFloat,UNCA_NONE)
4153EXPOSED_FIELD(SplineScalarInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4154EXPOSED_FIELD(SplineScalarInterpolator,normalizeVelocity,sfbool,normalizeVelocity,FIELDTYPE_SFBool,UNCA_NONE)
4155EVENT_OUT(SplineScalarInterpolator,value_changed,sffloat,value_changed,FIELDTYPE_SFFloat)
4156END_NODE(SplineScalarInterpolator)
4159BEGIN_NODE(SpotLight)
4160EXPOSED_FIELD(SpotLight,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4161EXPOSED_FIELD(SpotLight,global,sfbool,global,FIELDTYPE_SFBool,UNCA_NONE)
4162EXPOSED_FIELD(SpotLight,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
4163EXPOSED_FIELD(SpotLight,shadows,sfbool,shadows,FIELDTYPE_SFBool,UNCA_NONE)
4164EXPOSED_FIELD(SpotLight,shadowIntensity,sffloat,shadowIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
4165EXPOSED_FIELD(SpotLight,ambientIntensity,sffloat,ambientIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
4166EXPOSED_FIELD(SpotLight,intensity,sffloat,intensity,FIELDTYPE_SFFloat,UNCA_NONE)
4167EXPOSED_FIELD(SpotLight,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
4168EXPOSED_FIELD(SpotLight,attenuation,sfvec3f,attenuation,FIELDTYPE_SFVec3f,UNCA_NONE)
4169EXPOSED_FIELD(SpotLight,location,sfvec3f,location,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4170EXPOSED_FIELD(SpotLight,radius,sffloat,radius,FIELDTYPE_SFFloat,UNCA_LENGTH)
4171EXPOSED_FIELD(SpotLight,beamWidth,sffloat,beamWidth,FIELDTYPE_SFFloat,UNCA_ANGLE)
4172EXPOSED_FIELD(SpotLight,cutOffAngle,sffloat,cutOffAngle,FIELDTYPE_SFFloat,UNCA_ANGLE)
4173EXPOSED_FIELD(SpotLight,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
4177BEGIN_NODE(SquadOrientationInterpolator)
4178EVENT_IN(SquadOrientationInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
4179EXPOSED_FIELD(SquadOrientationInterpolator,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
4180EXPOSED_FIELD(SquadOrientationInterpolator,keyValue,mfrotation,keyValue,FIELDTYPE_MFRotation,UNCA_ANGLE)
4181EXPOSED_FIELD(SquadOrientationInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4182EXPOSED_FIELD(SquadOrientationInterpolator,normalizeVelocity,sfbool,normalizeVelocity,FIELDTYPE_SFBool,UNCA_NONE)
4183EXPOSED_FIELD(SquadOrientationInterpolator,closed,sfbool,closed,FIELDTYPE_SFBool,0)
4184EVENT_OUT(SquadOrientationInterpolator,value_changed,sfrotation,value_changed,FIELDTYPE_SFRotation)
4185END_NODE(SquadOrientationInterpolator)
4188BEGIN_NODE(StaticGroup)
4189EXPOSED_FIELD(StaticGroup,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4190EXPOSED_FIELD(StaticGroup,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
4191FIELD(StaticGroup,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4192FIELD(StaticGroup,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4193EXPOSED_FIELD(StaticGroup,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
4194EXPOSED_FIELD(StaticGroup,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
4195END_NODE(StaticGroup)
4198BEGIN_NODE(StreamAudioDestination)
4199EXPOSED_FIELD(StreamAudioDestination,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
4200EXPOSED_FIELD(StreamAudioDestination,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
4201EXPOSED_FIELD(StreamAudioDestination,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
4202EXPOSED_FIELD(StreamAudioDestination,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4203EXPOSED_FIELD(StreamAudioDestination,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4204EXPOSED_FIELD(StreamAudioDestination,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
4205EXPOSED_FIELD(StreamAudioDestination,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4206EVENT_OUT(StreamAudioDestination,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
4207EVENT_OUT(StreamAudioDestination,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4208EXPOSED_FIELD(StreamAudioDestination,streamIdentifier,mfstring,streamIdentifier,FIELDTYPE_MFString,UNCA_NONE)
4209END_NODE(StreamAudioDestination)
4212BEGIN_NODE(StreamAudioSource)
4213EXPOSED_FIELD(StreamAudioSource,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4214EXPOSED_FIELD(StreamAudioSource,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4215EXPOSED_FIELD(StreamAudioSource,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
4216EXPOSED_FIELD(StreamAudioSource,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4217EXPOSED_FIELD(StreamAudioSource,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
4218EXPOSED_FIELD(StreamAudioSource,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
4219EXPOSED_FIELD(StreamAudioSource,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
4220EXPOSED_FIELD(StreamAudioSource,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
4221EXPOSED_FIELD(StreamAudioSource,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
4222EVENT_OUT(StreamAudioSource,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
4223EVENT_OUT(StreamAudioSource,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4224EVENT_OUT(StreamAudioSource,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
4225EVENT_OUT(StreamAudioSource,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
4226EXPOSED_FIELD(StreamAudioSource,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
4227EXPOSED_FIELD(StreamAudioSource,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
4228EXPOSED_FIELD(StreamAudioSource,streamIdentifier,mfstring,streamIdentifier,FIELDTYPE_MFString,UNCA_NONE)
4229END_NODE(StreamAudioSource)
4232BEGIN_NODE(StringSensor)
4233EXPOSED_FIELD(StringSensor,deletionAllowed,sfbool,deletionAllowed,FIELDTYPE_SFBool,UNCA_NONE)
4234EXPOSED_FIELD(StringSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4235EXPOSED_FIELD(StringSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4236EVENT_OUT(StringSensor,enteredText,sfstring,enteredText,FIELDTYPE_SFString)
4237EVENT_OUT(StringSensor,finalText,sfstring,finalText,FIELDTYPE_SFString)
4238EVENT_OUT(StringSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4239EXPOSED_FIELD(StringSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4240EXPOSED_FIELD(StringSensor,singleton,sfbool,singleton,FIELDTYPE_SFBool,UNCA_NONE)
4241END_NODE(StringSensor)
4244BEGIN_NODE(SurfaceEmitter)
4245EVENT_IN(SurfaceEmitter,set_coordIndex,mfint32,set_coordIndex,FIELDTYPE_MFInt32)
4246EVENT_IN(SurfaceEmitter,set_coordinate,sfint32,set_coordinate,FIELDTYPE_SFInt32)
4247EXPOSED_FIELD(SurfaceEmitter,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4248EXPOSED_FIELD(SurfaceEmitter,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
4249EXPOSED_FIELD(SurfaceEmitter,speed,sffloat,speed,FIELDTYPE_SFFloat,UNCA_SPEED)
4250EXPOSED_FIELD(SurfaceEmitter,variation,sffloat,variation,FIELDTYPE_SFFloat,UNCA_LENGTH)
4251FIELD(SurfaceEmitter,coordIndex,mfint32,coordIndex,FIELDTYPE_MFInt32,UNCA_NONE)
4252EXPOSED_FIELD(SurfaceEmitter,mass,sffloat,mass,FIELDTYPE_SFFloat,UNCA_MASS)
4253EXPOSED_FIELD(SurfaceEmitter,surfaceArea,sffloat,surfaceArea,FIELDTYPE_SFFloat,UNCA_AREA)
4254EXPOSED_FIELD(SurfaceEmitter,surface,sfnode,surface,FIELDTYPE_SFNode,UNCA_NONE)
4255EXPOSED_FIELD(SurfaceEmitter,geometry,sfnode,geometry,FIELDTYPE_SFNode,UNCA_NONE)
4256END_NODE(SurfaceEmitter)
4260EVENT_IN(Switch,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
4261EVENT_IN(Switch,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
4262EXPOSED_FIELD(Switch,choice,mfnode,choice,FIELDTYPE_MFNode,UNCA_NONE)
4263EXPOSED_FIELD(Switch,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
4264EXPOSED_FIELD(Switch,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4265EXPOSED_FIELD(Switch,whichChoice,sfint32,whichChoice,FIELDTYPE_SFInt32,UNCA_NONE)
4266FIELD(Switch,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4267FIELD(Switch,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4268EXPOSED_FIELD(Switch,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
4269EXPOSED_FIELD(Switch,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
4274EXPOSED_FIELD(Teapot,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4275FIELD(Teapot,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
4279BEGIN_NODE(TexCoordChaser2D)
4280EXPOSED_FIELD(TexCoordChaser2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4281EVENT_OUT(TexCoordChaser2D,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4282FIELD(TexCoordChaser2D,duration,sftime,duration,FIELDTYPE_SFTime,UNCA_NONE)
4283EVENT_OUT(TexCoordChaser2D,value_changed,mfvec2f,value_changed,FIELDTYPE_MFVec2f)
4284FIELD(TexCoordChaser2D,initialDestination,mfvec2f,initialDestination,FIELDTYPE_MFVec2f,UNCA_NONE)
4285FIELD(TexCoordChaser2D,initialValue,mfvec2f,initialValue,FIELDTYPE_MFVec2f,UNCA_NONE)
4286EVENT_IN(TexCoordChaser2D,set_destination,mfvec2f,set_destination,FIELDTYPE_MFVec2f)
4287EVENT_IN(TexCoordChaser2D,set_value,mfvec2f,set_value,FIELDTYPE_MFVec2f)
4288END_NODE(TexCoordChaser2D)
4291BEGIN_NODE(TexCoordDamper2D)
4292EXPOSED_FIELD(TexCoordDamper2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4293EXPOSED_FIELD(TexCoordDamper2D,tau,sftime,tau,FIELDTYPE_SFTime,UNCA_NONE)
4294EXPOSED_FIELD(TexCoordDamper2D,tolerance,sffloat,tolerance,FIELDTYPE_SFFloat,UNCA_NONE)
4295EVENT_OUT(TexCoordDamper2D,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4296FIELD(TexCoordDamper2D,order,sfint32,order,FIELDTYPE_SFInt32,UNCA_NONE)
4297EVENT_OUT(TexCoordDamper2D,value_changed,mfvec2f,value_changed,FIELDTYPE_MFVec2f)
4298FIELD(TexCoordDamper2D,initialDestination,mfvec2f,initialDestination,FIELDTYPE_MFVec2f,UNCA_NONE)
4299FIELD(TexCoordDamper2D,initialValue,mfvec2f,initialValue,FIELDTYPE_MFVec2f,UNCA_NONE)
4300EVENT_IN(TexCoordDamper2D,set_destination,mfvec2f,set_destination,FIELDTYPE_MFVec2f)
4301EVENT_IN(TexCoordDamper2D,set_value,mfvec2f,set_value,FIELDTYPE_MFVec2f)
4302END_NODE(TexCoordDamper2D)
4306EXPOSED_FIELD(Text,fontStyle,sfnode,fontStyle,FIELDTYPE_SFNode,UNCA_NONE)
4307EXPOSED_FIELD(Text,length,mffloat,length,FIELDTYPE_MFFloat,UNCA_LENGTH)
4308EXPOSED_FIELD(Text,maxExtent,sffloat,maxExtent,FIELDTYPE_SFFloat,UNCA_NONE)
4309EXPOSED_FIELD(Text,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4310EXPOSED_FIELD(Text,
string,mfstring,
string,FIELDTYPE_MFString,UNCA_NONE)
4311EVENT_OUT(Text,lineBounds,mfvec2f,lineBounds,FIELDTYPE_MFVec2f)
4312EVENT_OUT(Text,origin,sfvec3f,origin,FIELDTYPE_SFVec3f)
4313FIELD(Text,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
4314EVENT_OUT(Text,textBounds,sfvec2f,textBounds,FIELDTYPE_SFVec2f)
4318BEGIN_NODE(TextureBackground)
4319EVENT_IN(TextureBackground,set_bind,sfbool,set_bind,FIELDTYPE_SFBool)
4320EXPOSED_FIELD(TextureBackground,groundAngle,mffloat,groundAngle,FIELDTYPE_MFFloat,UNCA_ANGLE)
4321EXPOSED_FIELD(TextureBackground,groundColor,mfcolor,groundColor,FIELDTYPE_MFColor,UNCA_NONE)
4322EXPOSED_FIELD(TextureBackground,skyAngle,mffloat,skyAngle,FIELDTYPE_MFFloat,UNCA_ANGLE)
4323EXPOSED_FIELD(TextureBackground,skyColor,mfcolor,skyColor,FIELDTYPE_MFColor,UNCA_NONE)
4324EVENT_OUT(TextureBackground,bindTime,sftime,bindTime,FIELDTYPE_SFTime)
4325EVENT_OUT(TextureBackground,isBound,sfbool,isBound,FIELDTYPE_SFBool)
4326EXPOSED_FIELD(TextureBackground,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4327EXPOSED_FIELD(TextureBackground,frontTexture,sfnode,frontTexture,FIELDTYPE_SFNode,UNCA_NONE)
4328EXPOSED_FIELD(TextureBackground,backTexture,sfnode,backTexture,FIELDTYPE_SFNode,UNCA_NONE)
4329EXPOSED_FIELD(TextureBackground,topTexture,sfnode,topTexture,FIELDTYPE_SFNode,UNCA_NONE)
4330EXPOSED_FIELD(TextureBackground,bottomTexture,sfnode,bottomTexture,FIELDTYPE_SFNode,UNCA_NONE)
4331EXPOSED_FIELD(TextureBackground,leftTexture,sfnode,leftTexture,FIELDTYPE_SFNode,UNCA_NONE)
4332EXPOSED_FIELD(TextureBackground,rightTexture,sfnode,rightTexture,FIELDTYPE_SFNode,UNCA_NONE)
4333EXPOSED_FIELD(TextureBackground,transparency,mffloat,transparency,FIELDTYPE_MFFloat,UNCA_NONE)
4334END_NODE(TextureBackground)
4337BEGIN_NODE(TextureCoordinate)
4338EXPOSED_FIELD(TextureCoordinate,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4339EXPOSED_FIELD(TextureCoordinate,mapping,sfstring,mapping,FIELDTYPE_SFString,UNCA_NONE)
4340EXPOSED_FIELD(TextureCoordinate,point,mfvec2f,point,FIELDTYPE_MFVec2f,UNCA_NONE)
4341END_NODE(TextureCoordinate)
4344BEGIN_NODE(TextureCoordinate3D)
4345EXPOSED_FIELD(TextureCoordinate3D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4346EXPOSED_FIELD(TextureCoordinate3D,point,mfvec3f,point,FIELDTYPE_MFVec3f,UNCA_NONE)
4347EXPOSED_FIELD(TextureCoordinate3D,mapping,sfstring,mapping,FIELDTYPE_SFString,UNCA_NONE)
4348END_NODE(TextureCoordinate3D)
4351BEGIN_NODE(TextureCoordinate4D)
4352EXPOSED_FIELD(TextureCoordinate4D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4353EXPOSED_FIELD(TextureCoordinate4D,point,mfvec4f,point,FIELDTYPE_MFVec4f,UNCA_NONE)
4354EXPOSED_FIELD(TextureCoordinate4D,mapping,sfstring,mapping,FIELDTYPE_SFString,UNCA_NONE)
4355END_NODE(TextureCoordinate4D)
4358BEGIN_NODE(TextureCoordinateGenerator)
4359EXPOSED_FIELD(TextureCoordinateGenerator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4360EXPOSED_FIELD(TextureCoordinateGenerator,mapping,sfstring,mapping,FIELDTYPE_SFString,UNCA_NONE)
4361EXPOSED_FIELD(TextureCoordinateGenerator,mode,sfstring,mode,FIELDTYPE_SFString,UNCA_NONE)
4362EXPOSED_FIELD(TextureCoordinateGenerator,parameter,mffloat,parameter,FIELDTYPE_MFFloat,UNCA_NONE)
4363END_NODE(TextureCoordinateGenerator)
4366BEGIN_NODE(TextureProjector)
4367EXPOSED_FIELD(TextureProjector,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4368EXPOSED_FIELD(TextureProjector,global,sfbool,global,FIELDTYPE_SFBool,UNCA_NONE)
4369EXPOSED_FIELD(TextureProjector,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
4370EXPOSED_FIELD(TextureProjector,shadows,sfbool,shadows,FIELDTYPE_SFBool,UNCA_NONE)
4371EXPOSED_FIELD(TextureProjector,shadowIntensity,sffloat,shadowIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
4372EXPOSED_FIELD(TextureProjector,ambientIntensity,sffloat,ambientIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
4373EXPOSED_FIELD(TextureProjector,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
4374EXPOSED_FIELD(TextureProjector,intensity,sffloat,intensity,FIELDTYPE_SFFloat,UNCA_NONE)
4375EXPOSED_FIELD(TextureProjector,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4376EXPOSED_FIELD(TextureProjector,location,sfvec3f,location,FIELDTYPE_SFVec3f,UNCA_NONE)
4377EXPOSED_FIELD(TextureProjector,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
4378EXPOSED_FIELD(TextureProjector,nearDistance,sffloat,nearDistance,FIELDTYPE_SFFloat,UNCA_NONE)
4379EXPOSED_FIELD(TextureProjector,farDistance,sffloat,farDistance,FIELDTYPE_SFFloat,UNCA_NONE)
4380EXPOSED_FIELD(TextureProjector,texture,sfnode,texture,FIELDTYPE_SFNode,UNCA_NONE)
4381EXPOSED_FIELD(TextureProjector,backCull,sfbool,backCull,FIELDTYPE_SFBool,UNCA_NONE)
4382EXPOSED_FIELD(TextureProjector,upVector,sfvec3f,upVector,FIELDTYPE_SFVec3f,UNCA_NONE)
4383EXPOSED_FIELD(TextureProjector,aspectRatio,sffloat,aspectRatio,FIELDTYPE_SFFloat,UNCA_NONE)
4384EXPOSED_FIELD(TextureProjector,fieldOfView,sffloat,fieldOfView,FIELDTYPE_SFFloat,UNCA_NONE)
4385END_NODE(TextureProjector)
4388BEGIN_NODE(TextureProjectorParallel)
4389EXPOSED_FIELD(TextureProjectorParallel,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4390EXPOSED_FIELD(TextureProjectorParallel,global,sfbool,global,FIELDTYPE_SFBool,UNCA_NONE)
4391EXPOSED_FIELD(TextureProjectorParallel,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
4392EXPOSED_FIELD(TextureProjectorParallel,shadows,sfbool,shadows,FIELDTYPE_SFBool,UNCA_NONE)
4393EXPOSED_FIELD(TextureProjectorParallel,shadowIntensity,sffloat,shadowIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
4394EXPOSED_FIELD(TextureProjectorParallel,ambientIntensity,sffloat,ambientIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
4395EXPOSED_FIELD(TextureProjectorParallel,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
4396EXPOSED_FIELD(TextureProjectorParallel,intensity,sffloat,intensity,FIELDTYPE_SFFloat,UNCA_NONE)
4397EXPOSED_FIELD(TextureProjectorParallel,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4398EXPOSED_FIELD(TextureProjectorParallel,location,sfvec3f,location,FIELDTYPE_SFVec3f,UNCA_NONE)
4399EXPOSED_FIELD(TextureProjectorParallel,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
4400EXPOSED_FIELD(TextureProjectorParallel,nearDistance,sffloat,nearDistance,FIELDTYPE_SFFloat,UNCA_NONE)
4401EXPOSED_FIELD(TextureProjectorParallel,farDistance,sffloat,farDistance,FIELDTYPE_SFFloat,UNCA_NONE)
4402EXPOSED_FIELD(TextureProjectorParallel,texture,sfnode,texture,FIELDTYPE_SFNode,UNCA_NONE)
4403EXPOSED_FIELD(TextureProjectorParallel,backCull,sfbool,backCull,FIELDTYPE_SFBool,UNCA_NONE)
4404EXPOSED_FIELD(TextureProjectorParallel,upVector,sfvec3f,upVector,FIELDTYPE_SFVec3f,UNCA_NONE)
4405EXPOSED_FIELD(TextureProjectorParallel,aspectRatio,sffloat,aspectRatio,FIELDTYPE_SFFloat,UNCA_NONE)
4406EXPOSED_FIELD(TextureProjectorParallel,fieldOfView,sfvec4f,fieldOfView,FIELDTYPE_SFVec4f,UNCA_NONE)
4407END_NODE(TextureProjectorParallel)
4410BEGIN_NODE(TextureProjectorPoint)
4411EXPOSED_FIELD(TextureProjectorPoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4412EXPOSED_FIELD(TextureProjectorPoint,global,sfbool,global,FIELDTYPE_SFBool,UNCA_NONE)
4413EXPOSED_FIELD(TextureProjectorPoint,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
4414EXPOSED_FIELD(TextureProjectorPoint,shadows,sfbool,shadows,FIELDTYPE_SFBool,UNCA_NONE)
4415EXPOSED_FIELD(TextureProjectorPoint,shadowIntensity,sffloat,shadowIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
4416EXPOSED_FIELD(TextureProjectorPoint,ambientIntensity,sffloat,ambientIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
4417EXPOSED_FIELD(TextureProjectorPoint,color,sfcolor,color,FIELDTYPE_SFColor,UNCA_NONE)
4418EXPOSED_FIELD(TextureProjectorPoint,intensity,sffloat,intensity,FIELDTYPE_SFFloat,UNCA_NONE)
4419EXPOSED_FIELD(TextureProjectorPoint,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4420EXPOSED_FIELD(TextureProjectorPoint,location,sfvec3f,location,FIELDTYPE_SFVec3f,UNCA_NONE)
4421EXPOSED_FIELD(TextureProjectorPoint,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
4422EXPOSED_FIELD(TextureProjectorPoint,nearDistance,sffloat,nearDistance,FIELDTYPE_SFFloat,UNCA_NONE)
4423EXPOSED_FIELD(TextureProjectorPoint,farDistance,sffloat,farDistance,FIELDTYPE_SFFloat,UNCA_NONE)
4424EXPOSED_FIELD(TextureProjectorPoint,texture,sfnode,texture,FIELDTYPE_SFNode,UNCA_NONE)
4425EXPOSED_FIELD(TextureProjectorPoint,backCull,sfbool,backCull,FIELDTYPE_SFBool,UNCA_NONE)
4426EXPOSED_FIELD(TextureProjectorPoint,upVector,sfvec3f,upVector,FIELDTYPE_SFVec3f,UNCA_NONE)
4427END_NODE(TextureProjectorPoint)
4430BEGIN_NODE(TextureProperties)
4431EXPOSED_FIELD(TextureProperties,anisotropicDegree,sffloat,anisotropicDegree,FIELDTYPE_SFFloat,UNCA_NONE)
4432EXPOSED_FIELD(TextureProperties,borderColor,sfcolorrgba,borderColor,FIELDTYPE_SFColorRGBA,UNCA_NONE)
4433EXPOSED_FIELD(TextureProperties,borderWidth,sfint32,borderWidth,FIELDTYPE_SFInt32,UNCA_NONE)
4434EXPOSED_FIELD(TextureProperties,boundaryModeS,sfstring,boundaryModeS,FIELDTYPE_SFString,UNCA_NONE)
4435EXPOSED_FIELD(TextureProperties,boundaryModeT,sfstring,boundaryModeT,FIELDTYPE_SFString,UNCA_NONE)
4436EXPOSED_FIELD(TextureProperties,boundaryModeR,sfstring,boundaryModeR,FIELDTYPE_SFString,UNCA_NONE)
4437EXPOSED_FIELD(TextureProperties,magnificationFilter,sfstring,magnificationFilter,FIELDTYPE_SFString,UNCA_NONE)
4438EXPOSED_FIELD(TextureProperties,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4439EXPOSED_FIELD(TextureProperties,minificationFilter,sfstring,minificationFilter,FIELDTYPE_SFString,UNCA_NONE)
4440EXPOSED_FIELD(TextureProperties,textureCompression,sfstring,textureCompression,FIELDTYPE_SFString,UNCA_NONE)
4441EXPOSED_FIELD(TextureProperties,texturePriority,sffloat,texturePriority,FIELDTYPE_SFFloat,UNCA_NONE)
4442FIELD(TextureProperties,generateMipMaps,sfbool,generateMipMaps,FIELDTYPE_SFBool,UNCA_NONE)
4443END_NODE(TextureProperties)
4446BEGIN_NODE(TextureTransform)
4447EXPOSED_FIELD(TextureTransform,center,sfvec2f,center,FIELDTYPE_SFVec2f,UNCA_NONE)
4448EXPOSED_FIELD(TextureTransform,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4449EXPOSED_FIELD(TextureTransform,mapping,sfstring,mapping,FIELDTYPE_SFString,UNCA_NONE)
4450EXPOSED_FIELD(TextureTransform,rotation,sffloat,rotation,FIELDTYPE_SFFloat,UNCA_ANGLE)
4451EXPOSED_FIELD(TextureTransform,scale,sfvec2f,scale,FIELDTYPE_SFVec2f,UNCA_NONE)
4452EXPOSED_FIELD(TextureTransform,translation,sfvec2f,translation,FIELDTYPE_SFVec2f,UNCA_NONE)
4453END_NODE(TextureTransform)
4456BEGIN_NODE(TextureTransform3D)
4457EXPOSED_FIELD(TextureTransform3D,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_NONE)
4458EXPOSED_FIELD(TextureTransform3D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4459EXPOSED_FIELD(TextureTransform3D,rotation,sfrotation,rotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
4460EXPOSED_FIELD(TextureTransform3D,scale,sfvec3f,scale,FIELDTYPE_SFVec3f,UNCA_NONE)
4461EXPOSED_FIELD(TextureTransform3D,translation,sfvec3f,translation,FIELDTYPE_SFVec3f,UNCA_NONE)
4462EXPOSED_FIELD(TextureTransform3D,mapping,sfstring,mapping,FIELDTYPE_SFString,UNCA_NONE)
4463END_NODE(TextureTransform3D)
4466BEGIN_NODE(TextureTransformGenerator)
4467EXPOSED_FIELD(TextureTransformGenerator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4468EXPOSED_FIELD(TextureTransformGenerator,mapping,sfstring,mapping,FIELDTYPE_SFString,UNCA_NONE)
4469EXPOSED_FIELD(TextureTransformGenerator,mode,sfstring,mode,FIELDTYPE_SFString,UNCA_NONE)
4470EXPOSED_FIELD(TextureTransformGenerator,parameter,mffloat,parameter,FIELDTYPE_MFFloat,UNCA_NONE)
4471END_NODE(TextureTransformGenerator)
4474BEGIN_NODE(TextureTransformMatrix3D)
4475EXPOSED_FIELD(TextureTransformMatrix3D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4476EXPOSED_FIELD(TextureTransformMatrix3D,matrix,sfmatrix4f,matrix,FIELDTYPE_SFMatrix4f,UNCA_NONE)
4477EXPOSED_FIELD(TextureTransformMatrix3D,mapping,sfstring,mapping,FIELDTYPE_SFString,UNCA_NONE)
4478END_NODE(TextureTransformMatrix3D)
4482EVENT_IN(Tile,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
4483EVENT_IN(Tile,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
4484EXPOSED_FIELD(Tile,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
4485EXPOSED_FIELD(Tile,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_NONE)
4486FIELD(Tile,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_NONE)
4487FIELD(Tile,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_NONE)
4488EXPOSED_FIELD(Tile,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
4489EXPOSED_FIELD(Tile,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
4490EXPOSED_FIELD(Tile,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4491EXPOSED_FIELD(Tile,content,sfnode,content,FIELDTYPE_SFNode,UNCA_NONE)
4492FIELD(Tile,geometricError,sffloat,geometricError,FIELDTYPE_SFFloat,UNCA_NONE)
4493FIELD(Tile,refine,sfstring,refine,FIELDTYPE_SFString,UNCA_NONE)
4494EXPOSED_FIELD(Tile,showContent,sfbool,showContent,FIELDTYPE_SFBool,UNCA_NONE)
4495EXPOSED_FIELD(Tile,boundingVolume,mffloat,boundingVolume,FIELDTYPE_MFFloat,UNCA_NONE)
4496FIELD(Tile,boundingVolumeType,sfstring,boundingVolumeType,FIELDTYPE_SFString,UNCA_NONE)
4497EXPOSED_FIELD(Tile,contentVolume,mffloat,contentVolume,FIELDTYPE_MFFloat,UNCA_NONE)
4498FIELD(Tile,contentVolumeType,sfstring,contentVolumeType,FIELDTYPE_SFString,UNCA_NONE)
4502BEGIN_NODE(TimeSensor)
4503EXPOSED_FIELD(TimeSensor,cycleInterval,sftime,cycleInterval,FIELDTYPE_SFTime,UNCA_NONE)
4504EXPOSED_FIELD(TimeSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4505EXPOSED_FIELD(TimeSensor,loop,sfbool,loop,FIELDTYPE_SFBool,UNCA_NONE)
4506EXPOSED_FIELD(TimeSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4507EXPOSED_FIELD(TimeSensor,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
4508EXPOSED_FIELD(TimeSensor,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
4509EXPOSED_FIELD(TimeSensor,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
4510EXPOSED_FIELD(TimeSensor,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
4511EVENT_OUT(TimeSensor,cycleTime,sftime,cycleTime,FIELDTYPE_SFTime)
4512EVENT_OUT(TimeSensor,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
4513EVENT_OUT(TimeSensor,fraction_changed,sffloat,fraction_changed,FIELDTYPE_SFFloat)
4514EVENT_OUT(TimeSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4515EVENT_OUT(TimeSensor,isPaused,sftime,isPaused,FIELDTYPE_SFTime)
4516EVENT_OUT(TimeSensor,time,sftime,time,FIELDTYPE_SFTime)
4517EXPOSED_FIELD(TimeSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4521BEGIN_NODE(TimeTrigger)
4522EVENT_IN(TimeTrigger,set_boolean,sfbool,set_boolean,FIELDTYPE_SFBool)
4523EVENT_OUT(TimeTrigger,triggerTime,sftime,triggerTime,FIELDTYPE_SFTime)
4524EXPOSED_FIELD(TimeTrigger,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4525END_NODE(TimeTrigger)
4528BEGIN_NODE(ToneMappedVolumeStyle)
4529EXPOSED_FIELD(ToneMappedVolumeStyle,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4530EXPOSED_FIELD(ToneMappedVolumeStyle,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4531EXPOSED_FIELD(ToneMappedVolumeStyle,surfaceNormals,sfnode,surfaceNormals,FIELDTYPE_SFNode,UNCA_NONE)
4532EXPOSED_FIELD(ToneMappedVolumeStyle,coolColor,sfcolorrgba,coolColor,FIELDTYPE_SFColorRGBA,UNCA_NONE)
4533EXPOSED_FIELD(ToneMappedVolumeStyle,warmColor,sfcolorrgba,warmColor,FIELDTYPE_SFColorRGBA,UNCA_NONE)
4534END_NODE(ToneMappedVolumeStyle)
4537BEGIN_NODE(TouchSensor)
4538EXPOSED_FIELD(TouchSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4539EVENT_OUT(TouchSensor,hitNormal_changed,sfvec3f,hitNormal_changed,FIELDTYPE_SFVec3f)
4540EVENT_OUT(TouchSensor,hitPoint_changed,sfvec3f,hitPoint_changed,FIELDTYPE_SFVec3f)
4541EVENT_OUT(TouchSensor,hitTexCoord_changed,sfvec2f,hitTexCoord_changed,FIELDTYPE_SFVec2f)
4542EVENT_OUT(TouchSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4543EVENT_OUT(TouchSensor,isOver,sfbool,isOver,FIELDTYPE_SFBool)
4544EXPOSED_FIELD(TouchSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4545EVENT_OUT(TouchSensor,touchTime,sftime,touchTime,FIELDTYPE_SFTime)
4546EXPOSED_FIELD(TouchSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4547END_NODE(TouchSensor)
4550BEGIN_NODE(TrackingSensor)
4551EXPOSED_FIELD(TrackingSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4552EVENT_OUT(TrackingSensor,position,sfvec3f,position,FIELDTYPE_SFVec3f)
4553EVENT_OUT(TrackingSensor,rotation,sfrotation,rotation,FIELDTYPE_SFRotation)
4554EVENT_OUT(TrackingSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4555EXPOSED_FIELD(TrackingSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4556EXPOSED_FIELD(TrackingSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4557EVENT_OUT(TrackingSensor,isPositionAvailable,sfbool,isPositionAvailable,FIELDTYPE_SFBool)
4558EVENT_OUT(TrackingSensor,isRotationAvailable,sfbool,isRotationAvailable,FIELDTYPE_SFBool)
4559END_NODE(TrackingSensor)
4562BEGIN_NODE(Transform)
4563EVENT_IN(Transform,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
4564EVENT_IN(Transform,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
4565EXPOSED_FIELD(Transform,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4566EXPOSED_FIELD(Transform,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
4567EXPOSED_FIELD(Transform,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4568EXPOSED_FIELD(Transform,rotation,sfrotation,rotation,FIELDTYPE_SFRotation,UNCA_ANGLE)
4569EXPOSED_FIELD(Transform,scale,sfvec3f,scale,FIELDTYPE_SFVec3f,UNCA_NONE)
4570EXPOSED_FIELD(Transform,scaleOrientation,sfrotation,scaleOrientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
4571EXPOSED_FIELD(Transform,translation,sfvec3f,translation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4572FIELD(Transform,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4573FIELD(Transform,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4574EXPOSED_FIELD(Transform,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
4575EXPOSED_FIELD(Transform,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
4579BEGIN_NODE(TransformSensor)
4580EXPOSED_FIELD(TransformSensor,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4581EXPOSED_FIELD(TransformSensor,size,sfvec3f,size,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4582EXPOSED_FIELD(TransformSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4583EXPOSED_FIELD(TransformSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4584EVENT_OUT(TransformSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4585EVENT_OUT(TransformSensor,position_changed,sfvec3f,position_changed,FIELDTYPE_SFVec3f)
4586EVENT_OUT(TransformSensor,orientation_changed,sfrotation,orientation_changed,FIELDTYPE_SFRotation)
4587EVENT_OUT(TransformSensor,enterTime,sftime,enterTime,FIELDTYPE_SFTime)
4588EVENT_OUT(TransformSensor,exitTime,sftime,exitTime,FIELDTYPE_SFTime)
4589EXPOSED_FIELD(TransformSensor,targetObject,sfnode,targetObject,FIELDTYPE_SFNode,UNCA_NONE)
4590EXPOSED_FIELD(TransformSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4591END_NODE(TransformSensor)
4595EXPOSED_FIELD(
TransmitterPdu,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4596EVENT_OUT(
TransmitterPdu,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4597EVENT_OUT(
TransmitterPdu,timestamp,sftime,timestamp,FIELDTYPE_SFTime)
4598EXPOSED_FIELD(
TransmitterPdu,address,sfstring,address,FIELDTYPE_SFString,UNCA_NONE)
4599EXPOSED_FIELD(
TransmitterPdu,port,sfint32,port,FIELDTYPE_SFInt32,UNCA_NONE)
4600EXPOSED_FIELD(
TransmitterPdu,multicastRelayHost,sfstring,multicastRelayHost,FIELDTYPE_SFString,UNCA_NONE)
4601EXPOSED_FIELD(
TransmitterPdu,multicastRelayPort,sfint32,multicastRelayPort,FIELDTYPE_SFInt32,UNCA_NONE)
4602EXPOSED_FIELD(
TransmitterPdu,networkMode,sfstring,networkMode,FIELDTYPE_SFString,UNCA_NONE)
4603EVENT_OUT(
TransmitterPdu,isNetworkReader,sfbool,isNetworkReader,FIELDTYPE_SFBool)
4604EVENT_OUT(
TransmitterPdu,isNetworkWriter,sfbool,isNetworkWriter,FIELDTYPE_SFBool)
4605EVENT_OUT(
TransmitterPdu,isStandAlone,sfbool,isStandAlone,FIELDTYPE_SFBool)
4606EXPOSED_FIELD(
TransmitterPdu,readInterval,sftime,readInterval,FIELDTYPE_SFTime,UNCA_NONE)
4607EXPOSED_FIELD(
TransmitterPdu,writeInterval,sftime,writeInterval,FIELDTYPE_SFTime,UNCA_NONE)
4608FIELD(
TransmitterPdu,rtpHeaderExpected,sfbool,rtpHeaderExpected,FIELDTYPE_SFBool,UNCA_NONE)
4609EVENT_OUT(
TransmitterPdu,isRtpHeaderHeard,sfbool,isRtpHeaderHeard,FIELDTYPE_SFBool)
4610EXPOSED_FIELD(
TransmitterPdu,entityID,sfint32,entityID,FIELDTYPE_SFInt32,UNCA_NONE)
4611EXPOSED_FIELD(
TransmitterPdu,applicationID,sfint32,applicationID,FIELDTYPE_SFInt32,UNCA_NONE)
4612EXPOSED_FIELD(
TransmitterPdu,siteID,sfint32,siteID,FIELDTYPE_SFInt32,UNCA_NONE)
4613FIELD(
TransmitterPdu,geoSystem,mfstring,geoSystem,FIELDTYPE_MFString,UNCA_NONE)
4614EXPOSED_FIELD(
TransmitterPdu,geoCoords,sfvec3d,geoCoords,FIELDTYPE_SFVec3d,UNCA_GEO)
4615FIELD(
TransmitterPdu,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4616FIELD(
TransmitterPdu,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4617EXPOSED_FIELD(
TransmitterPdu,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
4618EXPOSED_FIELD(
TransmitterPdu,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
4619EXPOSED_FIELD(
TransmitterPdu,radioID,sfint32,radioID,FIELDTYPE_SFInt32,UNCA_NONE)
4620EXPOSED_FIELD(
TransmitterPdu,whichGeometry,sfint32,whichGeometry,FIELDTYPE_SFInt32,UNCA_NONE)
4621EXPOSED_FIELD(
TransmitterPdu,radioEntityTypeKind,sfint32,radioEntityTypeKind,FIELDTYPE_SFInt32,UNCA_NONE)
4622EXPOSED_FIELD(
TransmitterPdu,radioEntityTypeDomain,sfint32,radioEntityTypeDomain,FIELDTYPE_SFInt32,UNCA_NONE)
4623EXPOSED_FIELD(
TransmitterPdu,radioEntityTypeCountry,sfint32,radioEntityTypeCountry,FIELDTYPE_SFInt32,UNCA_NONE)
4624EXPOSED_FIELD(
TransmitterPdu,radioEntityTypeCategory,sfint32,radioEntityTypeCategory,FIELDTYPE_SFInt32,UNCA_NONE)
4625EXPOSED_FIELD(
TransmitterPdu,radioEntityTypeNomenclature,sfint32,radioEntityTypeNomenclature,FIELDTYPE_SFInt32,UNCA_NONE)
4626EXPOSED_FIELD(
TransmitterPdu,radioEntityTypeNomenclatureVersion,sfint32,radioEntityTypeNomenclatureVersion,FIELDTYPE_SFInt32,UNCA_NONE)
4627EXPOSED_FIELD(
TransmitterPdu,antennaLocation,sfvec3f,antennaLocation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4628EXPOSED_FIELD(
TransmitterPdu,antennaPatternLength,sfint32,antennaPatternLength,FIELDTYPE_SFInt32,UNCA_NONE)
4629EXPOSED_FIELD(
TransmitterPdu,antennaPatternType,sfint32,antennaPatternType,FIELDTYPE_SFInt32,UNCA_NONE)
4630EXPOSED_FIELD(
TransmitterPdu,relativeAntennaLocation,sfvec3f,relativeAntennaLocation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4631EXPOSED_FIELD(
TransmitterPdu,inputSource,sfint32,inputSource,FIELDTYPE_SFInt32,UNCA_NONE)
4632EXPOSED_FIELD(
TransmitterPdu,transmitState,sfint32,transmitState,FIELDTYPE_SFInt32,UNCA_NONE)
4633EXPOSED_FIELD(
TransmitterPdu,power,sffloat,power,FIELDTYPE_SFFloat,UNCA_NONE)
4634EXPOSED_FIELD(
TransmitterPdu,frequency,sfint32,frequency,FIELDTYPE_SFInt32,UNCA_NONE)
4635EXPOSED_FIELD(
TransmitterPdu,transmitFrequencyBandwidth,sffloat,transmitFrequencyBandwidth,FIELDTYPE_SFFloat,UNCA_NONE)
4636EXPOSED_FIELD(
TransmitterPdu,lengthOfModulationParameters,sfint32,lengthOfModulationParameters,FIELDTYPE_SFInt32,UNCA_NONE)
4637EXPOSED_FIELD(
TransmitterPdu,modulationTypeDetail,sfint32,modulationTypeDetail,FIELDTYPE_SFInt32,UNCA_NONE)
4638EXPOSED_FIELD(
TransmitterPdu,modulationTypeMajor,sfint32,modulationTypeMajor,FIELDTYPE_SFInt32,UNCA_NONE)
4639EXPOSED_FIELD(
TransmitterPdu,modulationTypeSpreadSpectrum,sfint32,modulationTypeSpreadSpectrum,FIELDTYPE_SFInt32,UNCA_NONE)
4640EXPOSED_FIELD(
TransmitterPdu,modulationTypeSystem,sfint32,modulationTypeSystem,FIELDTYPE_SFInt32,UNCA_NONE)
4641EXPOSED_FIELD(
TransmitterPdu,cryptoSystem,sfint32,cryptoSystem,FIELDTYPE_SFInt32,UNCA_NONE)
4642EXPOSED_FIELD(
TransmitterPdu,cryptoKeyID,sfint32,cryptoKeyID,FIELDTYPE_SFInt32,UNCA_NONE)
4646BEGIN_NODE(TriangleFanSet)
4647EXPOSED_FIELD(TriangleFanSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
4648EXPOSED_FIELD(TriangleFanSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
4649EXPOSED_FIELD(TriangleFanSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
4650FIELD(TriangleFanSet,fanCount,mfint32,fanCount,FIELDTYPE_MFInt32,UNCA_NONE)
4651EXPOSED_FIELD(TriangleFanSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
4652EXPOSED_FIELD(TriangleFanSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4653EXPOSED_FIELD(TriangleFanSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
4654EXPOSED_FIELD(TriangleFanSet,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
4655FIELD(TriangleFanSet,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
4656FIELD(TriangleFanSet,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
4657FIELD(TriangleFanSet,normalPerVertex,sfbool,normalPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
4658FIELD(TriangleFanSet,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
4659END_NODE(TriangleFanSet)
4662BEGIN_NODE(TriangleSet)
4663EXPOSED_FIELD(TriangleSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
4664EXPOSED_FIELD(TriangleSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
4665EXPOSED_FIELD(TriangleSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
4666EXPOSED_FIELD(TriangleSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
4667EXPOSED_FIELD(TriangleSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4668EXPOSED_FIELD(TriangleSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
4669EXPOSED_FIELD(TriangleSet,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
4670FIELD(TriangleSet,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
4671FIELD(TriangleSet,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
4672FIELD(TriangleSet,normalPerVertex,sfbool,normalPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
4673FIELD(TriangleSet,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
4674END_NODE(TriangleSet)
4677BEGIN_NODE(TriangleSet2D)
4678EXPOSED_FIELD(TriangleSet2D,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4679EXPOSED_FIELD(TriangleSet2D,vertices,mfvec2f,vertices,FIELDTYPE_MFVec2f,UNCA_LENGTH)
4680FIELD(TriangleSet2D,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
4681END_NODE(TriangleSet2D)
4684BEGIN_NODE(TriangleStripSet)
4685EXPOSED_FIELD(TriangleStripSet,attrib,mfnode,attrib,FIELDTYPE_MFNode,UNCA_NONE)
4686EXPOSED_FIELD(TriangleStripSet,color,sfnode,color,FIELDTYPE_SFNode,UNCA_NONE)
4687EXPOSED_FIELD(TriangleStripSet,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
4688EXPOSED_FIELD(TriangleStripSet,fogCoord,sfnode,fogCoord,FIELDTYPE_SFNode,UNCA_NONE)
4689EXPOSED_FIELD(TriangleStripSet,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4690EXPOSED_FIELD(TriangleStripSet,normal,sfnode,normal,FIELDTYPE_SFNode,UNCA_NONE)
4691FIELD(TriangleStripSet,stripCount,mfint32,stripCount,FIELDTYPE_MFInt32,UNCA_NONE)
4692EXPOSED_FIELD(TriangleStripSet,texCoord,sfnode,texCoord,FIELDTYPE_SFNode,UNCA_NONE)
4693FIELD(TriangleStripSet,ccw,sfbool,ccw,FIELDTYPE_SFBool,UNCA_NONE)
4694FIELD(TriangleStripSet,colorPerVertex,sfbool,colorPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
4695FIELD(TriangleStripSet,normalPerVertex,sfbool,normalPerVertex,FIELDTYPE_SFBool,UNCA_NONE)
4696FIELD(TriangleStripSet,solid,sfbool,solid,FIELDTYPE_SFBool,UNCA_NONE)
4697END_NODE(TriangleStripSet)
4700BEGIN_NODE(TwoSidedMaterial)
4701EXPOSED_FIELD(TwoSidedMaterial,ambientIntensity,sffloat,ambientIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
4702EXPOSED_FIELD(TwoSidedMaterial,backAmbientIntensity,sffloat,backAmbientIntensity,FIELDTYPE_SFFloat,UNCA_NONE)
4703EXPOSED_FIELD(TwoSidedMaterial,backDiffuseColor,sfcolor,backDiffuseColor,FIELDTYPE_SFColor,UNCA_NONE)
4704EXPOSED_FIELD(TwoSidedMaterial,backEmissiveColor,sfcolor,backEmissiveColor,FIELDTYPE_SFColor,UNCA_NONE)
4705EXPOSED_FIELD(TwoSidedMaterial,backShininess,sffloat,backShininess,FIELDTYPE_SFFloat,UNCA_NONE)
4706EXPOSED_FIELD(TwoSidedMaterial,backSpecularColor,sfcolor,backSpecularColor,FIELDTYPE_SFColor,UNCA_NONE)
4707EXPOSED_FIELD(TwoSidedMaterial,backTransparency,sffloat,backTransparency,FIELDTYPE_SFFloat,UNCA_NONE)
4708EXPOSED_FIELD(TwoSidedMaterial,diffuseColor,sfcolor,diffuseColor,FIELDTYPE_SFColor,UNCA_NONE)
4709EXPOSED_FIELD(TwoSidedMaterial,emissiveColor,sfcolor,emissiveColor,FIELDTYPE_SFColor,UNCA_NONE)
4710EXPOSED_FIELD(TwoSidedMaterial,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4711EXPOSED_FIELD(TwoSidedMaterial,shininess,sffloat,shininess,FIELDTYPE_SFFloat,UNCA_NONE)
4712EXPOSED_FIELD(TwoSidedMaterial,separateBackColor,sfbool,separateBackColor,FIELDTYPE_SFBool,UNCA_NONE)
4713EXPOSED_FIELD(TwoSidedMaterial,specularColor,sfcolor,specularColor,FIELDTYPE_SFColor,UNCA_NONE)
4714EXPOSED_FIELD(TwoSidedMaterial,transparency,sffloat,transparency,FIELDTYPE_SFFloat,UNCA_NONE)
4715END_NODE(TwoSidedMaterial)
4718BEGIN_NODE(UniversalJoint)
4719EXPOSED_FIELD(UniversalJoint,anchorPoint,sfvec3f,anchorPoint,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4720EXPOSED_FIELD(UniversalJoint,axis1,sfvec3f,axis1,FIELDTYPE_SFVec3f,UNCA_NONE)
4721EXPOSED_FIELD(UniversalJoint,axis2,sfvec3f,axis2,FIELDTYPE_SFVec3f,UNCA_NONE)
4722EXPOSED_FIELD(UniversalJoint,body1,sfnode,body1,FIELDTYPE_SFNode,UNCA_NONE)
4723EXPOSED_FIELD(UniversalJoint,body2,sfnode,body2,FIELDTYPE_SFNode,UNCA_NONE)
4724EXPOSED_FIELD(UniversalJoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4725EXPOSED_FIELD(UniversalJoint,forceOutput,mfstring,forceOutput,FIELDTYPE_MFString,UNCA_NONE)
4726EXPOSED_FIELD(UniversalJoint,stop1Bounce,sffloat,stop1Bounce,FIELDTYPE_SFFloat,UNCA_NONE)
4727EXPOSED_FIELD(UniversalJoint,stop1ErrorCorrection,sffloat,stop1ErrorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
4728EXPOSED_FIELD(UniversalJoint,stop2Bounce,sffloat,stop2Bounce,FIELDTYPE_SFFloat,UNCA_NONE)
4729EXPOSED_FIELD(UniversalJoint,stop2ErrorCorrection,sffloat,stop2ErrorCorrection,FIELDTYPE_SFFloat,UNCA_NONE)
4730EVENT_OUT(UniversalJoint,body1AnchorPoint,sfvec3f,body1AnchorPoint,FIELDTYPE_SFVec3f)
4731EVENT_OUT(UniversalJoint,body1Axis,sfvec3f,body1Axis,FIELDTYPE_SFVec3f)
4732EVENT_OUT(UniversalJoint,body2AnchorPoint,sfvec3f,body2AnchorPoint,FIELDTYPE_SFVec3f)
4733EVENT_OUT(UniversalJoint,body2Axis,sfvec3f,body2Axis,FIELDTYPE_SFVec3f)
4734END_NODE(UniversalJoint)
4737BEGIN_NODE(UnlitMaterial)
4738EXPOSED_FIELD(UnlitMaterial,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4739EXPOSED_FIELD(UnlitMaterial,emissiveColor,sfcolor,emissiveColor,FIELDTYPE_SFColor,UNCA_NONE)
4740EXPOSED_FIELD(UnlitMaterial,emissiveTexture,sfnode,emissiveTexture,FIELDTYPE_SFNode,UNCA_NONE)
4741EXPOSED_FIELD(UnlitMaterial,emissiveTextureMapping,sfstring,emissiveTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
4742EXPOSED_FIELD(UnlitMaterial,normalScale,sffloat,normalScale,FIELDTYPE_SFFloat,UNCA_NONE)
4743EXPOSED_FIELD(UnlitMaterial,normalTexture,sfnode,normalTexture,FIELDTYPE_SFNode,UNCA_NONE)
4744EXPOSED_FIELD(UnlitMaterial,normalTextureMapping,sfstring,normalTextureMapping,FIELDTYPE_SFString,UNCA_NONE)
4745EXPOSED_FIELD(UnlitMaterial,transparency,sffloat,transparency,FIELDTYPE_SFFloat,UNCA_NONE)
4746END_NODE(UnlitMaterial)
4749BEGIN_NODE(VectorInterpolator)
4750EVENT_IN(VectorInterpolator,set_fraction,sffloat,set_fraction,FIELDTYPE_SFFloat)
4751EXPOSED_FIELD(VectorInterpolator,
key,mffloat,
key,FIELDTYPE_MFFloat,UNCA_NONE)
4752EXPOSED_FIELD(VectorInterpolator,keyValue,mffloat,keyValue,FIELDTYPE_MFFloat,UNCA_NONE)
4753EXPOSED_FIELD(VectorInterpolator,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4754EVENT_OUT(VectorInterpolator,value_changed,mffloat,value_changed,FIELDTYPE_MFFloat)
4755END_NODE(VectorInterpolator)
4758BEGIN_NODE(Viewpoint)
4759EVENT_IN(Viewpoint,set_bind,sfbool,set_bind,FIELDTYPE_SFBool)
4760EVENT_OUT(Viewpoint,bindTime,sftime,bindTime,FIELDTYPE_SFTime)
4761EVENT_OUT(Viewpoint,isBound,sfbool,isBound,FIELDTYPE_SFBool)
4762EXPOSED_FIELD(Viewpoint,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4763EXPOSED_FIELD(Viewpoint,jump,sfbool,jump,FIELDTYPE_SFBool,UNCA_NONE)
4764EXPOSED_FIELD(Viewpoint,fieldOfView,sffloat,fieldOfView,FIELDTYPE_SFFloat,UNCA_ANGLE)
4765EXPOSED_FIELD(Viewpoint,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4766EXPOSED_FIELD(Viewpoint,orientation,sfrotation,orientation,FIELDTYPE_SFRotation,UNCA_ANGLE)
4767EXPOSED_FIELD(Viewpoint,position,sfvec3f,position,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4768EXPOSED_FIELD(Viewpoint,centerOfRotation,sfvec3f,centerOfRotation,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4769EXPOSED_FIELD(Viewpoint,retainUserOffsets,sfbool,retainUserOffsets,FIELDTYPE_SFBool,UNCA_NONE)
4770EXPOSED_FIELD(Viewpoint,fovMode,sfstring,fovMode,FIELDTYPE_SFString,UNCA_NONE)
4771EXPOSED_FIELD(Viewpoint,aspectRatio,sffloat,aspectRatio,FIELDTYPE_SFFloat,UNCA_NONE)
4772EXPOSED_FIELD(Viewpoint,farClippingPlane,sffloat,farClippingPlane,FIELDTYPE_SFFloat,UNCA_NONE)
4773EXPOSED_FIELD(Viewpoint,nearClippingPlane,sffloat,nearClippingPlane,FIELDTYPE_SFFloat,UNCA_NONE)
4774EXPOSED_FIELD(Viewpoint,vIewAll,sfbool,vIewAll,FIELDTYPE_SFBool,UNCA_NONE)
4775EXPOSED_FIELD(Viewpoint,navigationInfo,sfnode,navigationInfo,FIELDTYPE_SFNode,UNCA_NONE)
4779BEGIN_NODE(ViewpointGroup)
4780EXPOSED_FIELD(ViewpointGroup,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4781EXPOSED_FIELD(ViewpointGroup,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
4782EXPOSED_FIELD(ViewpointGroup,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4783EXPOSED_FIELD(ViewpointGroup,displayed,sfbool,displayed,FIELDTYPE_SFBool,UNCA_NONE)
4784EXPOSED_FIELD(ViewpointGroup,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4785EXPOSED_FIELD(ViewpointGroup,retainUserOffsets,sfbool,retainUserOffsets,FIELDTYPE_SFBool,UNCA_NONE)
4786EXPOSED_FIELD(ViewpointGroup,size,sfvec3f,size,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4787END_NODE(ViewpointGroup)
4791EVENT_IN(Viewport,addChildren,mfnode,addChildren,FIELDTYPE_MFNode)
4792EVENT_IN(Viewport,removeChildren,mfnode,removeChildren,FIELDTYPE_MFNode)
4793EXPOSED_FIELD(Viewport,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
4794EXPOSED_FIELD(Viewport,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4795EXPOSED_FIELD(Viewport,clipBoundary,mffloat,clipBoundary,FIELDTYPE_MFFloat,UNCA_NONE)
4796FIELD(Viewport,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4797FIELD(Viewport,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4798EXPOSED_FIELD(Viewport,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
4799EXPOSED_FIELD(Viewport,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
4803BEGIN_NODE(VisibilitySensor)
4804EXPOSED_FIELD(VisibilitySensor,center,sfvec3f,center,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4805EXPOSED_FIELD(VisibilitySensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4806EXPOSED_FIELD(VisibilitySensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4807EXPOSED_FIELD(VisibilitySensor,size,sfvec3f,size,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4808EVENT_OUT(VisibilitySensor,enterTime,sftime,enterTime,FIELDTYPE_SFTime)
4809EVENT_OUT(VisibilitySensor,exitTime,sftime,exitTime,FIELDTYPE_SFTime)
4810EVENT_OUT(VisibilitySensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4811EXPOSED_FIELD(VisibilitySensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4812END_NODE(VisibilitySensor)
4815BEGIN_NODE(VolumeData)
4816EXPOSED_FIELD(VolumeData,dimensions,sfvec3f,dimensions,FIELDTYPE_SFVec3f,UNCA_LENGTH)
4817EXPOSED_FIELD(VolumeData,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4818EXPOSED_FIELD(VolumeData,voxels,sfnode,voxels,FIELDTYPE_SFNode,UNCA_NONE)
4819FIELD(VolumeData,bboxCenter,sfvec3f,bboxCenter,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4820FIELD(VolumeData,bboxSize,sfvec3f,bboxSize,FIELDTYPE_SFVec3f,UNCA_BLENGTH)
4821EXPOSED_FIELD(VolumeData,visible,sfbool,visible,FIELDTYPE_SFBool,UNCA_NONE)
4822EXPOSED_FIELD(VolumeData,bboxDisplay,sfbool,bboxDisplay,FIELDTYPE_SFBool,UNCA_NONE)
4823EXPOSED_FIELD(VolumeData,renderStyle,sfnode,renderStyle,FIELDTYPE_SFNode,UNCA_NONE)
4827BEGIN_NODE(VolumeEmitter)
4828EVENT_IN(VolumeEmitter,set_coordIndex,mfint32,set_coordIndex,FIELDTYPE_MFInt32)
4829EVENT_IN(VolumeEmitter,set_coordinate,sfint32,set_coordinate,FIELDTYPE_SFInt32)
4830EXPOSED_FIELD(VolumeEmitter,coord,sfnode,coord,FIELDTYPE_SFNode,UNCA_NONE)
4831EXPOSED_FIELD(VolumeEmitter,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
4832EXPOSED_FIELD(VolumeEmitter,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4833EXPOSED_FIELD(VolumeEmitter,on,sfbool,on,FIELDTYPE_SFBool,UNCA_NONE)
4834EXPOSED_FIELD(VolumeEmitter,speed,sffloat,speed,FIELDTYPE_SFFloat,UNCA_SPEED)
4835EXPOSED_FIELD(VolumeEmitter,variation,sffloat,variation,FIELDTYPE_SFFloat,UNCA_LENGTH)
4836FIELD(VolumeEmitter,coordIndex,mfint32,coordIndex,FIELDTYPE_MFInt32,UNCA_NONE)
4837EXPOSED_FIELD(VolumeEmitter,internal,sfbool,internal,FIELDTYPE_SFBool,UNCA_NONE)
4838EXPOSED_FIELD(VolumeEmitter,mass,sffloat,mass,FIELDTYPE_SFFloat,UNCA_MASS)
4839EXPOSED_FIELD(VolumeEmitter,surfaceArea,sffloat,surfaceArea,FIELDTYPE_SFFloat,UNCA_AREA)
4840END_NODE(VolumeEmitter)
4843BEGIN_NODE(VolumePickSensor)
4844EXPOSED_FIELD(VolumePickSensor,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4845EXPOSED_FIELD(VolumePickSensor,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4846EXPOSED_FIELD(VolumePickSensor,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4847EXPOSED_FIELD(VolumePickSensor,objectType,mfstring,objectType,FIELDTYPE_MFString,UNCA_NONE)
4848EXPOSED_FIELD(VolumePickSensor,pickingGeometry,sfnode,pickingGeometry,FIELDTYPE_SFNode,UNCA_NONE)
4849EXPOSED_FIELD(VolumePickSensor,pickTarget,mfnode,pickTarget,FIELDTYPE_MFNode,UNCA_NONE)
4850EVENT_OUT(VolumePickSensor,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4851EVENT_OUT(VolumePickSensor,pickedGeometry,mfnode,pickedGeometry,FIELDTYPE_MFNode)
4852FIELD(VolumePickSensor,intersectionType,sfstring,intersectionType,FIELDTYPE_SFString,UNCA_NONE)
4853FIELD(VolumePickSensor,sortOrder,sfstring,sortOrder,FIELDTYPE_SFString,UNCA_NONE)
4854EXPOSED_FIELD(VolumePickSensor,matchCriterion,sfstring,matchCriterion,FIELDTYPE_SFString,UNCA_NONE)
4855END_NODE(VolumePickSensor)
4858BEGIN_NODE(WaveShaper)
4859EXPOSED_FIELD(WaveShaper,channelCountMode,sfstring,channelCountMode,FIELDTYPE_SFString,UNCA_NONE)
4860EXPOSED_FIELD(WaveShaper,channelInterpretation,sfstring,channelInterpretation,FIELDTYPE_SFString,UNCA_NONE)
4861EXPOSED_FIELD(WaveShaper,children,mfnode,children,FIELDTYPE_MFNode,UNCA_NONE)
4862EXPOSED_FIELD(WaveShaper,description,sfstring,description,FIELDTYPE_SFString,UNCA_NONE)
4863EXPOSED_FIELD(WaveShaper,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4864EXPOSED_FIELD(WaveShaper,gain,sffloat,gain,FIELDTYPE_SFFloat,UNCA_NONE)
4865EXPOSED_FIELD(WaveShaper,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4866EXPOSED_FIELD(WaveShaper,pauseTime,sftime,pauseTime,FIELDTYPE_SFTime,UNCA_NONE)
4867EXPOSED_FIELD(WaveShaper,resumeTime,sftime,resumeTime,FIELDTYPE_SFTime,UNCA_NONE)
4868EXPOSED_FIELD(WaveShaper,startTime,sftime,startTime,FIELDTYPE_SFTime,UNCA_NONE)
4869EXPOSED_FIELD(WaveShaper,stopTime,sftime,stopTime,FIELDTYPE_SFTime,UNCA_NONE)
4870EXPOSED_FIELD(WaveShaper,tailTime,sftime,tailTime,FIELDTYPE_SFTime,UNCA_NONE)
4871EVENT_OUT(WaveShaper,channelCount,sfint32,channelCount,FIELDTYPE_SFInt32)
4872EVENT_OUT(WaveShaper,elapsedTime,sftime,elapsedTime,FIELDTYPE_SFTime)
4873EVENT_OUT(WaveShaper,isActive,sfbool,isActive,FIELDTYPE_SFBool)
4874EVENT_OUT(WaveShaper,isPaused,sfbool,isPaused,FIELDTYPE_SFBool)
4875EXPOSED_FIELD(WaveShaper,curve,mffloat,curve,FIELDTYPE_MFFloat,UNCA_NONE)
4876EXPOSED_FIELD(WaveShaper,oversample,sfstring,oversample,FIELDTYPE_SFString,UNCA_NONE)
4880BEGIN_NODE(WindPhysicsModel)
4881EXPOSED_FIELD(WindPhysicsModel,direction,sfvec3f,direction,FIELDTYPE_SFVec3f,UNCA_NONE)
4882EXPOSED_FIELD(WindPhysicsModel,enabled,sfbool,enabled,FIELDTYPE_SFBool,UNCA_NONE)
4883EXPOSED_FIELD(WindPhysicsModel,gustiness,sffloat,gustiness,FIELDTYPE_SFFloat,UNCA_NONE)
4884EXPOSED_FIELD(WindPhysicsModel,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)
4885EXPOSED_FIELD(WindPhysicsModel,speed,sffloat,speed,FIELDTYPE_SFFloat,UNCA_SPEED)
4886EXPOSED_FIELD(WindPhysicsModel,turbulence,sffloat,turbulence,FIELDTYPE_SFFloat,UNCA_NONE)
4887END_NODE(WindPhysicsModel)
4890BEGIN_NODE(WorldInfo)
4891EXPOSED_FIELD(WorldInfo,info,mfstring,info,FIELDTYPE_MFString,UNCA_NONE)
4892EXPOSED_FIELD(WorldInfo,title,sfstring,title,FIELDTYPE_SFString,UNCA_NONE)
4893EXPOSED_FIELD(WorldInfo,metadata,sfnode,metadata,FIELDTYPE_SFNode,UNCA_NONE)