x_ite 10.1.0 → 10.3.0

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 (95) hide show
  1. package/README.md +18 -18
  2. package/dist/LICENSE.md +4 -0
  3. package/dist/X3DUOM.xml +69 -11
  4. package/dist/assets/components/{Annotation.js → AnnotationComponent.js} +138 -260
  5. package/dist/assets/components/AnnotationComponent.min.js +2 -0
  6. package/dist/assets/components/{CADGeometry.js → CADGeometryComponent.js} +177 -299
  7. package/dist/assets/components/CADGeometryComponent.min.js +2 -0
  8. package/dist/assets/components/{CubeMapTexturing.js → CubeMapTexturingComponent.js} +218 -257
  9. package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -0
  10. package/dist/assets/components/DISComponent.js +994 -0
  11. package/dist/assets/components/DISComponent.min.js +2 -0
  12. package/dist/assets/components/{EventUtilities.js → EventUtilitiesComponent.js} +121 -274
  13. package/dist/assets/components/EventUtilitiesComponent.min.js +2 -0
  14. package/dist/assets/components/{Geometry2D.js → Geometry2DComponent.js} +233 -371
  15. package/dist/assets/components/Geometry2DComponent.min.js +2 -0
  16. package/dist/assets/components/{Geospatial.js → GeospatialComponent.js} +449 -676
  17. package/dist/assets/components/GeospatialComponent.min.js +2 -0
  18. package/dist/assets/components/{HAnim.js → HAnimComponent.js} +277 -387
  19. package/dist/assets/components/HAnimComponent.min.js +2 -0
  20. package/dist/assets/components/{KeyDeviceSensor.js → KeyDeviceSensorComponent.js} +71 -114
  21. package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -0
  22. package/dist/assets/components/{Layout.js → LayoutComponent.js} +234 -339
  23. package/dist/assets/components/LayoutComponent.min.js +2 -0
  24. package/dist/assets/components/{NURBS.js → NURBSComponent.js} +351 -654
  25. package/dist/assets/components/NURBSComponent.min.js +2 -0
  26. package/dist/assets/components/{ParticleSystems.js → ParticleSystemsComponent.js} +345 -674
  27. package/dist/assets/components/ParticleSystemsComponent.min.js +2 -0
  28. package/dist/assets/components/{Picking.js → PickingComponent.js} +245 -472
  29. package/dist/assets/components/PickingComponent.min.js +2 -0
  30. package/dist/assets/components/{RigidBodyPhysics.js → RigidBodyPhysicsComponent.js} +496 -804
  31. package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -0
  32. package/dist/assets/components/ScriptingComponent.js +899 -0
  33. package/dist/assets/components/ScriptingComponent.min.js +2 -0
  34. package/dist/assets/components/{Text.js → TextComponent.js} +199 -251
  35. package/dist/assets/components/TextComponent.min.js +2 -0
  36. package/dist/assets/components/{TextureProjection.js → TextureProjectionComponent.js} +144 -190
  37. package/dist/assets/components/TextureProjectionComponent.min.js +2 -0
  38. package/dist/assets/components/{Texturing3D.js → Texturing3DComponent.js} +224 -386
  39. package/dist/assets/components/Texturing3DComponent.min.js +2 -0
  40. package/dist/assets/components/{VolumeRendering.js → VolumeRenderingComponent.js} +316 -603
  41. package/dist/assets/components/VolumeRenderingComponent.min.js +2 -0
  42. package/dist/assets/components/{X_ITE.js → X_ITEComponent.js} +1250 -1347
  43. package/dist/assets/components/X_ITEComponent.min.js +2 -0
  44. package/dist/assets/fonts/PT_Sans/OFL.txt +94 -0
  45. package/dist/assets/fonts/PT_Sans/PTSans-Bold.ttf +0 -0
  46. package/dist/assets/fonts/PT_Sans/PTSans-BoldItalic.ttf +0 -0
  47. package/dist/assets/fonts/PT_Sans/PTSans-Italic.ttf +0 -0
  48. package/dist/assets/fonts/PT_Sans/PTSans-Regular.ttf +0 -0
  49. package/dist/assets/images/XR.svg +74 -0
  50. package/dist/assets/lib/mikktspace_bg.wasm +0 -0
  51. package/dist/example.html +1 -1
  52. package/dist/x_ite.css +1 -1
  53. package/dist/x_ite.d.ts +128 -22
  54. package/dist/x_ite.js +3575 -6278
  55. package/dist/x_ite.min.js +2 -1
  56. package/dist/x_ite.min.mjs +2 -1
  57. package/dist/x_ite.mjs +3575 -6278
  58. package/dist/x_ite.zip +0 -0
  59. package/package.json +7 -5
  60. package/dist/assets/components/Annotation.min.js +0 -1
  61. package/dist/assets/components/CADGeometry.min.js +0 -1
  62. package/dist/assets/components/CubeMapTexturing.min.js +0 -1
  63. package/dist/assets/components/DIS.js +0 -1104
  64. package/dist/assets/components/DIS.min.js +0 -1
  65. package/dist/assets/components/EventUtilities.min.js +0 -1
  66. package/dist/assets/components/Geometry2D.min.js +0 -1
  67. package/dist/assets/components/Geospatial.min.js +0 -1
  68. package/dist/assets/components/HAnim.min.js +0 -1
  69. package/dist/assets/components/KeyDeviceSensor.min.js +0 -1
  70. package/dist/assets/components/Layout.min.js +0 -1
  71. package/dist/assets/components/NURBS.min.js +0 -1
  72. package/dist/assets/components/ParticleSystems.min.js +0 -1
  73. package/dist/assets/components/Picking.min.js +0 -1
  74. package/dist/assets/components/RigidBodyPhysics.min.js +0 -1
  75. package/dist/assets/components/Scripting.js +0 -927
  76. package/dist/assets/components/Scripting.min.js +0 -1
  77. package/dist/assets/components/Text.min.js +0 -1
  78. package/dist/assets/components/TextureProjection.min.js +0 -1
  79. package/dist/assets/components/Texturing3D.min.js +0 -1
  80. package/dist/assets/components/VolumeRendering.min.js +0 -1
  81. package/dist/assets/components/X_ITE.min.js +0 -1
  82. /package/dist/assets/fonts/{DroidSerif Apache License.txt → Droid/DroidSerif Apache License.txt} +0 -0
  83. /package/dist/assets/fonts/{DroidSerif-Bold.ttf → Droid/DroidSerif-Bold.ttf} +0 -0
  84. /package/dist/assets/fonts/{DroidSerif-BoldItalic.ttf → Droid/DroidSerif-BoldItalic.ttf} +0 -0
  85. /package/dist/assets/fonts/{DroidSerif-Italic.ttf → Droid/DroidSerif-Italic.ttf} +0 -0
  86. /package/dist/assets/fonts/{DroidSerif-Regular.ttf → Droid/DroidSerif-Regular.ttf} +0 -0
  87. /package/dist/assets/fonts/{Ubuntu LICENCE.txt → Ubuntu/Ubuntu LICENCE.txt} +0 -0
  88. /package/dist/assets/fonts/{Ubuntu-B.ttf → Ubuntu/Ubuntu-B.ttf} +0 -0
  89. /package/dist/assets/fonts/{Ubuntu-BI.ttf → Ubuntu/Ubuntu-BI.ttf} +0 -0
  90. /package/dist/assets/fonts/{Ubuntu-R.ttf → Ubuntu/Ubuntu-R.ttf} +0 -0
  91. /package/dist/assets/fonts/{Ubuntu-RI.ttf → Ubuntu/Ubuntu-RI.ttf} +0 -0
  92. /package/dist/assets/fonts/{UbuntuMono-B.ttf → Ubuntu/UbuntuMono-B.ttf} +0 -0
  93. /package/dist/assets/fonts/{UbuntuMono-BI.ttf → Ubuntu/UbuntuMono-BI.ttf} +0 -0
  94. /package/dist/assets/fonts/{UbuntuMono-R.ttf → Ubuntu/UbuntuMono-R.ttf} +0 -0
  95. /package/dist/assets/fonts/{UbuntuMono-RI.ttf → Ubuntu/UbuntuMono-RI.ttf} +0 -0
