x_ite 14.1.2 → 14.1.4

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.
Files changed (57) hide show
  1. package/README.md +5 -5
  2. package/dist/X3DUOM.xml +314 -404
  3. package/dist/assets/components/AnnotationComponent.js +2 -2
  4. package/dist/assets/components/AnnotationComponent.min.js +2 -2
  5. package/dist/assets/components/CADGeometryComponent.js +2 -2
  6. package/dist/assets/components/CADGeometryComponent.min.js +2 -2
  7. package/dist/assets/components/CubeMapTexturingComponent.js +5 -5
  8. package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -2
  9. package/dist/assets/components/DISComponent.js +2 -2
  10. package/dist/assets/components/DISComponent.min.js +2 -2
  11. package/dist/assets/components/EventUtilitiesComponent.js +2 -2
  12. package/dist/assets/components/EventUtilitiesComponent.min.js +2 -2
  13. package/dist/assets/components/Geometry2DComponent.js +2 -2
  14. package/dist/assets/components/Geometry2DComponent.min.js +2 -2
  15. package/dist/assets/components/Geometry3DComponent.js +2 -2
  16. package/dist/assets/components/Geometry3DComponent.min.js +2 -2
  17. package/dist/assets/components/GeospatialComponent.js +2 -2
  18. package/dist/assets/components/GeospatialComponent.min.js +2 -2
  19. package/dist/assets/components/HAnimComponent.js +2 -2
  20. package/dist/assets/components/HAnimComponent.min.js +2 -2
  21. package/dist/assets/components/KeyDeviceSensorComponent.js +8 -5
  22. package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
  23. package/dist/assets/components/LayoutComponent.js +2 -2
  24. package/dist/assets/components/LayoutComponent.min.js +2 -2
  25. package/dist/assets/components/NURBSComponent.js +2 -2
  26. package/dist/assets/components/NURBSComponent.min.js +2 -2
  27. package/dist/assets/components/ParticleSystemsComponent.js +4 -5
  28. package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
  29. package/dist/assets/components/PickingComponent.js +12 -30
  30. package/dist/assets/components/PickingComponent.min.js +2 -2
  31. package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -2
  32. package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
  33. package/dist/assets/components/ScriptingComponent.js +2 -2
  34. package/dist/assets/components/ScriptingComponent.min.js +2 -2
  35. package/dist/assets/components/TextComponent.js +2 -2
  36. package/dist/assets/components/TextComponent.min.js +2 -2
  37. package/dist/assets/components/TextureProjectionComponent.js +2 -2
  38. package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
  39. package/dist/assets/components/Texturing3DComponent.js +10 -10
  40. package/dist/assets/components/Texturing3DComponent.min.js +2 -2
  41. package/dist/assets/components/VolumeRenderingComponent.js +4 -4
  42. package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
  43. package/dist/assets/components/WebXRComponent.js +2 -2
  44. package/dist/assets/components/WebXRComponent.min.js +2 -2
  45. package/dist/assets/components/X_ITEComponent.js +2 -2
  46. package/dist/assets/components/X_ITEComponent.min.js +2 -2
  47. package/dist/assets/lib/README.md +5 -1
  48. package/dist/assets/lib/meshopt_decoder.js +1 -1
  49. package/dist/example.html +1 -1
  50. package/dist/x_ite.css +1 -1
  51. package/dist/x_ite.d.ts +125 -64
  52. package/dist/x_ite.js +328 -236
  53. package/dist/x_ite.min.js +2 -2
  54. package/dist/x_ite.min.mjs +2 -2
  55. package/dist/x_ite.mjs +326 -235
  56. package/dist/x_ite.zip +0 -0
  57. package/package.json +4 -4
package/dist/x_ite.d.ts CHANGED
@@ -1301,6 +1301,7 @@ declare namespace X3D
1301
1301
  readonly IndexedTriangleSet: number;
1302
1302
  readonly IndexedTriangleStripSet: number;
1303
1303
  readonly Inline: number;
1304
+ readonly InlineGeometry: number;
1304
1305
  readonly InstancedShape: number;
1305
1306
  readonly IntegerSequencer: number;
1306
1307
  readonly IntegerTrigger: number;
@@ -1542,6 +1543,7 @@ declare namespace X3D
1542
1543
  readonly X3DTouchSensorNode: number;
1543
1544
  readonly X3DTriggerNode: number;
1544
1545
  readonly X3DUrlObject: number;
1546
+ readonly X3DUrlOutputObject: number;
1545
1547
  readonly X3DVertexAttributeNode: number;
1546
1548
  readonly X3DViewpointNode: number;
1547
1549
  readonly X3DViewportNode: number;
@@ -3285,7 +3287,7 @@ declare namespace X3D
3285
3287
  */
3286
3288
  acousticProperties: AcousticPropertiesProxy | null;
3287
3289
  /**
3288
- * Threshold value used for pixel rendering either transparent or opaque, used when alphaMode="MASK".
3290
+ * Threshold value used for pixel rendering either transparent or opaque, used when alphaMode="MASK".
3289
3291
  *
3290
3292
  * This field is of access type 'inputOutput' and type SFFloat.
3291
3293
  */
