sunrize 1.7.4 → 1.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1011 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!-- X3D Unified Object Model (X3DUOM) X3dUnifiedObjectModel-4.0.xml -->
3
- <!-- Online at https://www.web3d.org/specifications/X3dUnifiedObjectModel-4.0.xml -->
4
- <!-- This file contains a listing of all abstract and concrete nodes in version 4.0 of X3D -->
5
- <!-- Generated 2024-02-02-08:00 08:43:55.4184857-08:00 -->
6
- <X3dUnifiedObjectModel xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" version="4.0" xsd:noNamespaceSchemaLocation="https://www.web3d.org/specifications/X3dUnifiedObjectModel.xsd">
7
- <ConcreteNodes>
8
-
9
- <ConcreteNode name="Tangent">
10
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/tangent"
11
- appinfo="Tangent.">
12
- <componentInfo name="Rendering" level="4"/>
13
- <Inheritance baseType="X3DGeometricPropertyNode"/>
14
- <field name="metadata"
15
- type="SFNode"
16
- accessType="inputOutput"
17
- default="NULL"
18
- inheritedFrom="X3DMetadataObject"
19
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
20
- />
21
- <field name="vector"
22
- type="MFVec4f"
23
- accessType="inputOutput"
24
- minInclusive="-1"
25
- maxInclusive="1"
26
- description="A unit XYZ vector defining a tangent direction on the surface, and a W component whose sign value (-1 or +1) indicates the handedness of the tangent base."
27
- ></field>
28
- <containerField default="tangent" type="xs:NMTOKEN"/>
29
- </InterfaceDefinition>
30
- </ConcreteNode>
31
- <ConcreteNode name="ImageTextureAtlas">
32
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/texturing3d/imagetextureatlas"
33
- appinfo="ImageTextureAtlas defines a 3D image-based texture map by specifying a single image file that contains slices for complete 3D data.">
34
- <componentInfo name="X_ITE" level="1"/>
35
- <Inheritance baseType="X3DTexture3DNode"/>
36
- <field name="metadata"
37
- type="SFNode"
38
- accessType="inputOutput"
39
- default="NULL"
40
- inheritedFrom="X3DMetadataObject"
41
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
42
- />
43
- <field name="description"
44
- type="SFString"
45
- accessType="inputOutput"
46
- default=""
47
- description="Author-provided prose that describes intended purpose of the url asset."
48
- />
49
- <field name="load"
50
- type="SFBool"
51
- accessType="inputOutput"
52
- default="TRUE"
53
- description="*load*=true means *load* immediately, *load*=false means defer loading or else unload a previously loaded scene."
54
- />
55
- <field name="url"
56
- type="MFString"
57
- accessType="inputOutput"
58
- description="Location and filename of image. Multiple locations are more reliable, and including a Web address lets e-mail attachments work."
59
- />
60
- <field name="autoRefresh"
61
- type="SFTime"
62
- accessType="inputOutput"
63
- default="0"
64
- minInclusive="0"
65
- description="*autoRefresh* defines interval in seconds before automatic reload of current url asset is performed."
66
- />
67
- <field name="autoRefreshTimeLimit"
68
- type="SFTime"
69
- accessType="inputOutput"
70
- default="3600"
71
- minInclusive="0"
72
- description="*autoRefreshTimeLimit* defines maximum duration that automatic refresh activity can occur."
73
- />
74
- <field name="slicesOverX"
75
- type="SFInt32"
76
- accessType="inputOutput"
77
- default="0"
78
- minInclusive="0"
79
- description="Number of images in x direction."
80
- />
81
- <field name="slicesOverY"
82
- type="SFInt32"
83
- accessType="inputOutput"
84
- default="0"
85
- minInclusive="0"
86
- description="Number of images in y direction."
87
- />
88
- <field name="numberOfSlices"
89
- type="SFInt32"
90
- accessType="inputOutput"
91
- default="0"
92
- minInclusive="0"
93
- description="Total number of images."
94
- />
95
- <field name="repeatS"
96
- type="SFBool"
97
- accessType="initializeOnly"
98
- default="FALSE"
99
- description="Whether to repeat texture along S axis horizontally from left to right."
100
- />
101
- <field name="repeatT"
102
- type="SFBool"
103
- accessType="initializeOnly"
104
- default="FALSE"
105
- description="Whether to repeat texture along T axis vertically from top to bottom."
106
- />
107
- <field name="repeatR"
108
- type="SFBool"
109
- accessType="initializeOnly"
110
- default="FALSE"
111
- description="Whether to repeat texture along R axis from front to back."
112
- />
113
- <field name="textureProperties"
114
- type="SFNode"
115
- accessType="initializeOnly"
116
- default="NULL"
117
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."
118
- />
119
- <containerField default="texture" type="xs:NMTOKEN"/>
120
- </InterfaceDefinition>
121
- </ConcreteNode>
122
- <ConcreteNode name="AnisotropyMaterialExtension">
123
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/anisotropymaterialextension"
124
- appinfo="AnisotropyMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node.">
125
- <componentInfo name="X_ITE" level="1"/>
126
- <Inheritance baseType="X3DMaterialExtensionNode"/>
127
- <field name="metadata"
128
- type="SFNode"
129
- accessType="inputOutput"
130
- default="NULL"
131
- inheritedFrom="X3DMetadataObject"
132
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
133
- />
134
- <field name="anisotropyStrength"
135
- type="SFFloat"
136
- accessType="inputOutput"
137
- default="0"
138
- minInclusive="0"
139
- description="The anisotropy strength. When the anisotropy texture is present, this value is multiplied by the texture's blue channel."
140
- />
141
- <field name="anisotropyRotation"
142
- type="SFFloat"
143
- accessType="inputOutput"
144
- default="0"
145
- minExclusive="-∞"
146
- description="The rotation of the anisotropy in tangent, bitangent space, measured in radians counter-clockwise from the tangent. When the anisotropy texture is present, this value provides additional rotation to the vectors in the texture."
147
- />
148
- <field name="anisotropyTextureMapping"
149
- type="SFString"
150
- accessType="inputOutput"
151
- default=""
152
- description="Input/Output field *anisotropyTextureMapping*."
153
- />
154
- <field name="anisotropyTexture"
155
- type="SFNode"
156
- accessType="inputOutput"
157
- default="NULL"
158
- inheritedFrom="X3DSingleTextureNode"
159
- description="The anisotropy texture. Red and green channels represent the anisotropy direction in tangent, bitangent space to be rotated by the anisotropy rotation. The blue channel contains strength as to be multiplied by the anisotropy strength."
160
- />
161
- <containerField default="blendMode" type="xs:NMTOKEN"/>
162
- </InterfaceDefinition>
163
- </ConcreteNode>
164
- <ConcreteNode name="BlendMode">
165
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/blendmode"
166
- appinfo="BlendMode controls how pixels of an objects are drawn. Pixels can be drawn using a function that blends the incoming (source) RGBA values with the RGBA values that are already in the frame buffer (the destination values). BlendMode is an X3DAppearanceChildNode node that handles blend operations.">
167
- <componentInfo name="X_ITE" level="1"/>
168
- <Inheritance baseType="X3DAppearanceChildNode"/>
169
- <field name="metadata"
170
- type="SFNode"
171
- accessType="inputOutput"
172
- default="NULL"
173
- inheritedFrom="X3DMetadataObject"
174
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
175
- />
176
- <field name="blendColor"
177
- type="SFColorRGBA"
178
- accessType="inputOutput"
179
- default="0 0 0 0"
180
- minInclusive="0"
181
- maxInclusive="1"
182
- description="The *blendColor* may be used to calculate the source and destination blending factors."
183
- />
184
- <field name="sourceColorFactor"
185
- type="SFString"
186
- accessType="inputOutput"
187
- default="SRC_ALPHA"
188
- description="Specifies how the red, green, and blue source blending factors are computed.Source and destination parameters must be one of the following symbolic constants:
189
- - ZERO
190
- - ONE
191
- - SRC_COLOR
192
- - ONE_MINUS_SRC_COLOR
193
- - DST_COLOR
194
- - ONE_MINUS_DST_COLOR
195
- - SRC_ALPHA
196
- - ONE_MINUS_SRC_ALPHA
197
- - DST_ALPHA
198
- - ONE_MINUS_DST_ALPHA
199
- - CONSTANT_COLOR
200
- - ONE_MINUS_CONSTANT_COLOR
201
- - CONSTANT_ALPHA
202
- - ONE_MINUS_CONSTANT_ALPHA"
203
- >
204
- <enumeration value="ZERO"/>
205
- <enumeration value="ONE"/>
206
- <enumeration value="SRC_COLOR"/>
207
- <enumeration value="ONE_MINUS_SRC_COLOR"/>
208
- <enumeration value="DST_COLOR"/>
209
- <enumeration value="ONE_MINUS_DST_COLOR"/>
210
- <enumeration value="SRC_ALPHA"/>
211
- <enumeration value="ONE_MINUS_SRC_ALPHA"/>
212
- <enumeration value="DST_ALPHA"/>
213
- <enumeration value="ONE_MINUS_DST_ALPHA"/>
214
- <enumeration value="CONSTANT_COLOR"/>
215
- <enumeration value="ONE_MINUS_CONSTANT_COLOR"/>
216
- <enumeration value="CONSTANT_ALPHA"/>
217
- <enumeration value="ONE_MINUS_CONSTANT_ALPHA"/>
218
- </field>
219
- <field name="sourceAlphaFactor"
220
- type="SFString"
221
- accessType="inputOutput"
222
- default="ONE"
223
- description="Specifies how the alpha source blending factors are computed."
224
- >
225
- <enumeration value="ZERO"/>
226
- <enumeration value="ONE"/>
227
- <enumeration value="SRC_COLOR"/>
228
- <enumeration value="ONE_MINUS_SRC_COLOR"/>
229
- <enumeration value="DST_COLOR"/>
230
- <enumeration value="ONE_MINUS_DST_COLOR"/>
231
- <enumeration value="SRC_ALPHA"/>
232
- <enumeration value="ONE_MINUS_SRC_ALPHA"/>
233
- <enumeration value="DST_ALPHA"/>
234
- <enumeration value="ONE_MINUS_DST_ALPHA"/>
235
- <enumeration value="CONSTANT_COLOR"/>
236
- <enumeration value="ONE_MINUS_CONSTANT_COLOR"/>
237
- <enumeration value="CONSTANT_ALPHA"/>
238
- <enumeration value="ONE_MINUS_CONSTANT_ALPHA"/>
239
- </field>
240
- <field name="destinationColorFactor"
241
- type="SFString"
242
- accessType="inputOutput"
243
- default="ONE_MINUS_SRC_ALPHA"
244
- description="Specifies how the red, green, and blue destination blending factors are computed."
245
- >
246
- <enumeration value="ZERO"/>
247
- <enumeration value="ONE"/>
248
- <enumeration value="SRC_COLOR"/>
249
- <enumeration value="ONE_MINUS_SRC_COLOR"/>
250
- <enumeration value="DST_COLOR"/>
251
- <enumeration value="ONE_MINUS_DST_COLOR"/>
252
- <enumeration value="SRC_ALPHA"/>
253
- <enumeration value="ONE_MINUS_SRC_ALPHA"/>
254
- <enumeration value="DST_ALPHA"/>
255
- <enumeration value="ONE_MINUS_DST_ALPHA"/>
256
- <enumeration value="CONSTANT_COLOR"/>
257
- <enumeration value="ONE_MINUS_CONSTANT_COLOR"/>
258
- <enumeration value="CONSTANT_ALPHA"/>
259
- <enumeration value="ONE_MINUS_CONSTANT_ALPHA"/>
260
- </field>
261
- <field name="destinationAlphaFactor"
262
- type="SFString"
263
- accessType="inputOutput"
264
- default="ONE_MINUS_SRC_ALPHA"
265
- description="Specifies how the alpha destination blending factors are computed."
266
- >
267
- <enumeration value="ZERO"/>
268
- <enumeration value="ONE"/>
269
- <enumeration value="SRC_COLOR"/>
270
- <enumeration value="ONE_MINUS_SRC_COLOR"/>
271
- <enumeration value="DST_COLOR"/>
272
- <enumeration value="ONE_MINUS_DST_COLOR"/>
273
- <enumeration value="SRC_ALPHA"/>
274
- <enumeration value="ONE_MINUS_SRC_ALPHA"/>
275
- <enumeration value="DST_ALPHA"/>
276
- <enumeration value="ONE_MINUS_DST_ALPHA"/>
277
- <enumeration value="CONSTANT_COLOR"/>
278
- <enumeration value="ONE_MINUS_CONSTANT_COLOR"/>
279
- <enumeration value="CONSTANT_ALPHA"/>
280
- <enumeration value="ONE_MINUS_CONSTANT_ALPHA"/>
281
- </field>
282
- <field name="colorEquation"
283
- type="SFString"
284
- accessType="inputOutput"
285
- default="FUNC_ADD"
286
- description="Specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be:
287
- - FUNC_ADD
288
- - FUNC_SUBTRACT
289
- - FUNC_REVERSE_SUBTRACT"
290
- >
291
- <enumeration value="FUNC_ADD"/>
292
- <enumeration value="FUNC_SUBTRACT"/>
293
- <enumeration value="FUNC_REVERSE_SUBTRACT"/>
294
- </field>
295
- <field name="alphaEquation"
296
- type="SFString"
297
- accessType="inputOutput"
298
- default="FUNC_ADD"
299
- description="Specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be:
300
- - FUNC_ADD
301
- - FUNC_SUBTRACT
302
- - FUNC_REVERSE_SUBTRACT"
303
- >
304
- <enumeration value="FUNC_ADD"/>
305
- <enumeration value="FUNC_SUBTRACT"/>
306
- <enumeration value="FUNC_REVERSE_SUBTRACT"/>
307
- </field>
308
- <containerField default="blendMode" type="xs:NMTOKEN"/>
309
- </InterfaceDefinition>
310
- </ConcreteNode>
311
- <ConcreteNode name="ClearcoatMaterialExtension">
312
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/clearcoatmaterialextension"
313
- appinfo="ClearcoatMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node.">
314
- <componentInfo name="X_ITE" level="1"/>
315
- <Inheritance baseType="X3DMaterialExtensionNode"/>
316
- <field name="metadata"
317
- type="SFNode"
318
- accessType="inputOutput"
319
- default="NULL"
320
- inheritedFrom="X3DMetadataObject"
321
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
322
- />
323
- <field name="clearcoat"
324
- type="SFFloat"
325
- accessType="inputOutput"
326
- default="0"
327
- minInclusive="0"
328
- description="The clearcoat layer intensity."
329
- />
330
- <field name="clearcoatTextureMapping"
331
- type="SFString"
332
- accessType="inputOutput"
333
- default=""
334
- description="Input/Output field *clearcoatTextureMapping*."
335
- />
336
- <field name="clearcoatTexture"
337
- type="SFNode"
338
- accessType="inputOutput"
339
- default="NULL"
340
- inheritedFrom="X3DSingleTextureNode"
341
- description="The clearcoat layer intensity texture."
342
- />
343
- <field name="clearcoatRoughness"
344
- type="SFFloat"
345
- accessType="inputOutput"
346
- default="0"
347
- minInclusive="0"
348
- description="The clearcoat layer roughness."
349
- />
350
- <field name="clearcoatRoughnessTextureMapping"
351
- type="SFString"
352
- accessType="inputOutput"
353
- default=""
354
- description="Input/Output field *clearcoatRoughnessTextureMapping*."
355
- />
356
- <field name="clearcoatRoughnessTexture"
357
- type="SFNode"
358
- accessType="inputOutput"
359
- default="NULL"
360
- inheritedFrom="X3DSingleTextureNode"
361
- description="The clearcoat layer roughness texture."
362
- />
363
- <field name="clearcoatNormalTextureMapping"
364
- type="SFString"
365
- accessType="inputOutput"
366
- default=""
367
- description="Input/Output field *clearcoatNormalTextureMapping*."
368
- />
369
- <field name="clearcoatNormalTexture"
370
- type="SFNode"
371
- accessType="inputOutput"
372
- default="NULL"
373
- inheritedFrom="X3DSingleTextureNode"
374
- description="The clearcoat normal map texture."
375
- />
376
- <containerField default="depthMode" type="xs:NMTOKEN"/>
377
- </InterfaceDefinition>
378
- </ConcreteNode>
379
- <ConcreteNode name="DepthMode">
380
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/depthmode"
381
- appinfo="DepthMode contains parameters that are specific for depth control, like the value used for depth buffer comparisons.">
382
- <componentInfo name="X_ITE" level="1"/>
383
- <Inheritance baseType="X3DAppearanceChildNode"/>
384
- <field name="metadata"
385
- type="SFNode"
386
- accessType="inputOutput"
387
- default="NULL"
388
- inheritedFrom="X3DMetadataObject"
389
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
390
- />
391
- <field name="polygonOffset"
392
- type="SFVec2f"
393
- accessType="inputOutput"
394
- default="0 0"
395
- minExclusive="-∞"
396
- description="Specifies the scale factors and units to calculate depth values.The offset is added before the depth test is performed and before the value is written into the depth buffer.The first value is *factor*, a GLfloat which sets the scale factor for the variable depth offset for each polygon. The default value is 0.The second value is *units*, a GLfloat which sets the multiplier by which an implementation-specific value is multiplied with to create a constant depth offset. The default value is 0."
397
- />
398
- <field name="depthRange"
399
- type="SFVec2f"
400
- accessType="inputOutput"
401
- default="0 1"
402
- minInclusive="0"
403
- maxInclusive="1"
404
- description="Specifies the depth range mapping from normalized device coordinates to window or viewport coordinates.The first value is *zNear*, a GLclampf specifying the mapping of the near clipping plane to window or viewport coordinates. Clamped to the range 0 to 1 and must be less than or equal to zFar. The default value is 0.The second value is *zFar*, a GLclampf specifying the mapping of the far clipping plane to window or viewport coordinates. Clamped to the range 0 to 1. The default value is 1."
405
- />
406
- <field name="depthTest"
407
- type="SFBool"
408
- accessType="inputOutput"
409
- default="TRUE"
410
- description="Activates depth comparisons and updates to the depth buffer."
411
- />
412
- <field name="depthFunction"
413
- type="SFString"
414
- accessType="inputOutput"
415
- default="LESS_EQUAL"
416
- description="Specifies a function that compares incoming pixel depth to the current depth buffer value.Must be one of the following symbolic constants:* NEVER* LESS* EQUAL* LESS_EQUAL* GREATER* NOT_EQUAL* GREATER_EQUAL* ALWAYS">
417
- <enumeration value="NEVER"/>
418
- <enumeration value="LESS"/>
419
- <enumeration value="EQUAL"/>
420
- <enumeration value="LESS_EQUAL"/>
421
- <enumeration value="GREATER"/>
422
- <enumeration value="NOT_EQUAL"/>
423
- <enumeration value="GREATER_EQUAL"/>
424
- <enumeration value="ALWAYS"/>
425
- </field>
426
- <field name="depthMask"
427
- type="SFBool"
428
- accessType="inputOutput"
429
- default="TRUE"
430
- description="Sets whether writing into the depth buffer is enabled or disabled."
431
- />
432
- <containerField default="depthMode" type="xs:NMTOKEN"/>
433
- </InterfaceDefinition>
434
- </ConcreteNode>
435
- <ConcreteNode name="DispersionMaterialExtension">
436
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/dispersionmaterialextension"
437
- appinfo="DispersionMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node.">
438
- <componentInfo name="X_ITE" level="1"/>
439
- <Inheritance baseType="X3DMaterialExtensionNode"/>
440
- <field name="metadata"
441
- type="SFNode"
442
- accessType="inputOutput"
443
- default="NULL"
444
- inheritedFrom="X3DMetadataObject"
445
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
446
- />
447
- <field name="dispersion"
448
- type="SFFloat"
449
- accessType="inputOutput"
450
- default="0"
451
- minInclusive="0"
452
- description="The strength of the dispersion effect, specified as 20/Abbe number."
453
- />
454
- <containerField default="extensions" type="xs:NMTOKEN"/>
455
- </InterfaceDefinition>
456
- </ConcreteNode>
457
- <ConcreteNode name="EmissiveStrengthMaterialExtension">
458
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/emissivestrengthmaterialextension"
459
- appinfo="EmissiveStrengthMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node.">
460
- <componentInfo name="X_ITE" level="1"/>
461
- <Inheritance baseType="X3DMaterialExtensionNode"/>
462
- <field name="metadata"
463
- type="SFNode"
464
- accessType="inputOutput"
465
- default="NULL"
466
- inheritedFrom="X3DMetadataObject"
467
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
468
- />
469
- <field name="emissiveStrength"
470
- type="SFFloat"
471
- accessType="inputOutput"
472
- default="1"
473
- minInclusive="0"
474
- description="The strength adjustment to be multiplied with the material's emissive value."
475
- />
476
- <containerField default="extensions" type="xs:NMTOKEN"/>
477
- </InterfaceDefinition>
478
- </ConcreteNode>
479
- <ConcreteNode name="IORMaterialExtension">
480
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/iormaterialextension"
481
- appinfo="IORMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node.">
482
- <componentInfo name="X_ITE" level="1"/>
483
- <Inheritance baseType="X3DMaterialExtensionNode"/>
484
- <field name="metadata"
485
- type="SFNode"
486
- accessType="inputOutput"
487
- default="NULL"
488
- inheritedFrom="X3DMetadataObject"
489
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
490
- />
491
- <field name="indexOfRefraction"
492
- type="SFFloat"
493
- accessType="inputOutput"
494
- default="1.5"
495
- minInclusive="1"
496
- description="The index of refraction."
497
- />
498
- <containerField default="children" type="xs:NMTOKEN"/>
499
- </InterfaceDefinition>
500
- </ConcreteNode>
501
- <ConcreteNode name="InstancedShape">
502
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/instancedshape"
503
- appinfo="InstancedShape can appear under any grouping node. InstancedShape can contain an Appearance node and a geometry node (for example one of the primitives Box Cone Cylinder Sphere Text, one of ElevationGrid Extrusion IndexedFaceSet IndexedLineSet LineSet PointSet, or one of the other geometry nodes) and this geometry node is instantiated as often as transformations are provided.">
504
- <componentInfo name="X_ITE" level="1"/>
505
- <Inheritance baseType="X3DShapeNode"/>
506
- <field name="metadata"
507
- type="SFNode"
508
- accessType="inputOutput"
509
- default="NULL"
510
- inheritedFrom="X3DMetadataObject"
511
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
512
- />
513
- <field name="translations"
514
- type="MFVec3f"
515
- accessType="inputOutput"
516
- minExclusive="-∞"
517
- description="Input/Output field *translations*."
518
- />
519
- <field name="rotations"
520
- type="MFRotation"
521
- accessType="inputOutput"
522
- minExclusive="-∞"
523
- maxInclusive="1"
524
- description="Input/Output field *rotations*."
525
- />
526
- <field name="scales"
527
- type="MFVec3f"
528
- accessType="inputOutput"
529
- minExclusive="-∞"
530
- description="Input/Output field *scales*."
531
- />
532
- <field name="pointerEvents"
533
- type="SFBool"
534
- accessType="inputOutput"
535
- default="TRUE"
536
- description="*pointerEvents* defines whether this Shape becomes target for pointer events."
537
- />
538
- <field name="castShadow"
539
- type="SFBool"
540
- accessType="inputOutput"
541
- default="TRUE"
542
- description="Input/Output field *castShadow*."
543
- />
544
- <field name="visible"
545
- type="SFBool"
546
- accessType="inputOutput"
547
- default="TRUE"
548
- description="Whether or not renderable content within this node is visually displayed."
549
- />
550
- <field name="bboxDisplay"
551
- type="SFBool"
552
- accessType="inputOutput"
553
- default="FALSE"
554
- description="Whether to display bounding box for associated geometry, aligned with world coordinates."
555
- />
556
- <field name="bboxSize"
557
- type="SFVec3f"
558
- accessType="initializeOnly"
559
- default="-1 -1 -1"
560
- minInclusive="0"
561
- description="Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint."
562
- />
563
- <field name="bboxCenter"
564
- type="SFVec3f"
565
- accessType="initializeOnly"
566
- default="0 0 0"
567
- minExclusive="-∞"
568
- description="Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system."
569
- />
570
- <field name="appearance"
571
- type="SFNode"
572
- accessType="inputOutput"
573
- default="NULL"
574
- inheritedFrom="X3DAppearanceNode"
575
- description="Input/Output field *appearance*."
576
- />
577
- <field name="geometry"
578
- type="SFNode"
579
- accessType="inputOutput"
580
- default="NULL"
581
- inheritedFrom="X3DGeometryNode"
582
- description="Input/Output field *geometry*."
583
- />
584
- <containerField default="extensions" type="xs:NMTOKEN"/>
585
- </InterfaceDefinition>
586
- </ConcreteNode>
587
- <ConcreteNode name="IridescenceMaterialExtension">
588
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/iridescencematerialextension"
589
- appinfo="IridescenceMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node.">
590
- <componentInfo name="X_ITE" level="1"/>
591
- <Inheritance baseType="X3DMaterialExtensionNode"/>
592
- <field name="metadata"
593
- type="SFNode"
594
- accessType="inputOutput"
595
- default="NULL"
596
- inheritedFrom="X3DMetadataObject"
597
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
598
- />
599
- <field name="iridescence"
600
- type="SFFloat"
601
- accessType="inputOutput"
602
- default="0"
603
- minInclusive="0"
604
- description="The iridescence intensity factor."
605
- />
606
- <field name="iridescenceTextureMapping"
607
- type="SFString"
608
- accessType="inputOutput"
609
- default=""
610
- description="Input/Output field *iridescenceTextureMapping*."
611
- />
612
- <field name="iridescenceTexture"
613
- type="SFNode"
614
- accessType="inputOutput"
615
- default="NULL"
616
- inheritedFrom="X3DSingleTextureNode"
617
- description="The iridescence intensity texture."
618
- />
619
- <field name="iridescenceIndexOfRefraction"
620
- type="SFFloat"
621
- accessType="inputOutput"
622
- default="1.3"
623
- minInclusive="1"
624
- description="The index of refraction of the dielectric thin-film layer."
625
- />
626
- <field name="iridescenceThicknessMinimum"
627
- type="SFFloat"
628
- accessType="inputOutput"
629
- default="100"
630
- minInclusive="0"
631
- description="The minimum thickness of the thin-film layer given in nanometers."
632
- />
633
- <field name="iridescenceThicknessMaximum"
634
- type="SFFloat"
635
- accessType="inputOutput"
636
- default="400"
637
- minInclusive="0"
638
- description="The maximum thickness of the thin-film layer given in nanometers."
639
- />
640
- <field name="iridescenceThicknessTextureMapping"
641
- type="SFString"
642
- accessType="inputOutput"
643
- default=""
644
- description="Input/Output field *iridescenceThicknessTextureMapping*."
645
- />
646
- <field name="iridescenceThicknessTexture"
647
- type="SFNode"
648
- accessType="inputOutput"
649
- default="NULL"
650
- inheritedFrom="X3DSingleTextureNode"
651
- description="The thickness texture of the thin-film layer."
652
- />
653
- <containerField default="extensions" type="xs:NMTOKEN"/>
654
- </InterfaceDefinition>
655
- </ConcreteNode>
656
- <ConcreteNode name="SheenMaterialExtension">
657
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/sheenmaterialextension"
658
- appinfo="SheenMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node.">
659
- <componentInfo name="X_ITE" level="1"/>
660
- <Inheritance baseType="X3DMaterialExtensionNode"/>
661
- <field name="metadata"
662
- type="SFNode"
663
- accessType="inputOutput"
664
- default="NULL"
665
- inheritedFrom="X3DMetadataObject"
666
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
667
- />
668
- <field name="sheenColor"
669
- type="SFColor"
670
- accessType="inputOutput"
671
- default="0 0 0"
672
- minInclusive="0"
673
- maxInclusive="1"
674
- description="The sheen color in linear space."
675
- />
676
- <field name="sheenColorTextureMapping"
677
- type="SFString"
678
- accessType="inputOutput"
679
- default=""
680
- description="Input/Output field *sheenColorTextureMapping*."
681
- />
682
- <field name="sheenColorTexture"
683
- type="SFNode"
684
- accessType="inputOutput"
685
- default="NULL"
686
- inheritedFrom="X3DSingleTextureNode"
687
- description="The sheen color (RGB). The sheen color is in sRGB transfer function."
688
- />
689
- <field name="sheenRoughness"
690
- type="SFFloat"
691
- accessType="inputOutput"
692
- default="0"
693
- minInclusive="0"
694
- description="The sheen roughness."
695
- />
696
- <field name="sheenRoughnessTextureMapping"
697
- type="SFString"
698
- accessType="inputOutput"
699
- default=""
700
- description="Input/Output field *sheenRoughnessTextureMapping*."
701
- />
702
- <field name="sheenRoughnessTexture"
703
- type="SFNode"
704
- accessType="inputOutput"
705
- default="NULL"
706
- inheritedFrom="X3DSingleTextureNode"
707
- description="The sheen roughness (Alpha) texture."
708
- />
709
- <containerField default="material" type="xs:NMTOKEN"/>
710
- </InterfaceDefinition>
711
- </ConcreteNode>
712
- <ConcreteNode name="SpecularGlossinessMaterial">
713
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/specularglossinessmaterial"
714
- appinfo="SpecularGlossinessMaterial specifies surface rendering properties for associated geometry nodes. Material attributes are used by the X3D lighting equations during rendering.">
715
- <componentInfo name="X_ITE" level="1"/>
716
- <Inheritance baseType="X3DOneSidedMaterialNode"/>
717
- <field name="metadata"
718
- type="SFNode"
719
- accessType="inputOutput"
720
- default="NULL"
721
- inheritedFrom="X3DMetadataObject"
722
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
723
- />
724
- <field name="diffuseColor"
725
- type="SFColor"
726
- accessType="inputOutput"
727
- default="1 1 1"
728
- minInclusive="0"
729
- maxInclusive="1"
730
- description="The reflected diffuse factor of the material."
731
- />
732
- <field name="diffuseTextureMapping"
733
- type="SFString"
734
- accessType="inputOutput"
735
- default=""
736
- description="Input/Output field *diffuseTextureMapping*."
737
- />
738
- <field name="diffuseTexture"
739
- type="SFNode"
740
- accessType="inputOutput"
741
- default="NULL"
742
- inheritedFrom="X3DSingleTextureNode"
743
- description="The diffuse texture."
744
- />
745
- <field name="specularColor"
746
- type="SFColor"
747
- accessType="inputOutput"
748
- default="1 1 1"
749
- minInclusive="0"
750
- maxInclusive="1"
751
- description="The specular RGB color of the material."
752
- />
753
- <field name="glossiness"
754
- type="SFFloat"
755
- accessType="inputOutput"
756
- default="1"
757
- minInclusive="0"
758
- maxInclusive="1"
759
- description="The glossiness or smoothness of the material."
760
- />
761
- <field name="specularGlossinessTextureMapping"
762
- type="SFString"
763
- accessType="inputOutput"
764
- default=""
765
- description="Input/Output field *specularGlossinessTextureMapping*."
766
- />
767
- <field name="specularGlossinessTexture"
768
- type="SFNode"
769
- accessType="inputOutput"
770
- default="NULL"
771
- inheritedFrom="X3DSingleTextureNode"
772
- description="The specular-glossiness texture."
773
- />
774
- <field name="emissiveColor"
775
- type="SFColor"
776
- accessType="inputOutput"
777
- default="0 0 0"
778
- minInclusive="0"
779
- maxInclusive="1"
780
- description="How much glowing light is emitted from this object."
781
- />
782
- <field name="emissiveTextureMapping"
783
- type="SFString"
784
- accessType="inputOutput"
785
- default=""
786
- description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
787
- />
788
- <field name="emissiveTexture"
789
- type="SFNode"
790
- accessType="inputOutput"
791
- default="NULL"
792
- inheritedFrom="X3DSingleTextureNode"
793
- description="When applying emissiveColor for this material node, the contained texture provides Physically Based Rendering (PBR) modulation for each pixel."
794
- />
795
- <field name="occlusionStrength"
796
- type="SFFloat"
797
- accessType="inputOutput"
798
- default="1"
799
- minInclusive="0"
800
- maxInclusive="1"
801
- description="*occlusionStrength* indicates areas of indirect lighting, typically called ambient occlusion. Higher values indicate areas that should receive full indirect lighting and lower values indicate no indirect lighting."
802
- />
803
- <field name="occlusionTextureMapping"
804
- type="SFString"
805
- accessType="inputOutput"
806
- default=""
807
- description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
808
- />
809
- <field name="occlusionTexture"
810
- type="SFNode"
811
- accessType="inputOutput"
812
- default="NULL"
813
- inheritedFrom="X3DSingleTextureNode"
814
- description="When applying occlusionStrength for this material node, the contained texture provides Physically Based Rendering (PBR) modulation for each pixel."
815
- />
816
- <field name="normalScale"
817
- type="SFFloat"
818
- accessType="inputOutput"
819
- default="1"
820
- minInclusive="0"
821
- description="*normalScale* controls the degree to which normalTexture RGB values apply XYZ-normal bump mapping to pixels in the parent material."
822
- />
823
- <field name="normalTextureMapping"
824
- type="SFString"
825
- accessType="inputOutput"
826
- default=""
827
- description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
828
- />
829
- <field name="normalTexture"
830
- type="SFNode"
831
- accessType="inputOutput"
832
- default="NULL"
833
- inheritedFrom="X3DSingleTextureNode"
834
- description="When applying normalScale for this material node, the contained texture modulates the texture across the surface."
835
- />
836
- <field name="transparency"
837
- type="SFFloat"
838
- accessType="inputOutput"
839
- default="0"
840
- minInclusive="0"
841
- maxInclusive="1"
842
- description="How 'clear' an object is: 1.0 is completely transparent, 0.0 is completely opaque. Interchange profile"
843
- />
844
- <field name="extensions"
845
- type="MFNode"
846
- accessType="inputOutput"
847
- inheritedFrom="X3DMaterialExtensionNode"
848
- description="Input/Output field *extensions*."
849
- />
850
- <containerField default="extensions" type="xs:NMTOKEN"/>
851
- </InterfaceDefinition>
852
- </ConcreteNode>
853
- <ConcreteNode name="SpecularMaterialExtension">
854
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/specularmaterialextension"
855
- appinfo="SpecularMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node.">
856
- <componentInfo name="X_ITE" level="1"/>
857
- <Inheritance baseType="X3DMaterialExtensionNode"/>
858
- <field name="metadata"
859
- type="SFNode"
860
- accessType="inputOutput"
861
- default="NULL"
862
- inheritedFrom="X3DMetadataObject"
863
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
864
- />
865
- <field name="specular"
866
- type="SFFloat"
867
- accessType="inputOutput"
868
- default="1"
869
- minInclusive="0"
870
- description="The strength of the specular reflection."
871
- />
872
- <field name="specularTextureMapping"
873
- type="SFString"
874
- accessType="inputOutput"
875
- default=""
876
- description="Input/Output field *specularTextureMapping*."
877
- />
878
- <field name="specularTexture"
879
- type="SFNode"
880
- accessType="inputOutput"
881
- default="NULL"
882
- inheritedFrom="X3DSingleTextureNode"
883
- description=" texture that defines the strength of the specular reflection, stored in the alpha (A) channel. This will be multiplied by specularFactor."
884
- />
885
- <field name="specularColor"
886
- type="SFColor"
887
- accessType="inputOutput"
888
- default="1 1 1"
889
- minInclusive="0"
890
- maxInclusive="1"
891
- description="The F0 color of the specular reflection (linear RGB)."
892
- />
893
- <field name="specularColorTextureMapping"
894
- type="SFString"
895
- accessType="inputOutput"
896
- default=""
897
- description="Input/Output field *specularColorTextureMapping*."
898
- />
899
- <field name="specularColorTexture"
900
- type="SFNode"
901
- accessType="inputOutput"
902
- default="NULL"
903
- inheritedFrom="X3DSingleTextureNode"
904
- description="A texture that defines the F0 color of the specular reflection, stored in the RGB channels and encoded in sRGB. This texture will be multiplied by specularColorFactor."
905
- />
906
- <containerField default="extensions" type="xs:NMTOKEN"/>
907
- </InterfaceDefinition>
908
- </ConcreteNode>
909
- <ConcreteNode name="TransmissionMaterialExtension">
910
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/transmissionmaterialextension"
911
- appinfo="TransmissionMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node.">
912
- <componentInfo name="X_ITE" level="1"/>
913
- <Inheritance baseType="X3DMaterialExtensionNode"/>
914
- <field name="metadata"
915
- type="SFNode"
916
- accessType="inputOutput"
917
- default="NULL"
918
- inheritedFrom="X3DMetadataObject"
919
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
920
- />
921
- <field name="transmission"
922
- type="SFFloat"
923
- accessType="inputOutput"
924
- default="0"
925
- minInclusive="0"
926
- description="The base percentage of light that is transmitted through the surface."
927
- />
928
- <field name="transmissionTextureMapping"
929
- type="SFString"
930
- accessType="inputOutput"
931
- default=""
932
- description="Input/Output field *transmissionTextureMapping*."
933
- />
934
- <field name="transmissionTexture"
935
- type="SFNode"
936
- accessType="inputOutput"
937
- default="NULL"
938
- inheritedFrom="X3DSingleTextureNode"
939
- description="A texture that defines the transmission percentage of the surface, stored in the R channel. This will be multiplied by transmissionFactor."
940
- />
941
- <containerField default="extensions" type="xs:NMTOKEN"/>
942
- </InterfaceDefinition>
943
- </ConcreteNode>
944
- <ConcreteNode name="UnlitMaterialExtension">
945
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/unlitmaterialextension"
946
- appinfo="UnlitMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node.">
947
- <componentInfo name="X_ITE" level="1"/>
948
- <Inheritance baseType="X3DMaterialExtensionNode"/>
949
- <field name="metadata"
950
- type="SFNode"
951
- accessType="inputOutput"
952
- default="NULL"
953
- inheritedFrom="X3DMetadataObject"
954
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
955
- />
956
- <containerField default="extensions" type="xs:NMTOKEN"/>
957
- </InterfaceDefinition>
958
- </ConcreteNode>
959
- <ConcreteNode name="VolumeMaterialExtension">
960
- <InterfaceDefinition specificationUrl="https://create3000.github.io/x_ite/components/x-ite/volumematerialextension"
961
- appinfo="VolumeMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node.">
962
- <componentInfo name="X_ITE" level="1"/>
963
- <Inheritance baseType="X3DMaterialExtensionNode"/>
964
- <field name="metadata"
965
- type="SFNode"
966
- accessType="inputOutput"
967
- default="NULL"
968
- inheritedFrom="X3DMetadataObject"
969
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
970
- />
971
- <field name="thickness"
972
- type="SFFloat"
973
- accessType="inputOutput"
974
- default="0"
975
- minInclusive="0"
976
- description="The thickness of the volume beneath the surface. The value is given in the coordinate space of the mesh. If the value is 0 the material is thin-walled. Otherwise the material is a volume boundary. The doubleSided property has no effect on volume boundaries."
977
- />
978
- <field name="thicknessTextureMapping"
979
- type="SFString"
980
- accessType="inputOutput"
981
- default=""
982
- description="Input/Output field *thicknessTextureMapping*."
983
- />
984
- <field name="thicknessTexture"
985
- type="SFNode"
986
- accessType="inputOutput"
987
- default="NULL"
988
- inheritedFrom="X3DSingleTextureNode"
989
- description="A texture that defines the thickness, stored in the G channel. This will be multiplied by thicknessFactor."
990
- />
991
- <field name="attenuationDistance"
992
- type="SFFloat"
993
- accessType="inputOutput"
994
- default="1000000"
995
- minInclusive="0"
996
- description="Density of the medium given as the average distance that light travels in the medium before interacting with a particle. The value is given in world space."
997
- />
998
- <field name="attenuationColor"
999
- type="SFColor"
1000
- accessType="inputOutput"
1001
- default="1 1 1"
1002
- minInclusive="0"
1003
- maxInclusive="1"
1004
- description="The color that white light turns into due to absorption when reaching the attenuation distance."
1005
- />
1006
- <containerField default="extensions" type="xs:NMTOKEN"/>
1007
- </InterfaceDefinition>
1008
- </ConcreteNode>
1009
-
1010
- </ConcreteNodes>
1011
- </X3dUnifiedObjectModel>