package/dist/x_ite.d.ts CHANGED
@@ -193,6 +193,30 @@ declare class X3DBrowser
193
193
  * Returns a reference to the corresponding X3DCanvasElement.
194
194
  */
195
195
  readonly element: X3DCanvasElement;
196
+ /**
197
+ * The `getSupportedProfile` service returns a ProfileInfo object of the named profile from the `supportedProfiles` array. The parameter is the name of a profile from which to fetch the declaration. The browser only returns a ProfileInfo object if it supports the named profile. If it does not support the named profile, an error is thrown.
198
+ */
199
+ getSupportedProfile (name: string): ProfileInfo;
200
+ /**
201
+ * The `getSupportedComponent` service returns a ComponentInfo object of the named component from the `supportedComponents` array. The parameter is the name of a component from which to fetch the declaration. The browser only returns a ComponentInfo object if it supports the named component. If it does not support the component, an error is thrown.
202
+ */
203
+ getSupportedComponent (name : string): ComponentInfo;
204
+ /**
205
+ * The `getProfile` service returns a ProfileInfo object of the named profile. The parameter is the name of a profile from which to fetch the declaration. The browser only returns a ProfileInfo object if it supports the named profile. If it does not support the named profile, an error is thrown.
206
+ */
207
+ getProfile (name: string): ProfileInfo;
208
+ /**
209
+ * The `getComponent` service returns a ComponentInfo object of the named component. The first parameter is the name of a component and the second the level from which to fetch the declaration. The browser only returns a ComponentInfo object if it supports the named component and the requested level. If it does not support the component at the level desired, an error is thrown. If level is omitted, it defaults to the highest supported level of this component.
210
+ */
211
+ getComponent (name : string, level : number?): ComponentInfo;
212
+ /**
213
+ * The `createScene` service creates a new empty scene that conforms to the given profile and component declarations.
214
+ */
215
+ createScene (profile: ProfileInfo, ... components: ComponentInfo []): X3DScene;
216
+ /**
217
+ * Loads all components, external and internal, specified by `args`. If the argument is a `String`, the name of a component must be given.
218
+ */
219
+ loadComponents (... args: Array <X3DScene | ProfileInfo | ComponentInfoArray | ComponentInfo | string>): Promise <void>;
196
220
  /**
197
221
  * Replace the current world with this new scene that has been loaded or constructed from somewhere. A Promise is returned that will be resolved when the scene is completely loaded.
198
222
  */