@@ -3706,7 +3708,7 @@ declare namespace X3D
3706
3708
  */
3707
3709
  topUrl: MFString;
3708
3710
  /**
3709
- * how "clear" the background is, allows underlying page to show through: 1.
3711
+ * how "clear" the background is, allows underlying page to show through: 1.
3710
3712
  *
3711
3713
  * This field is of access type 'inputOutput' and type SFFloat.
3712
3714
  */
@@ -3751,7 +3753,7 @@ declare namespace X3D
3751
3753
  *
3752
3754
  * This field is of access type 'inputOutput' and type MFString.
3753
3755
  */
3754
- forceOutput: MFString <"ALL" | "NONE">;
3756
+ forceOutput: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;">;
3755
3757
  /**
3756
3758
  * Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.
3757
3759
  *
@@ -3992,13 +3994,13 @@ declare namespace X3D
3992
3994
  */
3993
3995
  weightFunction2: "CONSTANT" | "ALPHA1" | "ALPHA2" | "ONE_MINUS_ALPHA1" | "ONE_MINUS_ALPHA2" | "TABLE";
3994
3996
  /**
3995
- * The weightTransferFunction1 and weightTransferFunction2 fields specify two-dimensional textures that are used to determine the weight values when the weight function is set to "TABLE".
3997
+ * The weightTransferFunction1 and weightTransferFunction2 fields specify two-dimensional textures that are used to determine the weight values when the weight function is set to &#34;TABLE&#34;.
3996
3998
  *
3997
3999
  * This field is of access type 'inputOutput' and type SFNode.
3998
4000
  */
3999
4001
  weightTransferFunction1: X3DTexture2DNodeProxy | null;
4000
4002
  /**
4001
- * The weightTransferFunction1 and weightTransferFunction2 fields specify two-dimensional textures that are used to determine the weight values when the weight function is set to "TABLE".
4003
+ * The weightTransferFunction1 and weightTransferFunction2 fields specify two-dimensional textures that are used to determine the weight values when the weight function is set to &#34;TABLE&#34;.
4002
4004
  *
4003
4005
  * This field is of access type 'inputOutput' and type SFNode.
4004
4006
  */
@@ -5206,7 +5208,7 @@ declare namespace X3D
5206
5208
  *
5207
5209
  * This field is of access type 'inputOutput' and type MFString.
5208
5210
  */
5209
- appliedParameters: MFString <"BOUNCE" | "USER_FRICTION" | "FRICTION_COEFFICIENT-2" | "ERROR_REDUCTION" | "CONSTANT_FORCE" | "SPEED-1" | "SPEED-2" | "SLIP-1" | "SLIP-2">;
5211
+ appliedParameters: MFString <"&#34;BOUNCE&#34;" | "&#34;USER_FRICTION&#34;" | "&#34;FRICTION_COEFFICIENT-2&#34;" | "&#34;ERROR_REDUCTION&#34;" | "&#34;CONSTANT_FORCE&#34;" | "&#34;SPEED-1&#34;" | "&#34;SPEED-2&#34;" | "&#34;SLIP-1&#34;" | "&#34;SLIP-2&#34;">;
5210
5212
  /**
5211
5213
  * Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system.
5212
5214
  *
@@ -5866,7 +5868,7 @@ declare namespace X3D
5866
5868
  *
5867
5869
  * This field is of access type 'inputOutput' and type MFString.
5868
5870
  */
5869
- appliedParameters: MFString <"BOUNCE" | "USER_FRICTION" | "FRICTION_COEFFICIENT-2" | "ERROR_REDUCTION" | "CONSTANT_FORCE" | "SPEED-1" | "SPEED-2" | "SLIP-1" | "SLIP-2">;
5871
+ appliedParameters: MFString <"&#34;BOUNCE&#34;" | "&#34;USER_FRICTION&#34;" | "&#34;FRICTION_COEFFICIENT-2&#34;" | "&#34;ERROR_REDUCTION&#34;" | "&#34;CONSTANT_FORCE&#34;" | "&#34;SPEED-1&#34;" | "&#34;SPEED-2&#34;" | "&#34;SLIP-1&#34;" | "&#34;SLIP-2&#34;">;
5870
5872
  /**
5871
5873
  * The body1 and body2 fields specify two top-level nodes that should be evaluated in the physics model as a single set of interactions with respect to each other.
5872
5874
  *
@@ -6861,7 +6863,7 @@ declare namespace X3D
6861
6863
  */
6862
6864
  subcategory: number;
6863
6865
  /**
6864
- * Local and/or online addresses of X3D model of interest, for example: "ExtrusionExampleShip.
6866
+ * Local and/or online addresses of X3D model of interest, for example: &#34;ExtrusionExampleShip.
6865
6867
  *
6866
6868
  * This field is of access type 'inputOutput' and type MFString.
6867
6869
  */