@@ -382,16 +406,18 @@ type BrowserProperty = "ABSTRACT_NODES"
382
406
  | "BINARY_ENCODING";
383
407
 
384
408
  type BrowserOption = {
385
- Antialiased: boolean,
409
+ SplashScreen: boolean,
386
410
  Dashboard: boolean,
387
411
  Rubberband: boolean,
388
412
  EnableInlineViewpoints: boolean,
389
- MotionBlur: boolean,
390
- PrimitiveQuality: QualityLevels,
391
- QualityWhenMoving: QualityLevels | "SAME",
413
+ Antialiased: boolean,
414
+ TextureQuality: QualityLevelTypes,
415
+ PrimitiveQuality: QualityLevelTypes,
416
+ QualityWhenMoving: QualityLevelTypes | "SAME",
392
417
  Shading: ShadingTypes,
393
- SplashScreen: boolean,
394
- TextureQuality: QualityLevels,
418
+ MotionBlur: boolean,
419
+ // Additional options:
420
+ AlwaysUpdateGeometries: boolean,
395
421
  AutoUpdate: boolean,
396
422
  Cache: boolean,
397
423
  ColorSpace: ColorSpaceTypes,
@@ -400,19 +426,25 @@ type BrowserOption = {
400
426
  Debug: boolean,
401
427
  Exposure: number,
402
428
  Gravity: number,
429
+ LoadUrlObjects: boolean,
403
430
  LogarithmicDepthBuffer: boolean,
431
+ MetadataReference: string,
404
432
  Multisampling: number,
405
433
  Notifications: boolean,
406
434
  OrderIndependentTransparency: boolean,
407
435
  StraightenHorizon: boolean,
436
+ TextCompression: "CHAR_SPACING" | "SCALING",
408
437
  Timings: boolean,
409
438
  ToneMapping: ToneMappingTypes,
410
- }
439
+ XRButton: boolean,
440
+ XRMovementControl: "VIEWER_POSE" | "VIEWPOINT",
441
+ XRSessionMode: "NONE" | "IMMERSIVE_VR",
442
+ };
411
443
 