@@ -6988,7 +6990,7 @@ declare namespace X3D
6988
6990
  *
6989
6991
  * This field is of access type 'inputOutput' and type MFString.
6990
6992
  */
6991
- forceOutput: MFString <"ALL" | "NONE">;
6993
+ forceOutput: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;">;
6992
6994
  /**
6993
6995
  * This field is of access type 'outputOnly' and type SFFloat.
6994
6996
  */
@@ -8330,7 +8332,7 @@ declare namespace X3D
8330
8332
  *
8331
8333
  * This field is of access type 'inputOutput' and type MFString.
8332
8334
  */
8333
- family: MFString <"SANS" | "SERIF" | "TYPEWRITER">;
8335
+ family: MFString <"&#34;SANS&#34;" | "&#34;SERIF&#34;" | "&#34;TYPEWRITER&#34;">;
8334
8336
  /**
8335
8337
  * Whether text direction is horizontal (true) or vertical (false).
8336
8338
  *
@@ -8342,7 +8344,7 @@ declare namespace X3D
8342
8344
  *
8343
8345
  * This field is of access type 'inputOutput' and type MFString.
8344
8346
  */
8345
- justify: MFString <"MIDDLE" | "BEGIN" | "END" | "FIRST">;
8347
+ justify: MFString <"&#34;MIDDLE&#34;" | "&#34;BEGIN&#34;" | "&#34;END&#34;" | "&#34;FIRST&#34;">;
8346
8348
  /**
8347
8349
  * Language codes consist of a primary code and a (possibly empty) series of subcodes.
8348
8350
  *
@@ -8568,7 +8570,7 @@ declare namespace X3D
8568
8570
  */
8569
8571
  metadata: X3DMetadataObjectProxy | null;
8570
8572
  /**
8571
- * point contains a set of actual 3D geographic coordinates, provided in geoSystem format can split strings if desired: "x1 y1 z1 x2 y2 z2" or "x1 y1 z1", "x2 y2 z2".
8573
+ * point contains a set of actual 3D geographic coordinates, provided in geoSystem format can split strings if desired: &#34;x1 y1 z1 x2 y2 z2&#34; or &#34;x1 y1 z1&#34;, &#34;x2 y2 z2&#34;.
8572
8574
  *
8573
8575
  * This field is of access type 'inputOutput' and type MFVec3d.
8574
8576
  */
@@ -10015,7 +10017,7 @@ declare namespace X3D
10015
10017
  visible: boolean;
10016
10018
  }
10017
10019
 
10018
- /** An HAnimSite node serves three purposes: (a) define an "end effector" location which can be used by an inverse kinematics system, (b) define an attachment point for accessories such as jewelry and clothing, and (c) define a location for a Viewpoint virtual camera in the reference frame of an HAnimSegment (such as a view "through the eyes" of the humanoid for use in multi-user worlds). */
10020
+ /** An HAnimSite node serves three purposes: (a) define an &#34;end effector&#34; location which can be used by an inverse kinematics system, (b) define an attachment point for accessories such as jewelry and clothing, and (c) define a location for a Viewpoint virtual camera in the reference frame of an HAnimSegment (such as a view &#34;through the eyes&#34; of the humanoid for use in multi-user worlds). */
10019
10021
  interface HAnimSiteProxy extends X3DGroupingNodeProxy
10020
10022
  {
10021
10023
  /**
@@ -11001,6 +11003,23 @@ declare namespace X3D
11001
11003
  visible: boolean;
11002
11004
  }
11003
11005
 
11006
+ /** undefined */
11007
+ interface InlineGeometryProxy extends X3DGeometryNodeProxy, X3DUrlObjectProxy
11008
+ {
11009
+ /**
11010
+ * The smooth field provides a hint to the browser whether smooth rendering is preferred for a retrieved polygonal mesh.
11011
+ *
11012
+ * This field is of access type 'inputOutput' and type SFBool.
11013
+ */
11014
+ smooth: boolean;
11015
+ /**
11016
+ * For InlineGeometry, the default value of solid is FALSE since most usages of retrieved meshes need two-sided rendering. Authors have the option to change this value for single-sided rendering.
11017
+ *
11018
+ * This field is of access type 'inputOutput' and type SFBool.
11019
+ */
11020
+ solid: boolean;
11021
+ }
11022
+
11004
11023
  /** 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. */
11005
11024
  interface InstancedShapeProxy extends X3DShapeNodeProxy
11006
11025
  {
@@ -11053,7 +11072,7 @@ declare namespace X3D
11053
11072
  */
11054
11073
  metadata: X3DMetadataObjectProxy | null;
11055
11074
  /**
11056
- * pointerEvents defines whether this InstancedShape becomes target for pointer events.
11075
+ * The pointerEvents field defines whether this InstancedShape becomes target for pointer events.
11057
11076
  *
11058
11077
  * This field is of access type 'inputOutput' and type SFBool.
11059
11078
  */
@@ -11414,7 +11433,7 @@ declare namespace X3D
11414
11433
  *
11415
11434
  * This field is of access type 'inputOutput' and type MFString.
11416
11435
  */
11417
- objectType: MFString <"ALL" | "NONE" | "TERRAIN">;
11436
+ objectType: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;" | "&#34;TERRAIN&#34;">;
11418
11437
  /**
11419
11438
  * pickable determines whether pick traversal is performed for this layer.
11420
11439
  *
@@ -11422,7 +11441,7 @@ declare namespace X3D
11422
11441
  */
11423
11442
  pickable: boolean;
11424
11443
  /**
11425
- * pointerEvents defines whether this Layer becomes target for pointer events.
11444
+ * The pointerEvents field defines whether this Layer becomes target for pointer events.
11426
11445
  *
11427
11446
  * This field is of access type 'inputOutput' and type SFBool.
11428
11447
  */
@@ -11482,7 +11501,7 @@ declare namespace X3D
11482
11501
  *
11483
11502
  * This field is of access type 'inputOutput' and type MFString.
11484
11503
  */
11485
- align: MFString <"LEFT" | "BOTTOM" | "CENTER" | "TOP" | "RIGHT">;
11504
+ align: MFString <"&#34;LEFT&#34;" | "&#34;BOTTOM&#34;" | "&#34;CENTER&#34;" | "&#34;TOP&#34;" | "&#34;RIGHT&#34;">;
11486
11505
  /**
11487
11506
  * Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.
11488
11507
  *
@@ -11500,13 +11519,13 @@ declare namespace X3D
11500
11519
  *
11501
11520
  * This field is of access type 'inputOutput' and type MFString.
11502
11521
  */
11503
- offsetUnits: MFString <"WORLD" | "FRACTION" | "PIXEL">;
11522
+ offsetUnits: MFString <"&#34;WORLD&#34;" | "&#34;FRACTION&#34;" | "&#34;PIXEL&#34;">;
11504
11523
  /**
11505
11524
  * The scaleMode field specifies how the scale of the parent is modified.
11506
11525
  *
11507
11526
  * This field is of access type 'inputOutput' and type MFString.
11508
11527
  */
11509
- scaleMode: MFString <"NONE" | "FRACTION" | "STRETCH" | "PIXEL">;
11528
+ scaleMode: MFString <"&#34;NONE&#34;" | "&#34;FRACTION&#34;" | "&#34;STRETCH&#34;" | "&#34;PIXEL&#34;">;
11510
11529
  /**
11511
11530
  * The two values in the size field define the width and height of the layout rectangle.
11512
11531
  *
@@ -11518,7 +11537,7 @@ declare namespace X3D
11518
11537
  *
11519
11538
  * This field is of access type 'inputOutput' and type MFString.
11520
11539
  */
11521
- sizeUnits: MFString <"WORLD" | "FRACTION" | "PIXEL">;
11540
+ sizeUnits: MFString <"&#34;WORLD&#34;" | "&#34;FRACTION&#34;" | "&#34;PIXEL&#34;">;
11522
11541
  }
11523
11542
 
11524
11543
  /** LayoutGroup is a Grouping node that can contain most nodes, whose children are related by a common layout within a parent layout. */
@@ -11612,7 +11631,7 @@ declare namespace X3D
11612
11631
  *
11613
11632
  * This field is of access type 'inputOutput' and type MFString.
11614
11633
  */
11615
- objectType: MFString <"ALL" | "NONE" | "TERRAIN">;
11634
+ objectType: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;" | "&#34;TERRAIN&#34;">;
11616
11635
  /**
11617
11636
  * pickable determines whether pick traversal is performed for this layer.
11618
11637
  *
@@ -11620,7 +11639,7 @@ declare namespace X3D
11620
11639
  */
11621
11640
  pickable: boolean;
11622
11641
  /**
11623
- * pointerEvents defines whether this LayoutLayer becomes target for pointer events.
11642
+ * The pointerEvents field defines whether this LayoutLayer becomes target for pointer events.
11624
11643
  *
11625
11644
  * This field is of access type 'inputOutput' and type SFBool.
11626
11645
  */
@@ -11687,7 +11706,7 @@ declare namespace X3D
11687
11706
  *
11688
11707
  * This field is of access type 'inputOutput' and type MFString.
11689
11708
  */
11690
- objectType: MFString <"ALL" | "NONE" | "TERRAIN">;
11709
+ objectType: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;" | "&#34;TERRAIN&#34;">;
11691
11710
  /**
11692
11711
  * Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
11693
11712
  *
@@ -12224,7 +12243,7 @@ declare namespace X3D
12224
12243
  */
12225
12244
  specularTextureMapping: string;
12226
12245
  /**
12227
- * how "clear" an object is: 1.
12246
+ * how &#34;clear&#34; an object is: 1.
12228
12247
  *
12229
12248
  * This field is of access type 'inputOutput' and type SFFloat.
12230
12249
  */
@@ -12596,7 +12615,7 @@ declare namespace X3D
12596
12615
  *
12597
12616
  * This field is of access type 'inputOutput' and type MFString.
12598
12617
  */
12599
- forceOutput: MFString <"ALL" | "NONE">;
12618
+ forceOutput: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;">;
12600
12619
  /**
12601
12620
  * Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.
12602
12621
  *
@@ -12858,7 +12877,7 @@ declare namespace X3D
12858
12877
  *
12859
12878
  * This field is of access type 'inputOutput' and type MFString.
12860
12879
  */
12861
- function: MFString <"COMPLEMENT" | "ALPHAREPLICATE" | "">;
12880
+ function: MFString <"&#34;COMPLEMENT&#34;" | "&#34;ALPHAREPLICATE&#34;" | "&#34;&#34;">;
12862
12881
  /**
12863
12882
  * Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.
12864
12883
  *
@@ -12870,13 +12889,13 @@ declare namespace X3D
12870
12889
  *
12871
12890
  * This field is of access type 'inputOutput' and type MFString.
12872
12891
  */
12873
- mode: MFString <"ADD" | "ADDSIGNED" | "ADDSIGNED2X" | "ADDSMOOTH" | "BLENDCURRENTALPHA" | "BLENDDIFFUSEALPHA" | "BLENDFACTORALPHA" | "BLENDTEXTUREALPHA" | "DOTPRODUCT3" | "MODULATE" | "MODULATE2X" | "MODULATE4X" | "MODULATEALPHA_ADDCOLOR" | "MODULATEINVALPHA_ADDCOLOR" | "MODULATEINVCOLOR_ADDALPHA" | "OFF" | "REPLACE" | "SELECTARG1" | "SELECTARG2" | "SUBTRACT">;
12892
+ mode: MFString <"&#34;ADD&#34;" | "&#34;ADDSIGNED&#34;" | "&#34;ADDSIGNED2X&#34;" | "&#34;ADDSMOOTH&#34;" | "&#34;BLENDCURRENTALPHA&#34;" | "&#34;BLENDDIFFUSEALPHA&#34;" | "&#34;BLENDFACTORALPHA&#34;" | "&#34;BLENDTEXTUREALPHA&#34;" | "&#34;DOTPRODUCT3&#34;" | "&#34;MODULATE&#34;" | "&#34;MODULATE2X&#34;" | "&#34;MODULATE4X&#34;" | "&#34;MODULATEALPHA_ADDCOLOR&#34;" | "&#34;MODULATEINVALPHA_ADDCOLOR&#34;" | "&#34;MODULATEINVCOLOR_ADDALPHA&#34;" | "&#34;OFF&#34;" | "&#34;REPLACE&#34;" | "&#34;SELECTARG1&#34;" | "&#34;SELECTARG2&#34;" | "&#34;SUBTRACT&#34;">;
12874
12893
  /**
12875
12894
  * source field determines whether each image source is treated as DIFFUSE, SPECULAR or a multiplicative FACTOR.
12876
12895
  *
12877
12896
  * This field is of access type 'inputOutput' and type MFString.
12878
12897
  */
12879
- source: MFString <"DIFFUSE" | "FACTOR" | "SPECULAR" | "">;
12898
+ source: MFString <"&#34;DIFFUSE&#34;" | "&#34;FACTOR&#34;" | "&#34;SPECULAR&#34;" | "&#34;&#34;">;
12880
12899
  /**
12881
12900
  * Contained texture nodes (ImageTexture, MovieTexture, PixelTexture) that map image(s) to surface geometry, defining each of the different texture channels.
12882
12901
  *
@@ -12981,13 +13000,13 @@ declare namespace X3D
12981
13000
  *
12982
13001
  * This field is of access type 'inputOutput' and type MFString.
12983
13002
  */
12984
- transitionType: MFString <"TELEPORT" | "LINEAR" | "ANIMATE">;
13003
+ transitionType: MFString <"&#34;TELEPORT&#34;" | "&#34;LINEAR&#34;" | "&#34;ANIMATE&#34;">;
12985
13004
  /**
12986
- * Enter one or more quoted SFString values: "EXAMINE" "WALK" "FLY" "LOOKAT" "EXPLORE" "ANY" "NONE".
13005
+ * Enter one or more quoted SFString values: &#34;EXAMINE&#34; &#34;WALK&#34; &#34;FLY&#34; &#34;LOOKAT&#34; &#34;EXPLORE&#34; &#34;ANY&#34; &#34;NONE&#34;.
12987
13006
  *
12988
13007
  * This field is of access type 'inputOutput' and type MFString.
12989
13008
  */
12990
- type: MFString <"ANY" | "WALK" | "EXAMINE" | "FLY" | "LOOKAT" | "NONE" | "EXPLORE">;
13009
+ type: MFString <"&#34;ANY&#34;" | "&#34;WALK&#34;" | "&#34;EXAMINE&#34;" | "&#34;FLY&#34;" | "&#34;LOOKAT&#34;" | "&#34;NONE&#34;" | "&#34;EXPLORE&#34;">;
12991
13010
  /**
12992
13011
  * Geometry beyond the visibilityLimit may not be rendered (far clipping plane of the view frustrum).
12993
13012
  *
@@ -14250,7 +14269,7 @@ declare namespace X3D
14250
14269
  */
14251
14270
  physics: MFNode <X3DParticlePhysicsModelNodeProxy>;
14252
14271
  /**
14253
- * pointerEvents defines whether this ParticleSystem becomes target for pointer events.
14272
+ * The pointerEvents field defines whether this ParticleSystem becomes target for pointer events.
14254
14273
  *
14255
14274
  * This field is of access type 'inputOutput' and type SFBool.
14256
14275
  */
@@ -14428,7 +14447,7 @@ declare namespace X3D
14428
14447
  */
14429
14448
  roughness: number;
14430
14449
  /**
14431
- * how "clear" an object is: 1.
14450
+ * how &#34;clear&#34; an object is: 1.
14432
14451
  *
14433
14452
  * This field is of access type 'inputOutput' and type SFFloat.
14434
14453
  */
@@ -14483,7 +14502,7 @@ declare namespace X3D
14483
14502
  *
14484
14503
  * This field is of access type 'inputOutput' and type MFString.
14485
14504
  */
14486
- objectType: MFString <"ALL" | "NONE" | "TERRAIN">;
14505
+ objectType: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;" | "&#34;TERRAIN&#34;">;
14487
14506
  /**
14488
14507
  * The pickable field determines whether pick traversal is performed on this node or its children.
14489
14508
  *
@@ -14835,7 +14854,7 @@ declare namespace X3D
14835
14854
  *
14836
14855
  * This field is of access type 'inputOutput' and type MFString.
14837
14856
  */
14838
- objectType: MFString <"ALL" | "NONE" | "TERRAIN">;
14857
+ objectType: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;" | "&#34;TERRAIN&#34;">;
14839
14858
  /**
14840
14859
  * Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
14841
14860
  *
@@ -15397,7 +15416,7 @@ declare namespace X3D
15397
15416
  *
15398
15417
  * This field is of access type 'inputOutput' and type MFString.
15399
15418
  */
15400
- objectType: MFString <"ALL" | "NONE" | "TERRAIN">;
15419
+ objectType: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;" | "&#34;TERRAIN&#34;">;
15401
15420
  /**
15402
15421
  * Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
15403
15422
  *
@@ -15875,14 +15894,14 @@ declare namespace X3D
15875
15894
  }
15876
15895
 
15877
15896
  /** A RenderedTexture is a texture node that renders a separate scene or viewpoint into an offscreen buffer, producing an image that can be applied to geometry in real time. */
15878
- interface RenderedTextureProxy extends X3DTexture2DNodeProxy
15897
+ interface RenderedTextureProxy extends X3DTexture2DNodeProxy, X3DUrlOutputObjectProxy
15879
15898
  {
15880
15899
  /**
15881
- * Allows you to specify a background node explicitly, which will then be used during the render-to-texture process. If the value is NULL the currently bound background in the scene is used.
15900
+ * Sets a separate, potentially independent, subscene. If the value is NULL the current scene is used.
15882
15901
  *
15883
- * This field is of access type 'inputOutput' and type SFNode.
15902
+ * This field is of access type 'inputOutput' and type MFNode.
15884
15903
  */
15885
- background: X3DBackgroundNodeProxy | null;
15904
+ children: MFNode <X3DChildNodeProxy>;
15886
15905
  /**
15887
15906
  * The generated texture will contain the depth buffer of the image (instead of the color buffer as usual).
15888
15907
  *
@@ -15902,11 +15921,17 @@ declare namespace X3D
15902
15921
  */
15903
15922
  dimensions: MFInt32;
15904
15923
  /**
15905
- * Allows you to specify a fog node explicitly, which will then be used during the render-to-texture process. If the value is NULL the currently bound fog in the scene is used.
15924
+ * The enabled field either enables or disables data output processing by the node.
15906
15925
  *
15907
- * This field is of access type 'inputOutput' and type SFNode.
15926
+ * This field is of access type 'inputOutput' and type SFBool.
15927
+ */
15928
+ enabled: boolean;
15929
+ /**
15930
+ * The isActive field provides a TRUE event when node data output becomes active, and a FALSE event when node data output is stopped.
15931
+ *
15932
+ * This field is of access type 'outputOnly' and type SFBool.
15908
15933
  */
15909
- fog: X3DFogObjectProxy | null;
15934
+ readonly isActive: boolean;
15910
15935
  /**
15911
15936
  * Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.
15912
15937
  *
@@ -15926,11 +15951,11 @@ declare namespace X3D
15926
15951
  */
15927
15952
  repeatT: boolean;
15928
15953
  /**
15929
- * Sets a separate, potentially independent, subscene. If the value is NULL the current scene is used.
15954
+ * The replaceImage field defines whether only a single updated image file or multiple image files can be saved.
15930
15955
  *
15931
- * This field is of access type 'inputOutput' and type SFNode.
15956
+ * This field is of access type 'inputOutput' and type SFBool.
15932
15957
  */
15933
- scene: X3DChildNodeProxy | null;
15958
+ replaceImage: boolean;
15934
15959
  /**
15935
15960
  * Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images.
15936
15961
  *
@@ -15944,11 +15969,17 @@ declare namespace X3D
15944
15969
  */
15945
15970
  update: "NONE" | "NEXT_FRAME_ONLY" | "ALWAYS";
15946
15971
  /**
15947
- * Allows you to explicitly specify a viewpoint node from which to render to texture. If the value is NULL the currently bound viewpoint in the scene is used.
15972
+ * The updateInterval field indicates time intervals between render captures when update is "ALWAYS". A value of 0 indicates full frame rate.
15948
15973
  *
15949
- * This field is of access type 'inputOutput' and type SFNode.
15974
+ * This field is of access type 'inputOutput' and type SFTime.
15950
15975
  */
15951
- viewpoint: X3DViewpointNodeProxy | null;
15976
+ updateInterval: number;
15977
+ /**
15978
+ * Values in the url field typically defines a relative address to a file name that can be used for storing one or more rendered textures.
15979
+ *
15980
+ * This field is of access type 'inputOutput' and type MFString.
15981
+ */
15982
+ url: MFString;
15952
15983
  }
15953
15984
 
15954
15985
  /** RigidBody describes a collection of shapes with a mass distribution that is affected by the physics model. */
@@ -16416,7 +16447,7 @@ declare namespace X3D
16416
16447
  *
16417
16448
  * This field is of access type 'inputOutput' and type MFString.
16418
16449
  */
16419
- family: MFString <"SANS" | "SERIF" | "TYPEWRITER">;
16450
+ family: MFString <"&#34;SANS&#34;" | "&#34;SERIF&#34;" | "&#34;TYPEWRITER&#34;">;
16420
16451
  /**
16421
16452
  * Whether text direction is horizontal (true) or vertical (false).
16422
16453
  *
@@ -16428,7 +16459,7 @@ declare namespace X3D
16428
16459
  *
16429
16460
  * This field is of access type 'inputOutput' and type MFString.
16430
16461
  */
16431
- justify: MFString <"MIDDLE" | "BEGIN" | "END" | "FIRST">;
16462
+ justify: MFString <"&#34;MIDDLE&#34;" | "&#34;BEGIN&#34;" | "&#34;END&#34;" | "&#34;FIRST&#34;">;
16432
16463
  /**
16433
16464
  * Language codes consist of a primary code and a (possibly empty) series of subcodes.
16434
16465
  *
@@ -16857,7 +16888,7 @@ declare namespace X3D
16857
16888
  */
16858
16889
  metadata: X3DMetadataObjectProxy | null;
16859
16890
  /**
16860
- * pointerEvents defines whether this Shape becomes target for pointer events.
16891
+ * The pointerEvents field defines whether this Shape becomes target for pointer events.
16861
16892
  *
16862
16893
  * This field is of access type 'inputOutput' and type SFBool.
16863
16894
  */
@@ -17219,7 +17250,7 @@ declare namespace X3D
17219
17250
  *
17220
17251
  * This field is of access type 'inputOutput' and type MFString.
17221
17252
  */
17222
- forceOutput: MFString <"ALL" | "NONE">;
17253
+ forceOutput: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;">;
17223
17254
  /**
17224
17255
  * maxAngle is maximum rotation angle for hinge.
17225
17256
  *
@@ -17278,7 +17309,7 @@ declare namespace X3D
17278
17309
  *
17279
17310
  * This field is of access type 'inputOutput' and type MFString.
17280
17311
  */
17281
- forceOutput: MFString <"ALL" | "NONE">;
17312
+ forceOutput: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;">;
17282
17313
  /**
17283
17314
  * maxSeparation is maximum separation distance between the two bodies.
17284
17315
  *
@@ -20209,7 +20240,7 @@ declare namespace X3D
20209
20240
  */
20210
20241
  backSpecularColor: SFColor;
20211
20242
  /**
20212
- * how "clear" an object is: 1.
20243
+ * how &#34;clear&#34; an object is: 1.
20213
20244
  *
20214
20245
  * This field is of access type 'inputOutput' and type SFFloat.
20215
20246
  */
@@ -20251,7 +20282,7 @@ declare namespace X3D
20251
20282
  */
20252
20283
  specularColor: SFColor;
20253
20284
  /**
20254
- * how "clear" an object is: 1.
20285
+ * how &#34;clear&#34; an object is: 1.
20255
20286
  *
20256
20287
  * This field is of access type 'inputOutput' and type SFFloat.
20257
20288
  */
@@ -20320,7 +20351,7 @@ declare namespace X3D
20320
20351
  *
20321
20352
  * This field is of access type 'inputOutput' and type MFString.
20322
20353
  */
20323
- forceOutput: MFString <"ALL" | "NONE">;
20354
+ forceOutput: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;">;
20324
20355
  /**
20325
20356
  * Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.
20326
20357
  *
@@ -20399,7 +20430,7 @@ declare namespace X3D
20399
20430
  */
20400
20431
  normalTextureMapping: string;
20401
20432
  /**
20402
- * how "clear" an object is: 1.
20433
+ * how &#34;clear&#34; an object is: 1.
20403
20434
  *
20404
20435
  * This field is of access type 'inputOutput' and type SFFloat.
20405
20436
  */
@@ -20863,7 +20894,7 @@ declare namespace X3D
20863
20894
  *
20864
20895
  * This field is of access type 'inputOutput' and type MFString.
20865
20896
  */
20866
- objectType: MFString <"ALL" | "NONE" | "TERRAIN">;
20897
+ objectType: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;" | "&#34;TERRAIN&#34;">;
20867
20898
  /**
20868
20899
  * Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
20869
20900
  *
@@ -21568,13 +21599,13 @@ declare namespace X3D
21568
21599
  /**
21569
21600
  * This field is of access type 'inputOutput' and type MFString.
21570
21601
  */
21571
- objectType: MFString <"ALL" | "NONE" | "TERRAIN">;
21602
+ objectType: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;" | "&#34;TERRAIN&#34;">;
21572
21603
  /**
21573
21604
  * This field is of access type 'inputOutput' and type SFBool.
21574
21605
  */
21575
21606
  pickable: boolean;
21576
21607
  /**
21577
- * pointerEvents defines whether this layer becomes target for pointer events.
21608
+ * The pointerEvents field defines whether this layer becomes target for pointer events.
21578
21609
  *
21579
21610
  * This field is of access type 'inputOutput' and type SFBool.
21580
21611
  */
@@ -21958,7 +21989,7 @@ declare namespace X3D
21958
21989
  /**
21959
21990
  * This field is of access type 'inputOutput' and type MFString.
21960
21991
  */
21961
- objectType: MFString <"ALL" | "NONE" | "TERRAIN">;
21992
+ objectType: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;" | "&#34;TERRAIN&#34;">;
21962
21993
  /**
21963
21994
  * This field is of access type 'outputOnly' and type MFNode.
21964
21995
  */
@@ -22044,7 +22075,7 @@ declare namespace X3D
22044
22075
  /**
22045
22076
  * This field is of access type 'inputOutput' and type MFString.
22046
22077
  */
22047
- forceOutput: MFString <"ALL" | "NONE">;
22078
+ forceOutput: MFString <"&#34;ALL&#34;" | "&#34;NONE&#34;">;
22048
22079
  /**
22049
22080
  * This field is of access type 'inputOutput' and type SFNode.
22050
22081
  */
@@ -22183,7 +22214,7 @@ declare namespace X3D
22183
22214
  */
22184
22215
  metadata: X3DMetadataObjectProxy | null;
22185
22216
  /**
22186
- * pointerEvents defines whether this shape becomes target for pointer events.
22217
+ * The pointerEvents field defines whether this shape becomes target for pointer events.
22187
22218
  *
22188
22219
  * This field is of access type 'inputOutput' and type SFBool.
22189
22220
  */
@@ -22702,6 +22733,35 @@ declare namespace X3D
22702
22733
  url: MFString;
22703
22734
  }