412
- type ColorSpaceTypes = "SRGB" | "LINEAR_WHEN_PHYSICAL_MATERIAL" | "LINEAR";
413
- type QualityLevels = "LOW" | "MEDIUM" | "HIGH";
414
- type ShadingTypes = "POINT" | "WIREFRAME" | "FLAT" | "GOURAUD" | "PHONG";
415
- type ToneMappingTypes = "NONE" | "ACES_NARKOWICZ" | "ACES_HILL" | "ACES_HILL_EXPOSURE_BOOST" | "KHR_PBR_NEUTRAL";
444
+ type ColorSpaceTypes = "SRGB" | "LINEAR_WHEN_PHYSICAL_MATERIAL" | "LINEAR";
445
+ type QualityLevelTypes = "LOW" | "MEDIUM" | "HIGH";
446
+ type ShadingTypes = "POINT" | "WIREFRAME" | "FLAT" | "GOURAUD" | "PHONG";
447
+ type ToneMappingTypes = "NONE" | "ACES_NARKOWICZ" | "ACES_HILL" | "ACES_HILL_EXPOSURE_BOOST" | "KHR_PBR_NEUTRAL";
416
448
 
417
449
  type RenderingProperty = {
418
450
  Shading: ShadingTypes,
@@ -423,6 +455,7 @@ type RenderingProperty = {
423
455
  ColorDepth: number,
424
456
  TextureMemory: number,
425
457
  ContentScale: number,
458
+ MaxAnisotropicDegree: number,
426
459
  MaxSamples: number,
427
460
  Multisampling: number,
428
461
  LogarithmicDepthBuffer: boolean,
@@ -495,6 +528,30 @@ declare class X3DScene extends X3DExecutionContext
495
528
  */
496
529
  readonly exportedNodes: ExportedNodesArray;
497
530
 
531
+ /**
532
+ * Replaces the profile of this scene by the given profile. A profile of `null` is equivalent to a 'Full' profile.
533
+ */
534
+ setProfile (profile: ProfileInfo | null): void;
535
+ /**
536
+ * Adds the component to the list of components.
537
+ */
538
+ addComponent (component: ComponentInfo): void;
539
+ /**
540
+ * Updates the component.
541
+ */
542
+ updateComponent (component: ComponentInfo): void;
543
+ /**
544
+ * Removes the component with the given name.
545
+ */
546
+ removeComponent (name: string): void;
547
+ /**
548
+ * Updates the *name* and the *conversion factor* of the unit specified by *category*.
549
+ */
550
+ updateUnit (category: string, name: string, conversionFactor: number): void;
551
+ /**
552
+ * Returns the UnitInfo object with the given *category*.
553
+ */
554
+ getUnit (category: string): UnitInfo;
498
555
  /**
499
556
  * Returns the metadata values array associated with *name*.
500
557
  */
@@ -1158,6 +1215,7 @@ interface X3DConstants
1158
1215
  readonly CylinderSensor: number;
1159
1216
  readonly Delay: number;
1160
1217
  readonly DepthMode: number;
1218
+ readonly DiffuseTransmissionMaterialExtension: number;
1161
1219
  readonly DirectionalLight: number;
1162
1220
  readonly DISEntityManager: number;
1163
1221
  readonly DISEntityTypeMapping: number;
@@ -2923,7 +2981,7 @@ interface AnchorProxy extends X3DGroupingNodeProxy, X3DUrlObjectProxy
2923
2981
  visible: boolean;
2924
2982
  }
2925
2983
 
2926
- /** AnisotropyMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node. */
2984
+ /** AnisotropyMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node. */
2927
2985
  interface AnisotropyMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
2928
2986
  {
2929
2987
  /**
@@ -4602,7 +4660,7 @@ interface Circle2DProxy extends X3DGeometryNodeProxy
4602
4660
  radius: number;
4603
4661
  }
4604
4662
 
4605
- /** ClearcoatMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node. */
4663
+ /** ClearcoatMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node. */
4606
4664
  interface ClearcoatMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
4607
4665
  {
4608
4666
  /**
@@ -6309,6 +6367,53 @@ interface DepthModeProxy extends X3DAppearanceChildNodeProxy
6309
6367
  polygonOffset: SFVec2f;
6310
6368
  }
6311
6369
 
6370
+ /** DiffuseTransmissionMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node. */
6371
+ interface DiffuseTransmissionMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
6372
+ {
6373
+ /**
6374
+ * The percentage of reflected, non-specularly reflected light that is transmitted through the surface via the Lambertian diffuse transmission, i.e., the strength of the diffuse transmission effect.
6375
+ *
6376
+ * This field is of access type 'inputOutput' and type SFFloat.
6377
+ */
6378
+ diffuseTransmission: number;
6379
+ /**
6380
+ * The color of the transmitted light.
6381
+ *
6382
+ * This field is of access type 'inputOutput' and type SFColor.
6383
+ */
6384
+ diffuseTransmissionColor: SFColor;
6385
+ /**
6386
+ * A texture that defines the color of the transmitted light, stored in the RGB channels and encoded in sRGB. This texture will be multiplied by diffuseTransmissionColorFactor.
6387
+ *
6388
+ * This field is of access type 'inputOutput' and type SFNode.
6389
+ */
6390
+ diffuseTransmissionColorTexture: SFNode | null;
6391
+ /**
6392
+ * Input/Output field *diffuseTransmissionColorTextureMapping*.
6393
+ *
6394
+ * This field is of access type 'inputOutput' and type SFString.
6395
+ */
6396
+ diffuseTransmissionColorTextureMapping: string;
6397
+ /**
6398
+ * A texture that defines the strength of the diffuse transmission effect, stored in the alpha (A) channel. Will be multiplied by the diffuseTransmissionFactor.
6399
+ *
6400
+ * This field is of access type 'inputOutput' and type SFNode.
6401
+ */
6402
+ diffuseTransmissionTexture: SFNode | null;
6403
+ /**
6404
+ * Input/Output field *diffuseTransmissionTextureMapping*.
6405
+ *
6406
+ * This field is of access type 'inputOutput' and type SFString.
6407
+ */
6408
+ diffuseTransmissionTextureMapping: string;
6409
+ /**
6410
+ * Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.
6411
+ *
6412
+ * This field is of access type 'inputOutput' and type SFNode.
6413
+ */
6414
+ metadata: SFNode | null;
6415
+ }
6416
+
6312
6417
  /** DirectionalLight might not be scoped by parent Group or Transform at levels 1 or 2. */
6313
6418
  interface DirectionalLightProxy extends X3DLightNodeProxy
6314
6419
  {
@@ -6533,7 +6638,7 @@ interface Disk2DProxy extends X3DGeometryNodeProxy
6533
6638
  solid: boolean;
6534
6639
  }
6535
6640
 
6536
- /** DispersionMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node. */
6641
+ /** DispersionMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node. */
6537
6642
  interface DispersionMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
6538
6643
  {
6539
6644
  /**
@@ -7017,7 +7122,7 @@ interface ElevationGridProxy extends X3DGeometryNodeProxy
7017
7122
  zSpacing: number;
7018
7123
  }
7019
7124
 
7020
- /** EmissiveStrengthMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node. */
7125
+ /** EmissiveStrengthMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. */
7021
7126
  interface EmissiveStrengthMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
7022
7127
  {
7023
7128
  /**
@@ -7034,7 +7139,7 @@ interface EmissiveStrengthMaterialExtensionProxy extends X3DMaterialExtensionNod
7034
7139
  metadata: SFNode | null;
7035
7140
  }
7036
7141
 
7037
- /** EnvironmentLight ... This node only affects PhysicalMaterial nodes and SpecularGlossinessMaterial nodes. */
7142
+ /** EnvironmentLight ... This node only affects the PhysicalMaterial and SpecularGlossinessMaterial nodes. */
7038
7143
  interface EnvironmentLightProxy extends X3DLightNodeProxy
7039
7144
  {
7040
7145
  /**
@@ -10736,7 +10841,7 @@ interface IntegerTriggerProxy extends X3DTriggerNodeProxy
10736
10841
  readonly triggerValue: number;
10737
10842
  }
10738
10843
 
10739
- /** IORMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node. */
10844
+ /** IORMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node. */
10740
10845
  interface IORMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
10741
10846
  {
10742
10847
  /**
@@ -10753,7 +10858,7 @@ interface IORMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
10753
10858
  metadata: SFNode | null;
10754
10859
  }
10755
10860
 
10756
- /** IridescenceMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node. */
10861
+ /** IridescenceMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node. */
10757
10862
  interface IridescenceMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
10758
10863
  {
10759
10864
  /**
@@ -16303,7 +16408,7 @@ interface ShapeProxy extends X3DShapeNodeProxy
16303
16408
  visible: boolean;
16304
16409
  }
16305
16410
 
16306
- /** SheenMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node. */
16411
+ /** SheenMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node. */
16307
16412
  interface SheenMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
16308
16413
  {
16309
16414
  /**
@@ -17083,7 +17188,7 @@ interface SpecularGlossinessMaterialProxy extends X3DOneSidedMaterialNodeProxy
17083
17188
  transparency: number;
17084
17189
  }
17085
17190
 
17086
- /** SpecularMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node. */
17191
+ /** SpecularMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node. */
17087
17192
  interface SpecularMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
17088
17193
  {
17089
17194
  /**
@@ -18990,7 +19095,7 @@ interface TransformSensorProxy extends X3DEnvironmentalSensorNodeProxy
18990
19095
  targetObject: X3DGroupingNodeProxy | X3DShapeNodeProxy | null;
18991
19096
  }
18992
19097
 
18993
- /** TransmissionMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node. */
19098
+ /** TransmissionMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node. */
18994
19099
  interface TransmissionMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
18995
19100
  {
18996
19101
  /**
@@ -20181,7 +20286,7 @@ interface VolumeEmitterProxy extends X3DParticleEmitterNodeProxy
20181
20286
  variation: number;
20182
20287
  }
20183
20288
 
20184
- /** VolumeMaterialExtension is an extension for PhysicalMaterial node and SpecularGlossinessMaterial node. */
20289
+ /** VolumeMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node. */
20185
20290
  interface VolumeMaterialExtensionProxy extends X3DMaterialExtensionNodeProxy
20186
20291
  {
20187
20292
  /**
@@ -22238,6 +22343,7 @@ type ConcreteNodeTypes = {
22238
22343
  CylinderSensor: CylinderSensorProxy,
22239
22344
  Delay: DelayProxy,
22240
22345
  DepthMode: DepthModeProxy,
22346
+ DiffuseTransmissionMaterialExtension: DiffuseTransmissionMaterialExtensionProxy,
22241
22347
  DirectionalLight: DirectionalLightProxy,
22242
22348
  DISEntityManager: DISEntityManagerProxy,
22243
22349
  DISEntityTypeMapping: DISEntityTypeMappingProxy,