22704
22735
 
22736
+ /** undefined */
22737
+ interface X3DUrlOutputObjectProxy extends SFNode
22738
+ {
22739
+ /**
22740
+ * Author-provided prose that describes intended purpose of the url asset.
22741
+ *
22742
+ * This field is of access type 'inputOutput' and type SFString.
22743
+ */
22744
+ description: string;
22745
+ /**
22746
+ * The enabled field either enables or disables data output processing by the node.
22747
+ *
22748
+ * This field is of access type 'inputOutput' and type SFBool.
22749
+ */
22750
+ enabled: boolean;
22751
+ /**
22752
+ * The isActive field provides a TRUE event when node data output becomes active, and a FALSE event when node data output is stopped.
22753
+ *
22754
+ * This field is of access type 'outputOnly' and type SFBool.
22755
+ */
22756
+ readonly isActive: boolean;
22757
+ /**
22758
+ * Values in the url field typically defines a relative address to a file name that can be used for storing one or more rendered textures.
22759
+ *
22760
+ * This field is of access type 'inputOutput' and type MFString.
22761
+ */
22762
+ url: MFString;
22763
+ }
22764
+
22705
22765
  /** Base type for all nodes that specify per-vertex attribute information to the shader. */
22706
22766
  interface X3DVertexAttributeNodeProxy extends X3DGeometricPropertyNodeProxy
22707
22767
  {
@@ -22966,6 +23026,7 @@ declare namespace X3D
22966
23026
  IndexedTriangleSet: IndexedTriangleSetProxy,
22967
23027
  IndexedTriangleStripSet: IndexedTriangleStripSetProxy,
22968
23028
  Inline: InlineProxy,
23029
+ InlineGeometry: InlineGeometryProxy,
22969
23030
  InstancedShape: InstancedShapeProxy,
22970
23031
  IntegerSequencer: IntegerSequencerProxy,
22971
23032
  IntegerTrigger: IntegerTriggerProxy,