x_ite 8.6.12 → 8.6.14
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.
- package/dist/LICENSE.md +4 -4
- package/dist/assets/components/Annotation.js +37 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +45 -21
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +39 -28
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +37 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +37 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +55 -23
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +84 -40
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +42 -18
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +18 -10
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +47 -27
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +84 -28
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +70 -30
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +42 -22
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +93 -37
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +35 -31
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +33 -25
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +22 -14
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +64 -32
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +80 -28
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +13 -9
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +1697 -1080
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +2 -2
- package/docs/_posts/components/Core/WorldInfo.md +1 -1
- package/docs/_posts/components/EnvironmentalEffects/Background.md +1 -1
- package/docs/_posts/components/EnvironmentalEffects/Fog.md +1 -1
- package/docs/_posts/components/EnvironmentalSensor/ProximitySensor.md +1 -1
- package/docs/_posts/components/EnvironmentalSensor/VisibilitySensor.md +1 -1
- package/docs/_posts/components/Geometry3D/Box.md +1 -1
- package/docs/_posts/components/Geometry3D/Cone.md +1 -1
- package/docs/_posts/components/Geometry3D/Cylinder.md +1 -1
- package/docs/_posts/components/Geometry3D/ElevationGrid.md +1 -1
- package/docs/_posts/components/Geometry3D/Extrusion.md +1 -1
- package/docs/_posts/components/Geometry3D/IndexedFaceSet.md +1 -1
- package/docs/_posts/components/Geometry3D/Sphere.md +1 -1
- package/docs/_posts/components/Grouping/Group.md +1 -1
- package/docs/_posts/components/Grouping/Switch.md +1 -1
- package/docs/_posts/components/Grouping/Transform.md +1 -1
- package/docs/_posts/components/Interpolation/ColorInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/CoordinateInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/NormalInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/OrientationInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/PositionInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/ScalarInterpolator.md +1 -1
- package/docs/_posts/components/Lighting/DirectionalLight.md +1 -1
- package/docs/_posts/components/Lighting/PointLight.md +1 -1
- package/docs/_posts/components/Lighting/SpotLight.md +1 -1
- package/docs/_posts/components/Navigation/Billboard.md +1 -1
- package/docs/_posts/components/Navigation/Collision.md +1 -1
- package/docs/_posts/components/Navigation/LOD.md +1 -1
- package/docs/_posts/components/Navigation/NavigationInfo.md +1 -1
- package/docs/_posts/components/Navigation/Viewpoint.md +1 -1
- package/docs/_posts/components/Networking/Anchor.md +1 -1
- package/docs/_posts/components/Networking/Inline.md +1 -1
- package/docs/_posts/components/PointingDeviceSensor/CylinderSensor.md +1 -1
- package/docs/_posts/components/PointingDeviceSensor/PlaneSensor.md +1 -1
- package/docs/_posts/components/PointingDeviceSensor/SphereSensor.md +1 -1
- package/docs/_posts/components/PointingDeviceSensor/TouchSensor.md +1 -1
- package/docs/_posts/components/Rendering/Color.md +1 -1
- package/docs/_posts/components/Rendering/Coordinate.md +1 -1
- package/docs/_posts/components/Rendering/IndexedLineSet.md +1 -1
- package/docs/_posts/components/Rendering/Normal.md +1 -1
- package/docs/_posts/components/Rendering/PointSet.md +1 -1
- package/docs/_posts/components/Scripting/Script.md +1 -1
- package/docs/_posts/components/Shape/Appearance.md +1 -1
- package/docs/_posts/components/Shape/Material.md +1 -9
- package/docs/_posts/components/Shape/PhysicalMaterial.md +0 -8
- package/docs/_posts/components/Shape/Shape.md +1 -1
- package/docs/_posts/components/Shape/UnlitMaterial.md +0 -8
- package/docs/_posts/components/Sound/AudioClip.md +1 -1
- package/docs/_posts/components/Sound/Sound.md +1 -1
- package/docs/_posts/components/Text/FontStyle.md +1 -1
- package/docs/_posts/components/Text/Text.md +1 -1
- package/docs/_posts/components/Texturing/ImageTexture.md +1 -5
- package/docs/_posts/components/Texturing/MovieTexture.md +1 -5
- package/docs/_posts/components/Texturing/PixelTexture.md +1 -1
- package/docs/_posts/components/Texturing/TextureCoordinate.md +1 -1
- package/docs/_posts/components/Texturing/TextureTransform.md +1 -1
- package/docs/_posts/components/Time/TimeSensor.md +1 -1
- package/docs/laboratory/gltf-sample-viewer.html +1 -1
- package/package.json +1 -1
- package/src/standard/Math/Numbers/Matrix2.js +3 -3
- package/src/standard/Math/Numbers/Vector4.js +1 -0
- package/src/tests.js +2 -0
- package/src/x_ite/Base/X3DBaseNode.js +58 -53
- package/src/x_ite/Browser/Core/BrowserOptions.js +2 -1
- package/src/x_ite/Browser/Core/X3DCoreContext.js +3 -6
- package/src/x_ite/Browser/Grouping/X3DGroupingContext.js +9 -15
- package/src/x_ite/Browser/Navigation/ExamineViewer.js +0 -3
- package/src/x_ite/Browser/Navigation/FlyViewer.js +0 -2
- package/src/x_ite/Browser/Navigation/X3DNavigationContext.js +10 -12
- package/src/x_ite/Browser/PointingDeviceSensor/X3DPointingDeviceSensorContext.js +40 -21
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Browser/VolumeRendering/X3DVolumeRenderingContext.js +1 -1
- package/src/x_ite/Browser/X3DBrowser.js +19 -19
- package/src/x_ite/Components/Annotation/AnnotationLayer.js +4 -0
- package/src/x_ite/Components/Annotation/AnnotationTarget.js +4 -0
- package/src/x_ite/Components/Annotation/GroupAnnotation.js +4 -0
- package/src/x_ite/Components/Annotation/IconAnnotation.js +4 -0
- package/src/x_ite/Components/Annotation/TextAnnotation.js +4 -0
- package/src/x_ite/Components/Annotation/URLAnnotation.js +4 -0
- package/src/x_ite/Components/CADGeometry/CADAssembly.js +4 -0
- package/src/x_ite/Components/CADGeometry/CADFace.js +12 -8
- package/src/x_ite/Components/CADGeometry/CADLayer.js +4 -0
- package/src/x_ite/Components/CADGeometry/CADPart.js +4 -0
- package/src/x_ite/Components/CADGeometry/IndexedQuadSet.js +4 -0
- package/src/x_ite/Components/CADGeometry/QuadSet.js +4 -0
- package/src/x_ite/Components/Core/MetadataBoolean.js +8 -4
- package/src/x_ite/Components/Core/MetadataDouble.js +8 -4
- package/src/x_ite/Components/Core/MetadataFloat.js +8 -4
- package/src/x_ite/Components/Core/MetadataInteger.js +8 -4
- package/src/x_ite/Components/Core/MetadataSet.js +8 -4
- package/src/x_ite/Components/Core/MetadataString.js +8 -4
- package/src/x_ite/Components/Core/WorldInfo.js +4 -0
- package/src/x_ite/Components/Core/X3DNode.js +17 -16
- package/src/x_ite/Components/Core/X3DPrototypeInstance.js +11 -14
- package/src/x_ite/Components/CubeMapTexturing/ComposedCubeMapTexture.js +4 -1
- package/src/x_ite/Components/CubeMapTexturing/GeneratedCubeMapTexture.js +4 -0
- package/src/x_ite/Components/CubeMapTexturing/ImageCubeMapTexture.js +6 -2
- package/src/x_ite/Components/DIS/DISEntityManager.js +4 -0
- package/src/x_ite/Components/DIS/DISEntityTypeMapping.js +4 -0
- package/src/x_ite/Components/DIS/EspduTransform.js +4 -0
- package/src/x_ite/Components/DIS/ReceiverPdu.js +4 -0
- package/src/x_ite/Components/DIS/SignalPdu.js +4 -0
- package/src/x_ite/Components/DIS/TransmitterPdu.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/Background.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/Fog.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/FogCoordinate.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/LocalFog.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/TextureBackground.js +4 -0
- package/src/x_ite/Components/EnvironmentalEffects/X3DBackgroundNode.js +1 -1
- package/src/x_ite/Components/EnvironmentalSensor/ProximitySensor.js +4 -0
- package/src/x_ite/Components/EnvironmentalSensor/TransformSensor.js +6 -2
- package/src/x_ite/Components/EnvironmentalSensor/VisibilitySensor.js +4 -0
- package/src/x_ite/Components/EnvironmentalSensor/X3DEnvironmentalSensorNode.js +2 -2
- package/src/x_ite/Components/EventUtilities/BooleanFilter.js +4 -0
- package/src/x_ite/Components/EventUtilities/BooleanSequencer.js +4 -0
- package/src/x_ite/Components/EventUtilities/BooleanToggle.js +4 -0
- package/src/x_ite/Components/EventUtilities/BooleanTrigger.js +4 -0
- package/src/x_ite/Components/EventUtilities/IntegerSequencer.js +4 -0
- package/src/x_ite/Components/EventUtilities/IntegerTrigger.js +4 -0
- package/src/x_ite/Components/EventUtilities/TimeTrigger.js +4 -0
- package/src/x_ite/Components/Followers/ColorChaser.js +4 -0
- package/src/x_ite/Components/Followers/ColorDamper.js +4 -0
- package/src/x_ite/Components/Followers/CoordinateChaser.js +4 -0
- package/src/x_ite/Components/Followers/CoordinateDamper.js +4 -0
- package/src/x_ite/Components/Followers/OrientationChaser.js +4 -0
- package/src/x_ite/Components/Followers/OrientationDamper.js +4 -0
- package/src/x_ite/Components/Followers/PositionChaser.js +4 -0
- package/src/x_ite/Components/Followers/PositionChaser2D.js +4 -0
- package/src/x_ite/Components/Followers/PositionDamper.js +4 -0
- package/src/x_ite/Components/Followers/PositionDamper2D.js +4 -0
- package/src/x_ite/Components/Followers/ScalarChaser.js +4 -0
- package/src/x_ite/Components/Followers/ScalarDamper.js +4 -0
- package/src/x_ite/Components/Followers/TexCoordChaser2D.js +4 -0
- package/src/x_ite/Components/Followers/TexCoordDamper2D.js +4 -0
- package/src/x_ite/Components/Followers/X3DFollowerNode.js +2 -2
- package/src/x_ite/Components/Geometry2D/Arc2D.js +5 -1
- package/src/x_ite/Components/Geometry2D/ArcClose2D.js +5 -1
- package/src/x_ite/Components/Geometry2D/Circle2D.js +5 -1
- package/src/x_ite/Components/Geometry2D/Disk2D.js +5 -1
- package/src/x_ite/Components/Geometry2D/Polyline2D.js +4 -0
- package/src/x_ite/Components/Geometry2D/Polypoint2D.js +4 -0
- package/src/x_ite/Components/Geometry2D/Rectangle2D.js +4 -0
- package/src/x_ite/Components/Geometry2D/TriangleSet2D.js +4 -0
- package/src/x_ite/Components/Geometry3D/Box.js +4 -0
- package/src/x_ite/Components/Geometry3D/Cone.js +5 -1
- package/src/x_ite/Components/Geometry3D/Cylinder.js +5 -1
- package/src/x_ite/Components/Geometry3D/ElevationGrid.js +14 -10
- package/src/x_ite/Components/Geometry3D/Extrusion.js +4 -0
- package/src/x_ite/Components/Geometry3D/IndexedFaceSet.js +7 -3
- package/src/x_ite/Components/Geometry3D/Sphere.js +5 -1
- package/src/x_ite/Components/Geospatial/GeoCoordinate.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoElevationGrid.js +11 -7
- package/src/x_ite/Components/Geospatial/GeoLOD.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoLocation.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoMetadata.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoOrigin.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoPositionInterpolator.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoProximitySensor.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoTouchSensor.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoTransform.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoViewpoint.js +4 -0
- package/src/x_ite/Components/Grouping/Group.js +4 -0
- package/src/x_ite/Components/Grouping/StaticGroup.js +4 -0
- package/src/x_ite/Components/Grouping/Switch.js +11 -7
- package/src/x_ite/Components/Grouping/Transform.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimDisplacer.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimHumanoid.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimJoint.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimMotion.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimSegment.js +4 -0
- package/src/x_ite/Components/HAnim/HAnimSite.js +4 -0
- package/src/x_ite/Components/Interpolation/ColorInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/CoordinateInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/CoordinateInterpolator2D.js +4 -0
- package/src/x_ite/Components/Interpolation/EaseInEaseOut.js +4 -0
- package/src/x_ite/Components/Interpolation/NormalInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/OrientationInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/PositionInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/PositionInterpolator2D.js +4 -0
- package/src/x_ite/Components/Interpolation/ScalarInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/SplinePositionInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/SplinePositionInterpolator2D.js +4 -0
- package/src/x_ite/Components/Interpolation/SplineScalarInterpolator.js +4 -0
- package/src/x_ite/Components/Interpolation/SquadOrientationInterpolator.js +4 -0
- package/src/x_ite/Components/KeyDeviceSensor/KeySensor.js +4 -0
- package/src/x_ite/Components/KeyDeviceSensor/StringSensor.js +4 -0
- package/src/x_ite/Components/KeyDeviceSensor/X3DKeyDeviceSensorNode.js +2 -2
- package/src/x_ite/Components/Layering/Layer.js +4 -0
- package/src/x_ite/Components/Layering/LayerSet.js +4 -0
- package/src/x_ite/Components/Layering/Viewport.js +4 -0
- package/src/x_ite/Components/Layering/X3DLayerNode.js +40 -49
- package/src/x_ite/Components/Layout/Layout.js +4 -0
- package/src/x_ite/Components/Layout/LayoutGroup.js +4 -0
- package/src/x_ite/Components/Layout/LayoutLayer.js +4 -0
- package/src/x_ite/Components/Layout/ScreenFontStyle.js +4 -0
- package/src/x_ite/Components/Layout/ScreenGroup.js +4 -0
- package/src/x_ite/Components/Lighting/DirectionalLight.js +4 -0
- package/src/x_ite/Components/Lighting/EnvironmentLight.js +4 -0
- package/src/x_ite/Components/Lighting/PointLight.js +4 -0
- package/src/x_ite/Components/Lighting/SpotLight.js +7 -9
- package/src/x_ite/Components/NURBS/Contour2D.js +4 -0
- package/src/x_ite/Components/NURBS/ContourPolyline2D.js +4 -0
- package/src/x_ite/Components/NURBS/CoordinateDouble.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsCurve.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsCurve2D.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsOrientationInterpolator.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsPatchSurface.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsPositionInterpolator.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsSet.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsSurfaceInterpolator.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsSweptSurface.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsSwungSurface.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsTextureCoordinate.js +4 -0
- package/src/x_ite/Components/NURBS/NurbsTrimmedSurface.js +4 -0
- package/src/x_ite/Components/NURBS/X3DNurbsSurfaceGeometryNode.js +4 -4
- package/src/x_ite/Components/Navigation/Billboard.js +4 -0
- package/src/x_ite/Components/Navigation/Collision.js +8 -4
- package/src/x_ite/Components/Navigation/LOD.js +11 -7
- package/src/x_ite/Components/Navigation/NavigationInfo.js +4 -0
- package/src/x_ite/Components/Navigation/OrthoViewpoint.js +4 -0
- package/src/x_ite/Components/Navigation/Viewpoint.js +4 -0
- package/src/x_ite/Components/Navigation/ViewpointGroup.js +4 -0
- package/src/x_ite/Components/Navigation/X3DViewpointNode.js +8 -0
- package/src/x_ite/Components/Networking/Anchor.js +4 -0
- package/src/x_ite/Components/Networking/Inline.js +6 -2
- package/src/x_ite/Components/Networking/LoadSensor.js +42 -29
- package/src/x_ite/Components/Networking/X3DUrlObject.js +2 -2
- package/src/x_ite/Components/ParticleSystems/BoundedPhysicsModel.js +4 -0
- package/src/x_ite/Components/ParticleSystems/ConeEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/ExplosionEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/ForcePhysicsModel.js +4 -0
- package/src/x_ite/Components/ParticleSystems/ParticleSystem.js +12 -8
- package/src/x_ite/Components/ParticleSystems/PointEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/PolylineEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/SurfaceEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/VolumeEmitter.js +4 -0
- package/src/x_ite/Components/ParticleSystems/WindPhysicsModel.js +4 -0
- package/src/x_ite/Components/Picking/LinePickSensor.js +4 -0
- package/src/x_ite/Components/Picking/PickableGroup.js +4 -0
- package/src/x_ite/Components/Picking/PointPickSensor.js +4 -0
- package/src/x_ite/Components/Picking/PrimitivePickSensor.js +4 -0
- package/src/x_ite/Components/Picking/VolumePickSensor.js +4 -0
- package/src/x_ite/Components/Picking/X3DPickSensorNode.js +4 -4
- package/src/x_ite/Components/PointingDeviceSensor/CylinderSensor.js +4 -0
- package/src/x_ite/Components/PointingDeviceSensor/PlaneSensor.js +4 -0
- package/src/x_ite/Components/PointingDeviceSensor/SphereSensor.js +4 -0
- package/src/x_ite/Components/PointingDeviceSensor/TouchSensor.js +4 -0
- package/src/x_ite/Components/PointingDeviceSensor/X3DPointingDeviceSensorNode.js +28 -19
- package/src/x_ite/Components/Rendering/ClipPlane.js +4 -0
- package/src/x_ite/Components/Rendering/Color.js +4 -0
- package/src/x_ite/Components/Rendering/ColorRGBA.js +4 -0
- package/src/x_ite/Components/Rendering/Coordinate.js +4 -0
- package/src/x_ite/Components/Rendering/IndexedLineSet.js +15 -11
- package/src/x_ite/Components/Rendering/IndexedTriangleFanSet.js +4 -0
- package/src/x_ite/Components/Rendering/IndexedTriangleSet.js +4 -0
- package/src/x_ite/Components/Rendering/IndexedTriangleStripSet.js +4 -0
- package/src/x_ite/Components/Rendering/LineSet.js +16 -12
- package/src/x_ite/Components/Rendering/Normal.js +4 -0
- package/src/x_ite/Components/Rendering/PointSet.js +15 -11
- package/src/x_ite/Components/Rendering/TriangleFanSet.js +4 -0
- package/src/x_ite/Components/Rendering/TriangleSet.js +4 -0
- package/src/x_ite/Components/Rendering/TriangleStripSet.js +4 -0
- package/src/x_ite/Components/Rendering/X3DComposedGeometryNode.js +14 -14
- package/src/x_ite/Components/Rendering/X3DGeometryNode.js +6 -6
- package/src/x_ite/Components/Rendering/X3DLineGeometryNode.js +6 -6
- package/src/x_ite/Components/Rendering/X3DPointGeometryNode.js +4 -4
- package/src/x_ite/Components/RigidBodyPhysics/BallJoint.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/CollidableOffset.js +11 -7
- package/src/x_ite/Components/RigidBodyPhysics/CollidableShape.js +11 -7
- package/src/x_ite/Components/RigidBodyPhysics/CollisionCollection.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/CollisionSensor.js +7 -3
- package/src/x_ite/Components/RigidBodyPhysics/CollisionSpace.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/Contact.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/DoubleAxisHingeJoint.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/MotorJoint.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/RigidBody.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/RigidBodyCollection.js +6 -2
- package/src/x_ite/Components/RigidBodyPhysics/SingleAxisHingeJoint.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/SliderJoint.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/UniversalJoint.js +4 -0
- package/src/x_ite/Components/Scripting/Script.js +7 -3
- package/src/x_ite/Components/Shaders/ComposedShader.js +11 -9
- package/src/x_ite/Components/Shaders/FloatVertexAttribute.js +4 -0
- package/src/x_ite/Components/Shaders/Matrix3VertexAttribute.js +4 -0
- package/src/x_ite/Components/Shaders/Matrix4VertexAttribute.js +4 -0
- package/src/x_ite/Components/Shaders/PackagedShader.js +4 -0
- package/src/x_ite/Components/Shaders/ProgramShader.js +4 -0
- package/src/x_ite/Components/Shaders/ShaderPart.js +4 -2
- package/src/x_ite/Components/Shaders/ShaderProgram.js +4 -0
- package/src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js +3 -3
- package/src/x_ite/Components/Shape/AcousticProperties.js +4 -0
- package/src/x_ite/Components/Shape/Appearance.js +8 -4
- package/src/x_ite/Components/Shape/FillProperties.js +4 -0
- package/src/x_ite/Components/Shape/LineProperties.js +4 -0
- package/src/x_ite/Components/Shape/Material.js +5 -2
- package/src/x_ite/Components/Shape/PhysicalMaterial.js +5 -2
- package/src/x_ite/Components/Shape/PointProperties.js +4 -0
- package/src/x_ite/Components/Shape/Shape.js +4 -0
- package/src/x_ite/Components/Shape/TwoSidedMaterial.js +4 -0
- package/src/x_ite/Components/Shape/UnlitMaterial.js +5 -2
- package/src/x_ite/Components/Shape/X3DMaterialNode.js +1 -1
- package/src/x_ite/Components/Shape/X3DOneSidedMaterialNode.js +5 -7
- package/src/x_ite/Components/Shape/X3DShapeNode.js +1 -1
- package/src/x_ite/Components/Sound/Analyser.js +4 -0
- package/src/x_ite/Components/Sound/AudioClip.js +6 -2
- package/src/x_ite/Components/Sound/AudioDestination.js +4 -0
- package/src/x_ite/Components/Sound/BiquadFilter.js +4 -0
- package/src/x_ite/Components/Sound/BufferAudioSource.js +4 -0
- package/src/x_ite/Components/Sound/ChannelMerger.js +4 -0
- package/src/x_ite/Components/Sound/ChannelSelector.js +4 -0
- package/src/x_ite/Components/Sound/ChannelSplitter.js +4 -0
- package/src/x_ite/Components/Sound/Convolver.js +4 -0
- package/src/x_ite/Components/Sound/Delay.js +4 -0
- package/src/x_ite/Components/Sound/DynamicsCompressor.js +4 -0
- package/src/x_ite/Components/Sound/Gain.js +4 -0
- package/src/x_ite/Components/Sound/ListenerPointSource.js +4 -0
- package/src/x_ite/Components/Sound/MicrophoneSource.js +4 -0
- package/src/x_ite/Components/Sound/OscillatorSource.js +4 -0
- package/src/x_ite/Components/Sound/PeriodicWave.js +4 -0
- package/src/x_ite/Components/Sound/Sound.js +6 -2
- package/src/x_ite/Components/Sound/SpatialSound.js +4 -0
- package/src/x_ite/Components/Sound/StreamAudioDestination.js +4 -0
- package/src/x_ite/Components/Sound/StreamAudioSource.js +4 -0
- package/src/x_ite/Components/Sound/WaveShaper.js +4 -0
- package/src/x_ite/Components/Text/FontStyle.js +4 -0
- package/src/x_ite/Components/Text/Text.js +5 -1
- package/src/x_ite/Components/TextureProjector/TextureProjector.js +4 -0
- package/src/x_ite/Components/TextureProjector/TextureProjectorParallel.js +4 -0
- package/src/x_ite/Components/Texturing/ImageTexture.js +13 -13
- package/src/x_ite/Components/Texturing/MovieTexture.js +10 -7
- package/src/x_ite/Components/Texturing/MultiTexture.js +4 -0
- package/src/x_ite/Components/Texturing/MultiTextureCoordinate.js +4 -0
- package/src/x_ite/Components/Texturing/MultiTextureTransform.js +4 -0
- package/src/x_ite/Components/Texturing/PixelTexture.js +4 -0
- package/src/x_ite/Components/Texturing/TextureCoordinate.js +4 -0
- package/src/x_ite/Components/Texturing/TextureCoordinateGenerator.js +4 -0
- package/src/x_ite/Components/Texturing/TextureProperties.js +4 -0
- package/src/x_ite/Components/Texturing/TextureTransform.js +4 -0
- package/src/x_ite/Components/Texturing3D/ComposedTexture3D.js +4 -0
- package/src/x_ite/Components/Texturing3D/ImageTexture3D.js +4 -0
- package/src/x_ite/Components/Texturing3D/ImageTextureAtlas.js +6 -2
- package/src/x_ite/Components/Texturing3D/PixelTexture3D.js +4 -0
- package/src/x_ite/Components/Texturing3D/TextureCoordinate3D.js +4 -0
- package/src/x_ite/Components/Texturing3D/TextureCoordinate4D.js +4 -0
- package/src/x_ite/Components/Texturing3D/TextureTransform3D.js +4 -0
- package/src/x_ite/Components/Texturing3D/TextureTransformMatrix3D.js +4 -0
- package/src/x_ite/Components/Time/TimeSensor.js +5 -1
- package/src/x_ite/Components/Time/X3DTimeDependentNode.js +6 -6
- package/src/x_ite/Components/VolumeRendering/BlendedVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/BoundaryEnhancementVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/CartoonVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/ComposedVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/EdgeEnhancementVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/IsoSurfaceVolumeData.js +4 -0
- package/src/x_ite/Components/VolumeRendering/OpacityMapVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/ProjectionVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/SegmentedVolumeData.js +4 -0
- package/src/x_ite/Components/VolumeRendering/ShadedVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/SilhouetteEnhancementVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/ToneMappedVolumeStyle.js +4 -0
- package/src/x_ite/Components/VolumeRendering/VolumeData.js +4 -0
- package/src/x_ite/Components/VolumeRendering/X3DVolumeDataNode.js +8 -8
- package/src/x_ite/Components/X_ITE/BlendMode.js +4 -0
- package/src/x_ite/Execution/BindableList.js +16 -19
- package/src/x_ite/Execution/X3DExecutionContext.js +33 -11
- package/src/x_ite/Execution/X3DScene.js +4 -0
- package/src/x_ite/Fields/ArrayFields.js +42 -22
- package/src/x_ite/Fields/SFNode.js +3 -6
- package/src/x_ite/Fields/SFNodeCache.js +34 -19
- package/src/x_ite/InputOutput/FileLoader.js +22 -14
- package/src/x_ite/Parser/GLTF2Parser.js +72 -51
- package/src/x_ite/Parser/VRMLParser.js +66 -34
- package/src/x_ite/Parser/X3DParser.js +9 -36
- package/src/x_ite/Parser/XMLParser.js +8 -8
- package/src/x_ite/Prototype/X3DExternProtoDeclaration.js +2 -2
- package/src/x_ite/Prototype/X3DProtoDeclaration.js +1 -2
- package/src/x_ite/Prototype/X3DProtoDeclarationNode.js +1 -1
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
package/dist/LICENSE.md
CHANGED
|
@@ -627,18 +627,18 @@ END OF TERMS AND CONDITIONS
|
|
|
627
627
|
--------------------------------------
|
|
628
628
|
```
|
|
629
629
|
/*!
|
|
630
|
-
* Sizzle CSS Selector Engine v2.3.
|
|
630
|
+
* Sizzle CSS Selector Engine v2.3.10
|
|
631
631
|
* https://sizzlejs.com/
|
|
632
632
|
*
|
|
633
633
|
* Copyright JS Foundation and other contributors
|
|
634
634
|
* Released under the MIT license
|
|
635
635
|
* https://js.foundation/
|
|
636
636
|
*
|
|
637
|
-
* Date:
|
|
637
|
+
* Date: 2023-02-14
|
|
638
638
|
*/
|
|
639
639
|
|
|
640
640
|
/*!
|
|
641
|
-
* jQuery JavaScript Library v3.6.
|
|
641
|
+
* jQuery JavaScript Library v3.6.4
|
|
642
642
|
* https://jquery.com/
|
|
643
643
|
*
|
|
644
644
|
* Includes Sizzle.js
|
|
@@ -648,7 +648,7 @@ END OF TERMS AND CONDITIONS
|
|
|
648
648
|
* Released under the MIT license
|
|
649
649
|
* https://jquery.org/license
|
|
650
650
|
*
|
|
651
|
-
* Date:
|
|
651
|
+
* Date: 2023-03-08T15:28Z
|
|
652
652
|
*/
|
|
653
653
|
|
|
654
654
|
/*!
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v8.6.
|
|
1
|
+
/* X_ITE v8.6.14 */(() => { // webpackBootstrap
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ // The require scope
|
|
4
4
|
/******/ var __webpack_require__ = {};
|
|
@@ -39,31 +39,31 @@ var __webpack_exports__ = {};
|
|
|
39
39
|
// UNUSED EXPORTS: default
|
|
40
40
|
|
|
41
41
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components\")"
|
|
42
|
-
const Components_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
42
|
+
const Components_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components");
|
|
43
43
|
var Components_default = /*#__PURE__*/__webpack_require__.n(Components_namespaceObject);
|
|
44
44
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Fields\")"
|
|
45
|
-
const Fields_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
45
|
+
const Fields_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Fields");
|
|
46
46
|
var Fields_default = /*#__PURE__*/__webpack_require__.n(Fields_namespaceObject);
|
|
47
47
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DFieldDefinition\")"
|
|
48
|
-
const X3DFieldDefinition_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
48
|
+
const X3DFieldDefinition_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Base/X3DFieldDefinition");
|
|
49
49
|
var X3DFieldDefinition_default = /*#__PURE__*/__webpack_require__.n(X3DFieldDefinition_namespaceObject);
|
|
50
50
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/FieldDefinitionArray\")"
|
|
51
|
-
const FieldDefinitionArray_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
51
|
+
const FieldDefinitionArray_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Base/FieldDefinitionArray");
|
|
52
52
|
var FieldDefinitionArray_default = /*#__PURE__*/__webpack_require__.n(FieldDefinitionArray_namespaceObject);
|
|
53
53
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Layering/X3DLayerNode\")"
|
|
54
|
-
const X3DLayerNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
54
|
+
const X3DLayerNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components/Layering/X3DLayerNode");
|
|
55
55
|
var X3DLayerNode_default = /*#__PURE__*/__webpack_require__.n(X3DLayerNode_namespaceObject);
|
|
56
56
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Navigation/Viewpoint\")"
|
|
57
|
-
const Viewpoint_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
57
|
+
const Viewpoint_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components/Navigation/Viewpoint");
|
|
58
58
|
var Viewpoint_default = /*#__PURE__*/__webpack_require__.n(Viewpoint_namespaceObject);
|
|
59
59
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Grouping/Group\")"
|
|
60
|
-
const Group_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
60
|
+
const Group_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components/Grouping/Group");
|
|
61
61
|
var Group_default = /*#__PURE__*/__webpack_require__.n(Group_namespaceObject);
|
|
62
62
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DConstants\")"
|
|
63
|
-
const X3DConstants_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
63
|
+
const X3DConstants_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Base/X3DConstants");
|
|
64
64
|
var X3DConstants_default = /*#__PURE__*/__webpack_require__.n(X3DConstants_namespaceObject);
|
|
65
65
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Namespace\")"
|
|
66
|
-
const Namespace_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
66
|
+
const Namespace_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Namespace");
|
|
67
67
|
var Namespace_default = /*#__PURE__*/__webpack_require__.n(Namespace_namespaceObject);
|
|
68
68
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Annotation/AnnotationLayer.js
|
|
69
69
|
/*******************************************************************************
|
|
@@ -153,6 +153,10 @@ AnnotationLayer .prototype = Object .assign (Object .create ((X3DLayerNode_defau
|
|
|
153
153
|
{
|
|
154
154
|
return "layers";
|
|
155
155
|
},
|
|
156
|
+
getSpecificationRange: function ()
|
|
157
|
+
{
|
|
158
|
+
return ["4.0", "Infinity"];
|
|
159
|
+
},
|
|
156
160
|
initialize: function ()
|
|
157
161
|
{
|
|
158
162
|
X3DLayerNode_default().prototype.initialize.call (this);
|
|
@@ -165,7 +169,7 @@ const __default__ = AnnotationLayer;
|
|
|
165
169
|
Namespace_default().set ("x_ite/Components/Annotation/AnnotationLayer", __default__);
|
|
166
170
|
/* harmony default export */ const Annotation_AnnotationLayer = (__default__);
|
|
167
171
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Core/X3DChildNode\")"
|
|
168
|
-
const X3DChildNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
172
|
+
const X3DChildNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components/Core/X3DChildNode");
|
|
169
173
|
var X3DChildNode_default = /*#__PURE__*/__webpack_require__.n(X3DChildNode_namespaceObject);
|
|
170
174
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Annotation/AnnotationTarget.js
|
|
171
175
|
/*******************************************************************************
|
|
@@ -250,6 +254,10 @@ AnnotationTarget .prototype = Object .assign (Object .create ((X3DChildNode_defa
|
|
|
250
254
|
{
|
|
251
255
|
return "children";
|
|
252
256
|
},
|
|
257
|
+
getSpecificationRange: function ()
|
|
258
|
+
{
|
|
259
|
+
return ["4.0", "Infinity"];
|
|
260
|
+
},
|
|
253
261
|
initialize: function ()
|
|
254
262
|
{
|
|
255
263
|
X3DChildNode_default().prototype.initialize.call (this);
|
|
@@ -262,7 +270,7 @@ const AnnotationTarget_default_ = AnnotationTarget;
|
|
|
262
270
|
Namespace_default().set ("x_ite/Components/Annotation/AnnotationTarget", AnnotationTarget_default_);
|
|
263
271
|
/* harmony default export */ const Annotation_AnnotationTarget = (AnnotationTarget_default_);
|
|
264
272
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Grouping/X3DGroupingNode\")"
|
|
265
|
-
const X3DGroupingNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
273
|
+
const X3DGroupingNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components/Grouping/X3DGroupingNode");
|
|
266
274
|
var X3DGroupingNode_default = /*#__PURE__*/__webpack_require__.n(X3DGroupingNode_namespaceObject);
|
|
267
275
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Annotation/X3DAnnotationNode.js
|
|
268
276
|
/*******************************************************************************
|
|
@@ -428,6 +436,10 @@ GroupAnnotation .prototype = Object .assign (Object .create ((X3DGroupingNode_de
|
|
|
428
436
|
{
|
|
429
437
|
return "children";
|
|
430
438
|
},
|
|
439
|
+
getSpecificationRange: function ()
|
|
440
|
+
{
|
|
441
|
+
return ["4.0", "Infinity"];
|
|
442
|
+
},
|
|
431
443
|
initialize: function ()
|
|
432
444
|
{
|
|
433
445
|
X3DGroupingNode_default().prototype.initialize.call (this);
|
|
@@ -446,7 +458,7 @@ const GroupAnnotation_default_ = GroupAnnotation;
|
|
|
446
458
|
Namespace_default().set ("x_ite/Components/Annotation/GroupAnnotation", GroupAnnotation_default_);
|
|
447
459
|
/* harmony default export */ const Annotation_GroupAnnotation = (GroupAnnotation_default_);
|
|
448
460
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Networking/X3DUrlObject\")"
|
|
449
|
-
const X3DUrlObject_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
461
|
+
const X3DUrlObject_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components/Networking/X3DUrlObject");
|
|
450
462
|
var X3DUrlObject_default = /*#__PURE__*/__webpack_require__.n(X3DUrlObject_namespaceObject);
|
|
451
463
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Annotation/IconAnnotation.js
|
|
452
464
|
/*******************************************************************************
|
|
@@ -536,6 +548,10 @@ IconAnnotation .prototype = Object .assign (Object .create (Annotation_X3DAnnota
|
|
|
536
548
|
{
|
|
537
549
|
return "children";
|
|
538
550
|
},
|
|
551
|
+
getSpecificationRange: function ()
|
|
552
|
+
{
|
|
553
|
+
return ["4.0", "Infinity"];
|
|
554
|
+
},
|
|
539
555
|
initialize: function ()
|
|
540
556
|
{
|
|
541
557
|
Annotation_X3DAnnotationNode.prototype.initialize.call (this);
|
|
@@ -639,6 +655,10 @@ TextAnnotation .prototype = Object .assign (Object .create (Annotation_X3DAnnota
|
|
|
639
655
|
{
|
|
640
656
|
return "children";
|
|
641
657
|
},
|
|
658
|
+
getSpecificationRange: function ()
|
|
659
|
+
{
|
|
660
|
+
return ["4.0", "Infinity"];
|
|
661
|
+
},
|
|
642
662
|
initialize: function ()
|
|
643
663
|
{
|
|
644
664
|
Annotation_X3DAnnotationNode.prototype.initialize.call (this);
|
|
@@ -733,6 +753,10 @@ URLAnnotation .prototype = Object .assign (Object .create (Annotation_X3DAnnotat
|
|
|
733
753
|
{
|
|
734
754
|
return "children";
|
|
735
755
|
},
|
|
756
|
+
getSpecificationRange: function ()
|
|
757
|
+
{
|
|
758
|
+
return ["4.0", "Infinity"];
|
|
759
|
+
},
|
|
736
760
|
initialize: function ()
|
|
737
761
|
{
|
|
738
762
|
Annotation_X3DAnnotationNode.prototype.initialize.call (this);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/* X_ITE v8.6.
|
|
1
|
+
/* X_ITE v8.6.14 */(()=>{"use strict";var n={n:t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return n.d(e,{a:e}),e},d:(t,e)=>{for(var o in e)n.o(e,o)&&!n.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:e[o]})},o:(n,t)=>Object.prototype.hasOwnProperty.call(n,t)};const t=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components");var e=n.n(t);const o=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Fields");var i=n.n(o);const r=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Base/X3DFieldDefinition");var a=n.n(r);const u=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Base/FieldDefinitionArray");var p=n.n(u);const c=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components/Layering/X3DLayerNode");var s=n.n(c);const l=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components/Navigation/Viewpoint");var w=n.n(l);const d=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components/Grouping/Group");var y=n.n(d);const f=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Base/X3DConstants");var S=n.n(f);const m=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Namespace");var g=n.n(m);function O(n){s().call(this,n,new(w())(n),new(y())(n)),this.addType(S().AnnotationLayer)}O.prototype=Object.assign(Object.create(s().prototype),{constructor:O,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(p())([new(a())(S().inputOutput,"metadata",new(i().SFNode)),new(a())(S().inputOutput,"isPickable",new(i().SFBool)(!0)),new(a())(S().inputOutput,"layoutPolicy",new(i().MFString)),new(a())(S().inputOutput,"shownGroupID",new(i().MFString)),new(a())(S().inputOutput,"viewport",new(i().SFNode))]),getTypeName:function(){return"AnnotationLayer"},getComponentName:function(){return"Annotation"},getContainerField:function(){return"layers"},getSpecificationRange:function(){return["4.0","Infinity"]},initialize:function(){s().prototype.initialize.call(this)}});const b=O;g().set("x_ite/Components/Annotation/AnnotationLayer",b);const F=b,X=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components/Core/X3DChildNode");var N=n.n(X);function T(n){N().call(this,n),this.addType(S().AnnotationTarget)}T.prototype=Object.assign(Object.create(N().prototype),{constructor:T,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(p())([new(a())(S().inputOutput,"metadata",new(i().SFNode)),new(a())(S().inputOutput,"referencePoint",new(i().SFVec3f)(0,0,0)),new(a())(S().inputOutput,"leadLineStyle",new(i().SFNode)),new(a())(S().inputOutput,"marker",new(i().SFNode)),new(a())(S().inputOutput,"annotations",new(i().MFNode))]),getTypeName:function(){return"AnnotationTarget"},getComponentName:function(){return"Annotation"},getContainerField:function(){return"children"},getSpecificationRange:function(){return["4.0","Infinity"]},initialize:function(){N().prototype.initialize.call(this)}});const A=T;g().set("x_ite/Components/Annotation/AnnotationTarget",A);const h=A,D=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components/Grouping/X3DGroupingNode");var _=n.n(D);function I(n){N().call(this,n),this.addType(S().X3DAnnotationNode)}I.prototype=Object.assign(Object.create(N().prototype),{constructor:I,initialize:function(){N().prototype.initialize.call(this)}});const C=I;g().set("x_ite/Components/Annotation/X3DAnnotationNode",C);const x=C;function E(n){_().call(this,n),x.call(this,n),this.addType(S().GroupAnnotation)}E.prototype=Object.assign(Object.create(_().prototype),x.prototype,{constructor:E,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(p())([new(a())(S().inputOutput,"metadata",new(i().SFNode)),new(a())(S().inputOutput,"enabled",new(i().SFBool)(!0)),new(a())(S().inputOutput,"annotationGroupID",new(i().SFString)),new(a())(S().inputOutput,"displayPolicy",new(i().SFString)("NEVER")),new(a())(S().inputOutput,"visible",new(i().SFBool)(!0)),new(a())(S().inputOutput,"bboxDisplay",new(i().SFBool)),new(a())(S().initializeOnly,"bboxCenter",new(i().SFVec3f)(0,0,0)),new(a())(S().initializeOnly,"bboxSize",new(i().SFVec3f)(-1,-1,-1)),new(a())(S().inputOnly,"addChildren",new(i().MFNode)),new(a())(S().inputOnly,"removeChildren",new(i().MFNode)),new(a())(S().inputOutput,"children",new(i().MFNode))]),getTypeName:function(){return"GroupAnnotation"},getComponentName:function(){return"Annotation"},getContainerField:function(){return"children"},getSpecificationRange:function(){return["4.0","Infinity"]},initialize:function(){_().prototype.initialize.call(this),x.prototype.initialize.call(this)},dispose:function(){x.prototype.dispose.call(this),_().prototype.dispose.call(this)}});const v=E;g().set("x_ite/Components/Annotation/GroupAnnotation",v);const z=v,j=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components/Networking/X3DUrlObject");var B=n.n(j);function R(n){x.call(this,n),B().call(this,n),this.addType(S().IconAnnotation)}R.prototype=Object.assign(Object.create(x.prototype),B().prototype,{constructor:R,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(p())([new(a())(S().inputOutput,"metadata",new(i().SFNode)),new(a())(S().inputOutput,"enabled",new(i().SFBool)(!0)),new(a())(S().inputOutput,"annotationGroupID",new(i().SFString)),new(a())(S().inputOutput,"displayPolicy",new(i().SFString)("NEVER")),new(a())(S().inputOutput,"url",new(i().MFString)),new(a())(S().inputOutput,"autoRefresh",new(i().SFTime)),new(a())(S().inputOutput,"autoRefreshTimeLimit",new(i().SFTime)(3600))]),getTypeName:function(){return"IconAnnotation"},getComponentName:function(){return"Annotation"},getContainerField:function(){return"children"},getSpecificationRange:function(){return["4.0","Infinity"]},initialize:function(){x.prototype.initialize.call(this),B().prototype.initialize.call(this)},requestImmediateLoad:function(n=!0){},dispose:function(){B().prototype.dispose.call(this),x.prototype.dispose.call(this)}});const q=R;g().set("x_ite/Components/Annotation/IconAnnotation",q);const G=q;function L(n){x.call(this,n),this.addType(S().TextAnnotation)}L.prototype=Object.assign(Object.create(x.prototype),{constructor:L,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(p())([new(a())(S().inputOutput,"metadata",new(i().SFNode)),new(a())(S().inputOutput,"enabled",new(i().SFBool)(!0)),new(a())(S().inputOutput,"annotationGroupID",new(i().SFString)),new(a())(S().inputOutput,"displayPolicy",new(i().SFString)("NEVER")),new(a())(S().inputOutput,"contentType",new(i().SFString)("text/plain")),new(a())(S().inputOutput,"text",new(i().SFString))]),getTypeName:function(){return"TextAnnotation"},getComponentName:function(){return"Annotation"},getContainerField:function(){return"children"},getSpecificationRange:function(){return["4.0","Infinity"]},initialize:function(){x.prototype.initialize.call(this)}});const M=L;g().set("x_ite/Components/Annotation/TextAnnotation",M);const P=M;function V(n){x.call(this,n),this.addType(S().URLAnnotation)}V.prototype=Object.assign(Object.create(x.prototype),{constructor:V,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(p())([new(a())(S().inputOutput,"metadata",new(i().SFNode)),new(a())(S().inputOutput,"enabled",new(i().SFBool)(!0)),new(a())(S().inputOutput,"annotationGroupID",new(i().SFString)),new(a())(S().inputOutput,"displayPolicy",new(i().SFString)("NEVER")),new(a())(S().inputOutput,"url",new(i().MFString))]),getTypeName:function(){return"URLAnnotation"},getComponentName:function(){return"Annotation"},getContainerField:function(){return"children"},getSpecificationRange:function(){return["4.0","Infinity"]},initialize:function(){x.prototype.initialize.call(this)}});const U=V;g().set("x_ite/Components/Annotation/URLAnnotation",U);const k=U;e().addComponent({name:"Annotation",types:{AnnotationLayer:F,AnnotationTarget:h,GroupAnnotation:z,IconAnnotation:G,TextAnnotation:P,URLAnnotation:k},abstractTypes:{X3DAnnotationNode:x}});const H=void 0;g().set("assets/components/Annotation",H)})();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v8.6.
|
|
1
|
+
/* X_ITE v8.6.14 */(() => { // webpackBootstrap
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ // The require scope
|
|
4
4
|
/******/ var __webpack_require__ = {};
|
|
@@ -39,28 +39,28 @@ var __webpack_exports__ = {};
|
|
|
39
39
|
// UNUSED EXPORTS: default
|
|
40
40
|
|
|
41
41
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components\")"
|
|
42
|
-
const Components_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
42
|
+
const Components_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components");
|
|
43
43
|
var Components_default = /*#__PURE__*/__webpack_require__.n(Components_namespaceObject);
|
|
44
44
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Fields\")"
|
|
45
|
-
const Fields_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
45
|
+
const Fields_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Fields");
|
|
46
46
|
var Fields_default = /*#__PURE__*/__webpack_require__.n(Fields_namespaceObject);
|
|
47
47
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DFieldDefinition\")"
|
|
48
|
-
const X3DFieldDefinition_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
48
|
+
const X3DFieldDefinition_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Base/X3DFieldDefinition");
|
|
49
49
|
var X3DFieldDefinition_default = /*#__PURE__*/__webpack_require__.n(X3DFieldDefinition_namespaceObject);
|
|
50
50
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/FieldDefinitionArray\")"
|
|
51
|
-
const FieldDefinitionArray_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
51
|
+
const FieldDefinitionArray_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Base/FieldDefinitionArray");
|
|
52
52
|
var FieldDefinitionArray_default = /*#__PURE__*/__webpack_require__.n(FieldDefinitionArray_namespaceObject);
|
|
53
53
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Grouping/X3DGroupingNode\")"
|
|
54
|
-
const X3DGroupingNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
54
|
+
const X3DGroupingNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components/Grouping/X3DGroupingNode");
|
|
55
55
|
var X3DGroupingNode_default = /*#__PURE__*/__webpack_require__.n(X3DGroupingNode_namespaceObject);
|
|
56
56
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Core/X3DChildNode\")"
|
|
57
|
-
const X3DChildNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
57
|
+
const X3DChildNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components/Core/X3DChildNode");
|
|
58
58
|
var X3DChildNode_default = /*#__PURE__*/__webpack_require__.n(X3DChildNode_namespaceObject);
|
|
59
59
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DConstants\")"
|
|
60
|
-
const X3DConstants_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
60
|
+
const X3DConstants_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Base/X3DConstants");
|
|
61
61
|
var X3DConstants_default = /*#__PURE__*/__webpack_require__.n(X3DConstants_namespaceObject);
|
|
62
62
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Namespace\")"
|
|
63
|
-
const Namespace_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
63
|
+
const Namespace_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Namespace");
|
|
64
64
|
var Namespace_default = /*#__PURE__*/__webpack_require__.n(Namespace_namespaceObject);
|
|
65
65
|
;// CONCATENATED MODULE: ./src/x_ite/Components/CADGeometry/X3DProductStructureChildNode.js
|
|
66
66
|
/*******************************************************************************
|
|
@@ -220,6 +220,10 @@ CADAssembly .prototype = Object .assign (Object .create ((X3DGroupingNode_defaul
|
|
|
220
220
|
{
|
|
221
221
|
return "children";
|
|
222
222
|
},
|
|
223
|
+
getSpecificationRange: function ()
|
|
224
|
+
{
|
|
225
|
+
return ["3.1", "Infinity"];
|
|
226
|
+
},
|
|
223
227
|
});
|
|
224
228
|
|
|
225
229
|
const CADAssembly_default_ = CADAssembly;
|
|
@@ -228,10 +232,10 @@ const CADAssembly_default_ = CADAssembly;
|
|
|
228
232
|
Namespace_default().set ("x_ite/Components/CADGeometry/CADAssembly", CADAssembly_default_);
|
|
229
233
|
/* harmony default export */ const CADGeometry_CADAssembly = (CADAssembly_default_);
|
|
230
234
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Grouping/X3DBoundedObject\")"
|
|
231
|
-
const X3DBoundedObject_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
235
|
+
const X3DBoundedObject_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components/Grouping/X3DBoundedObject");
|
|
232
236
|
var X3DBoundedObject_default = /*#__PURE__*/__webpack_require__.n(X3DBoundedObject_namespaceObject);
|
|
233
237
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Rendering/TraverseType\")"
|
|
234
|
-
const TraverseType_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
238
|
+
const TraverseType_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Rendering/TraverseType");
|
|
235
239
|
var TraverseType_default = /*#__PURE__*/__webpack_require__.n(TraverseType_namespaceObject);
|
|
236
240
|
;// CONCATENATED MODULE: ./src/x_ite/Components/CADGeometry/CADFace.js
|
|
237
241
|
/*******************************************************************************
|
|
@@ -326,6 +330,10 @@ CADFace .prototype = Object .assign (Object .create (CADGeometry_X3DProductStruc
|
|
|
326
330
|
{
|
|
327
331
|
return "children";
|
|
328
332
|
},
|
|
333
|
+
getSpecificationRange: function ()
|
|
334
|
+
{
|
|
335
|
+
return ["3.1", "Infinity"];
|
|
336
|
+
},
|
|
329
337
|
initialize: function ()
|
|
330
338
|
{
|
|
331
339
|
CADGeometry_X3DProductStructureChildNode.prototype.initialize.call (this);
|
|
@@ -338,7 +346,7 @@ CADFace .prototype = Object .assign (Object .create (CADGeometry_X3DProductStruc
|
|
|
338
346
|
getBBox: function (bbox, shadows)
|
|
339
347
|
{
|
|
340
348
|
if (this ._bboxSize .getValue () .equals (this .getDefaultBBoxSize ()))
|
|
341
|
-
return this .visibleNode?.getBBox (bbox, shadows) ?? bbox .set ();
|
|
349
|
+
return this .visibleNode ?.getBBox (bbox, shadows) ?? bbox .set ();
|
|
342
350
|
|
|
343
351
|
return bbox .set (this ._bboxSize .getValue (), this ._bboxCenter .getValue ());
|
|
344
352
|
},
|
|
@@ -402,11 +410,11 @@ CADFace .prototype = Object .assign (Object .create (CADGeometry_X3DProductStruc
|
|
|
402
410
|
},
|
|
403
411
|
set_cameraObject__: function ()
|
|
404
412
|
{
|
|
405
|
-
this .setCameraObject (!!this .visibleNode?.isCameraObject ());
|
|
413
|
+
this .setCameraObject (!!this .visibleNode ?.isCameraObject ());
|
|
406
414
|
},
|
|
407
415
|
set_transformSensors__: function ()
|
|
408
416
|
{
|
|
409
|
-
this .setPickableObject (!!this .visibleNode?.isPickableObject ());
|
|
417
|
+
this .setPickableObject (!!this .visibleNode ?.isPickableObject ());
|
|
410
418
|
},
|
|
411
419
|
set_visible__: function ()
|
|
412
420
|
{
|
|
@@ -433,7 +441,7 @@ CADFace .prototype = Object .assign (Object .create (CADGeometry_X3DProductStruc
|
|
|
433
441
|
case (TraverseType_default()).CAMERA:
|
|
434
442
|
case (TraverseType_default()).SHADOW:
|
|
435
443
|
{
|
|
436
|
-
this .visibleNode?.traverse (type, renderObject);
|
|
444
|
+
this .visibleNode ?.traverse (type, renderObject);
|
|
437
445
|
return;
|
|
438
446
|
}
|
|
439
447
|
case (TraverseType_default()).PICKING:
|
|
@@ -444,21 +452,21 @@ CADFace .prototype = Object .assign (Object .create (CADGeometry_X3DProductStruc
|
|
|
444
452
|
|
|
445
453
|
pickingHierarchy .push (this);
|
|
446
454
|
|
|
447
|
-
this .visibleNode?.traverse (type, renderObject);
|
|
455
|
+
this .visibleNode ?.traverse (type, renderObject);
|
|
448
456
|
|
|
449
457
|
pickingHierarchy .pop ();
|
|
450
458
|
return;
|
|
451
459
|
}
|
|
452
460
|
case (TraverseType_default()).COLLISION:
|
|
453
461
|
{
|
|
454
|
-
this .visibleNode?.traverse (type, renderObject);
|
|
462
|
+
this .visibleNode ?.traverse (type, renderObject);
|
|
455
463
|
return;
|
|
456
464
|
}
|
|
457
465
|
case (TraverseType_default()).DISPLAY:
|
|
458
466
|
{
|
|
459
|
-
this .visibleNode?.traverse (type, renderObject);
|
|
467
|
+
this .visibleNode ?.traverse (type, renderObject);
|
|
460
468
|
|
|
461
|
-
this .boundedObject?.displayBBox (type, renderObject);
|
|
469
|
+
this .boundedObject ?.displayBBox (type, renderObject);
|
|
462
470
|
return;
|
|
463
471
|
}
|
|
464
472
|
}
|
|
@@ -562,6 +570,10 @@ CADLayer .prototype = Object .assign (Object .create ((X3DGroupingNode_default()
|
|
|
562
570
|
{
|
|
563
571
|
return "children";
|
|
564
572
|
},
|
|
573
|
+
getSpecificationRange: function ()
|
|
574
|
+
{
|
|
575
|
+
return ["3.1", "Infinity"];
|
|
576
|
+
},
|
|
565
577
|
});
|
|
566
578
|
|
|
567
579
|
const CADLayer_default_ = CADLayer;
|
|
@@ -570,7 +582,7 @@ const CADLayer_default_ = CADLayer;
|
|
|
570
582
|
Namespace_default().set ("x_ite/Components/CADGeometry/CADLayer", CADLayer_default_);
|
|
571
583
|
/* harmony default export */ const CADGeometry_CADLayer = (CADLayer_default_);
|
|
572
584
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Grouping/X3DTransformNode\")"
|
|
573
|
-
const X3DTransformNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
585
|
+
const X3DTransformNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components/Grouping/X3DTransformNode");
|
|
574
586
|
var X3DTransformNode_default = /*#__PURE__*/__webpack_require__.n(X3DTransformNode_namespaceObject);
|
|
575
587
|
;// CONCATENATED MODULE: ./src/x_ite/Components/CADGeometry/CADPart.js
|
|
576
588
|
/*******************************************************************************
|
|
@@ -667,6 +679,10 @@ CADPart .prototype = Object .assign (Object .create ((X3DTransformNode_default()
|
|
|
667
679
|
{
|
|
668
680
|
return "children";
|
|
669
681
|
},
|
|
682
|
+
getSpecificationRange: function ()
|
|
683
|
+
{
|
|
684
|
+
return ["3.1", "Infinity"];
|
|
685
|
+
},
|
|
670
686
|
});
|
|
671
687
|
|
|
672
688
|
const CADPart_default_ = CADPart;
|
|
@@ -675,7 +691,7 @@ const CADPart_default_ = CADPart;
|
|
|
675
691
|
Namespace_default().set ("x_ite/Components/CADGeometry/CADPart", CADPart_default_);
|
|
676
692
|
/* harmony default export */ const CADGeometry_CADPart = (CADPart_default_);
|
|
677
693
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Rendering/X3DComposedGeometryNode\")"
|
|
678
|
-
const X3DComposedGeometryNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.
|
|
694
|
+
const X3DComposedGeometryNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.6.14")] .require ("x_ite/Components/Rendering/X3DComposedGeometryNode");
|
|
679
695
|
var X3DComposedGeometryNode_default = /*#__PURE__*/__webpack_require__.n(X3DComposedGeometryNode_namespaceObject);
|
|
680
696
|
;// CONCATENATED MODULE: ./src/x_ite/Components/CADGeometry/IndexedQuadSet.js
|
|
681
697
|
/*******************************************************************************
|
|
@@ -768,6 +784,10 @@ IndexedQuadSet .prototype = Object .assign (Object .create ((X3DComposedGeometry
|
|
|
768
784
|
{
|
|
769
785
|
return "geometry";
|
|
770
786
|
},
|
|
787
|
+
getSpecificationRange: function ()
|
|
788
|
+
{
|
|
789
|
+
return ["3.1", "Infinity"];
|
|
790
|
+
},
|
|
771
791
|
initialize: function ()
|
|
772
792
|
{
|
|
773
793
|
X3DComposedGeometryNode_default().prototype.initialize.call (this);
|
|
@@ -894,6 +914,10 @@ QuadSet .prototype = Object .assign (Object .create ((X3DComposedGeometryNode_de
|
|
|
894
914
|
{
|
|
895
915
|
return "geometry";
|
|
896
916
|
},
|
|
917
|
+
getSpecificationRange: function ()
|
|
918
|
+
{
|
|
919
|
+
return ["3.1", "Infinity"];
|
|
920
|
+
},
|
|
897
921
|
getTriangleIndex: (function ()
|
|
898
922
|
{
|
|
899
923
|
// Define two triangles.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
/* X_ITE v8.6.12 */(()=>{"use strict";var e={n:t=>{var n=t&&t.__esModule?()=>t.default:()=>t;return e.d(n,{a:n}),n},d:(t,n)=>{for(var i in n)e.o(n,i)&&!e.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:n[i]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)};const t=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Components");var n=e.n(t);const i=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Fields");var o=e.n(i);const r=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Base/X3DFieldDefinition");var s=e.n(r);const u=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Base/FieldDefinitionArray");var a=e.n(u);const l=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Components/Grouping/X3DGroupingNode");var d=e.n(l);const c=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Components/Core/X3DChildNode");var p=e.n(c);const w=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Base/X3DConstants");var b=e.n(w);const h=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Namespace");var y=e.n(h);function _(e){p().call(this,e),this.addType(b().X3DProductStructureChildNode)}_.prototype=Object.assign(Object.create(p().prototype),{constructor:_});const m=_;y().set("x_ite/Components/CADGeometry/X3DProductStructureChildNode",m);const O=m;function f(e){d().call(this,e),O.call(this,e),this.addType(b().CADAssembly)}f.prototype=Object.assign(Object.create(d().prototype),{constructor:f,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().inputOutput,"name",new(o().SFString)),new(s())(b().inputOutput,"visible",new(o().SFBool)(!0)),new(s())(b().inputOutput,"bboxDisplay",new(o().SFBool)),new(s())(b().initializeOnly,"bboxSize",new(o().SFVec3f)(-1,-1,-1)),new(s())(b().initializeOnly,"bboxCenter",new(o().SFVec3f)),new(s())(b().inputOnly,"addChildren",new(o().MFNode)),new(s())(b().inputOnly,"removeChildren",new(o().MFNode)),new(s())(b().inputOutput,"children",new(o().MFNode))]),getTypeName:function(){return"CADAssembly"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"children"}});const S=f;y().set("x_ite/Components/CADGeometry/CADAssembly",S);const C=S,N=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Components/Grouping/X3DBoundedObject");var D=e.n(N);const F=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Rendering/TraverseType");var g=e.n(F);function x(e){O.call(this,e),D().call(this,e),this.addType(b().CADFace),this.childNode=null,this.visibleNode=null,this.boundedObject=null}x.prototype=Object.assign(Object.create(O.prototype),D().prototype,{constructor:x,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().inputOutput,"name",new(o().SFString)),new(s())(b().inputOutput,"visible",new(o().SFBool)(!0)),new(s())(b().inputOutput,"bboxDisplay",new(o().SFBool)),new(s())(b().initializeOnly,"bboxSize",new(o().SFVec3f)(-1,-1,-1)),new(s())(b().initializeOnly,"bboxCenter",new(o().SFVec3f)),new(s())(b().inputOutput,"shape",new(o().SFNode))]),getTypeName:function(){return"CADFace"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"children"},initialize:function(){O.prototype.initialize.call(this),D().prototype.initialize.call(this),this._shape.addInterest("set_shape__",this),this.set_shape__()},getBBox:function(e,t){return this._bboxSize.getValue().equals(this.getDefaultBBoxSize())?this.visibleNode?.getBBox(e,t)??e.set():e.set(this._bboxSize.getValue(),this._bboxCenter.getValue())},set_shape__:function(){this.childNode&&(this.childNode._isCameraObject.removeInterest("set_cameraObject__",this),this.childNode._isPickableObject.removeInterest("set_transformSensors__",this),this.childNode._visible.removeInterest("set_visible__",this),this.childNode._bboxDisplay.removeInterest("set_bboxDisplay__",this)),this.childNode=null;try{const e=this._shape.getValue().getInnerNode(),t=e.getType();for(let n=t.length-1;n>=0;--n){switch(t[n]){case b().LOD:case b().Transform:case b().X3DShapeNode:e._isCameraObject.addInterest("set_cameraObject__",this),e._isPickableObject.addInterest("set_transformSensors__",this),e._visible.addInterest("set_visible__",this),e._bboxDisplay.addInterest("set_bboxDisplay__",this),this.childNode=e;break;default:continue}break}}catch(e){}this.childNode?delete this.traverse:this.traverse=Function.prototype,this.set_visible__(),this.set_bboxDisplay__()},set_cameraObject__:function(){this.setCameraObject(!!this.visibleNode?.isCameraObject())},set_transformSensors__:function(){this.setPickableObject(!!this.visibleNode?.isPickableObject())},set_visible__:function(){this.childNode?this.visibleNode=this.childNode._visible.getValue()?this.childNode:null:this.visibleNode=null,this.set_cameraObject__(),this.set_transformSensors__()},set_bboxDisplay__:function(){this.childNode?this.boundedObject=this.childNode._bboxDisplay.getValue()?this.childNode:null:this.boundedObject=null},traverse:function(e,t){switch(e){case g().POINTER:case g().CAMERA:case g().SHADOW:return void this.visibleNode?.traverse(e,t);case g().PICKING:{const n=this.getBrowser().getPickingHierarchy();return n.push(this),this.visibleNode?.traverse(e,t),void n.pop()}case g().COLLISION:return void this.visibleNode?.traverse(e,t);case g().DISPLAY:return this.visibleNode?.traverse(e,t),void this.boundedObject?.displayBBox(e,t)}},dispose:function(){D().prototype.dispose.call(this),O.prototype.dispose.call(this)}});const v=x;y().set("x_ite/Components/CADGeometry/CADFace",v);const X=v;function I(e){d().call(this,e),this.addType(b().CADLayer)}I.prototype=Object.assign(Object.create(d().prototype),{constructor:I,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().inputOutput,"name",new(o().SFString)),new(s())(b().inputOutput,"visible",new(o().SFBool)(!0)),new(s())(b().inputOutput,"bboxDisplay",new(o().SFBool)),new(s())(b().initializeOnly,"bboxSize",new(o().SFVec3f)(-1,-1,-1)),new(s())(b().initializeOnly,"bboxCenter",new(o().SFVec3f)),new(s())(b().inputOnly,"addChildren",new(o().MFNode)),new(s())(b().inputOnly,"removeChildren",new(o().MFNode)),new(s())(b().inputOutput,"children",new(o().MFNode))]),getTypeName:function(){return"CADLayer"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"children"}});const A=I;y().set("x_ite/Components/CADGeometry/CADLayer",A);const T=A,B=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Components/Grouping/X3DTransformNode");var j=e.n(B);function z(e){j().call(this,e),O.call(this,e),this.addType(b().CADPart)}z.prototype=Object.assign(Object.create(j().prototype),{constructor:z,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().inputOutput,"name",new(o().SFString)),new(s())(b().inputOutput,"translation",new(o().SFVec3f)),new(s())(b().inputOutput,"rotation",new(o().SFRotation)),new(s())(b().inputOutput,"scale",new(o().SFVec3f)(1,1,1)),new(s())(b().inputOutput,"scaleOrientation",new(o().SFRotation)),new(s())(b().inputOutput,"center",new(o().SFVec3f)),new(s())(b().inputOutput,"visible",new(o().SFBool)(!0)),new(s())(b().inputOutput,"bboxDisplay",new(o().SFBool)),new(s())(b().initializeOnly,"bboxSize",new(o().SFVec3f)(-1,-1,-1)),new(s())(b().initializeOnly,"bboxCenter",new(o().SFVec3f)),new(s())(b().inputOnly,"addChildren",new(o().MFNode)),new(s())(b().inputOnly,"removeChildren",new(o().MFNode)),new(s())(b().inputOutput,"children",new(o().MFNode))]),getTypeName:function(){return"CADPart"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"children"}});const P=z;y().set("x_ite/Components/CADGeometry/CADPart",P);const G=P,V=window[Symbol.for("X_ITE.X3D-8.6.12")].require("x_ite/Components/Rendering/X3DComposedGeometryNode");var E=e.n(V);function M(e){E().call(this,e),this.addType(b().IndexedQuadSet)}M.prototype=Object.assign(Object.create(E().prototype),{constructor:M,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().inputOnly,"set_index",new(o().MFInt32)),new(s())(b().initializeOnly,"solid",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"ccw",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"colorPerVertex",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"normalPerVertex",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"index",new(o().MFInt32)),new(s())(b().inputOutput,"attrib",new(o().MFNode)),new(s())(b().inputOutput,"fogCoord",new(o().SFNode)),new(s())(b().inputOutput,"color",new(o().SFNode)),new(s())(b().inputOutput,"texCoord",new(o().SFNode)),new(s())(b().inputOutput,"normal",new(o().SFNode)),new(s())(b().inputOutput,"coord",new(o().SFNode))]),getTypeName:function(){return"IndexedQuadSet"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"geometry"},initialize:function(){E().prototype.initialize.call(this),this._set_index.addFieldInterest(this._index)},getTriangleIndex:function(){const e=[0,1,2,0,2,3];return function(t){const n=t%6;return(t-n)/6*4+e[n]}}(),getPolygonIndex:function(e){return this._index[e]},build:function(){let e=this._index.length;e-=e%4,E().prototype.build.call(this,4,e,6,e/4*6)}});const q=M;y().set("x_ite/Components/CADGeometry/IndexedQuadSet",q);const L=q;function Q(e){E().call(this,e),this.addType(b().QuadSet)}Q.prototype=Object.assign(Object.create(E().prototype),{constructor:Q,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().initializeOnly,"solid",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"ccw",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"colorPerVertex",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"normalPerVertex",new(o().SFBool)(!0)),new(s())(b().inputOutput,"attrib",new(o().MFNode)),new(s())(b().inputOutput,"fogCoord",new(o().SFNode)),new(s())(b().inputOutput,"color",new(o().SFNode)),new(s())(b().inputOutput,"texCoord",new(o().SFNode)),new(s())(b().inputOutput,"normal",new(o().SFNode)),new(s())(b().inputOutput,"coord",new(o().SFNode))]),getTypeName:function(){return"QuadSet"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"geometry"},getTriangleIndex:function(){const e=[0,1,2,0,2,3];return function(t){const n=t%6;return(t-n)/6*4+e[n]}}(),build:function(){if(!this.getCoord())return;let e=this.getCoord().getSize();e-=e%4,E().prototype.build.call(this,4,e,6,e/4*6)},createNormals:function(e,t){return this.createFaceNormals(e,t)}});const k=Q;y().set("x_ite/Components/CADGeometry/QuadSet",k);const R=k;n().addComponent({name:"CADGeometry",types:{CADAssembly:C,CADFace:X,CADLayer:T,CADPart:G,IndexedQuadSet:L,QuadSet:R},abstractTypes:{X3DProductStructureChildNode:O}});const H=void 0;y().set("assets/components/CADGeometry",H)})();
|
|
1
|
+
/* X_ITE v8.6.14 */(()=>{"use strict";var e={n:t=>{var n=t&&t.__esModule?()=>t.default:()=>t;return e.d(n,{a:n}),n},d:(t,n)=>{for(var i in n)e.o(n,i)&&!e.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:n[i]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)};const t=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components");var n=e.n(t);const i=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Fields");var o=e.n(i);const r=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Base/X3DFieldDefinition");var s=e.n(r);const u=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Base/FieldDefinitionArray");var a=e.n(u);const l=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components/Grouping/X3DGroupingNode");var c=e.n(l);const d=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components/Core/X3DChildNode");var p=e.n(d);const w=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Base/X3DConstants");var b=e.n(w);const h=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Namespace");var y=e.n(h);function f(e){p().call(this,e),this.addType(b().X3DProductStructureChildNode)}f.prototype=Object.assign(Object.create(p().prototype),{constructor:f});const _=f;y().set("x_ite/Components/CADGeometry/X3DProductStructureChildNode",_);const m=_;function S(e){c().call(this,e),m.call(this,e),this.addType(b().CADAssembly)}S.prototype=Object.assign(Object.create(c().prototype),{constructor:S,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().inputOutput,"name",new(o().SFString)),new(s())(b().inputOutput,"visible",new(o().SFBool)(!0)),new(s())(b().inputOutput,"bboxDisplay",new(o().SFBool)),new(s())(b().initializeOnly,"bboxSize",new(o().SFVec3f)(-1,-1,-1)),new(s())(b().initializeOnly,"bboxCenter",new(o().SFVec3f)),new(s())(b().inputOnly,"addChildren",new(o().MFNode)),new(s())(b().inputOnly,"removeChildren",new(o().MFNode)),new(s())(b().inputOutput,"children",new(o().MFNode))]),getTypeName:function(){return"CADAssembly"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"children"},getSpecificationRange:function(){return["3.1","Infinity"]}});const O=S;y().set("x_ite/Components/CADGeometry/CADAssembly",O);const C=O,N=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components/Grouping/X3DBoundedObject");var D=e.n(N);const F=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Rendering/TraverseType");var g=e.n(F);function x(e){m.call(this,e),D().call(this,e),this.addType(b().CADFace),this.childNode=null,this.visibleNode=null,this.boundedObject=null}x.prototype=Object.assign(Object.create(m.prototype),D().prototype,{constructor:x,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().inputOutput,"name",new(o().SFString)),new(s())(b().inputOutput,"visible",new(o().SFBool)(!0)),new(s())(b().inputOutput,"bboxDisplay",new(o().SFBool)),new(s())(b().initializeOnly,"bboxSize",new(o().SFVec3f)(-1,-1,-1)),new(s())(b().initializeOnly,"bboxCenter",new(o().SFVec3f)),new(s())(b().inputOutput,"shape",new(o().SFNode))]),getTypeName:function(){return"CADFace"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"children"},getSpecificationRange:function(){return["3.1","Infinity"]},initialize:function(){m.prototype.initialize.call(this),D().prototype.initialize.call(this),this._shape.addInterest("set_shape__",this),this.set_shape__()},getBBox:function(e,t){return this._bboxSize.getValue().equals(this.getDefaultBBoxSize())?this.visibleNode?.getBBox(e,t)??e.set():e.set(this._bboxSize.getValue(),this._bboxCenter.getValue())},set_shape__:function(){this.childNode&&(this.childNode._isCameraObject.removeInterest("set_cameraObject__",this),this.childNode._isPickableObject.removeInterest("set_transformSensors__",this),this.childNode._visible.removeInterest("set_visible__",this),this.childNode._bboxDisplay.removeInterest("set_bboxDisplay__",this)),this.childNode=null;try{const e=this._shape.getValue().getInnerNode(),t=e.getType();for(let n=t.length-1;n>=0;--n){switch(t[n]){case b().LOD:case b().Transform:case b().X3DShapeNode:e._isCameraObject.addInterest("set_cameraObject__",this),e._isPickableObject.addInterest("set_transformSensors__",this),e._visible.addInterest("set_visible__",this),e._bboxDisplay.addInterest("set_bboxDisplay__",this),this.childNode=e;break;default:continue}break}}catch(e){}this.childNode?delete this.traverse:this.traverse=Function.prototype,this.set_visible__(),this.set_bboxDisplay__()},set_cameraObject__:function(){this.setCameraObject(!!this.visibleNode?.isCameraObject())},set_transformSensors__:function(){this.setPickableObject(!!this.visibleNode?.isPickableObject())},set_visible__:function(){this.childNode?this.visibleNode=this.childNode._visible.getValue()?this.childNode:null:this.visibleNode=null,this.set_cameraObject__(),this.set_transformSensors__()},set_bboxDisplay__:function(){this.childNode?this.boundedObject=this.childNode._bboxDisplay.getValue()?this.childNode:null:this.boundedObject=null},traverse:function(e,t){switch(e){case g().POINTER:case g().CAMERA:case g().SHADOW:return void this.visibleNode?.traverse(e,t);case g().PICKING:{const n=this.getBrowser().getPickingHierarchy();return n.push(this),this.visibleNode?.traverse(e,t),void n.pop()}case g().COLLISION:return void this.visibleNode?.traverse(e,t);case g().DISPLAY:return this.visibleNode?.traverse(e,t),void this.boundedObject?.displayBBox(e,t)}},dispose:function(){D().prototype.dispose.call(this),m.prototype.dispose.call(this)}});const v=x;y().set("x_ite/Components/CADGeometry/CADFace",v);const I=v;function X(e){c().call(this,e),this.addType(b().CADLayer)}X.prototype=Object.assign(Object.create(c().prototype),{constructor:X,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().inputOutput,"name",new(o().SFString)),new(s())(b().inputOutput,"visible",new(o().SFBool)(!0)),new(s())(b().inputOutput,"bboxDisplay",new(o().SFBool)),new(s())(b().initializeOnly,"bboxSize",new(o().SFVec3f)(-1,-1,-1)),new(s())(b().initializeOnly,"bboxCenter",new(o().SFVec3f)),new(s())(b().inputOnly,"addChildren",new(o().MFNode)),new(s())(b().inputOnly,"removeChildren",new(o().MFNode)),new(s())(b().inputOutput,"children",new(o().MFNode))]),getTypeName:function(){return"CADLayer"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"children"},getSpecificationRange:function(){return["3.1","Infinity"]}});const A=X;y().set("x_ite/Components/CADGeometry/CADLayer",A);const T=A,B=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components/Grouping/X3DTransformNode");var j=e.n(B);function z(e){j().call(this,e),m.call(this,e),this.addType(b().CADPart)}z.prototype=Object.assign(Object.create(j().prototype),{constructor:z,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().inputOutput,"name",new(o().SFString)),new(s())(b().inputOutput,"translation",new(o().SFVec3f)),new(s())(b().inputOutput,"rotation",new(o().SFRotation)),new(s())(b().inputOutput,"scale",new(o().SFVec3f)(1,1,1)),new(s())(b().inputOutput,"scaleOrientation",new(o().SFRotation)),new(s())(b().inputOutput,"center",new(o().SFVec3f)),new(s())(b().inputOutput,"visible",new(o().SFBool)(!0)),new(s())(b().inputOutput,"bboxDisplay",new(o().SFBool)),new(s())(b().initializeOnly,"bboxSize",new(o().SFVec3f)(-1,-1,-1)),new(s())(b().initializeOnly,"bboxCenter",new(o().SFVec3f)),new(s())(b().inputOnly,"addChildren",new(o().MFNode)),new(s())(b().inputOnly,"removeChildren",new(o().MFNode)),new(s())(b().inputOutput,"children",new(o().MFNode))]),getTypeName:function(){return"CADPart"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"children"},getSpecificationRange:function(){return["3.1","Infinity"]}});const P=z;y().set("x_ite/Components/CADGeometry/CADPart",P);const G=P,V=window[Symbol.for("X_ITE.X3D-8.6.14")].require("x_ite/Components/Rendering/X3DComposedGeometryNode");var E=e.n(V);function M(e){E().call(this,e),this.addType(b().IndexedQuadSet)}M.prototype=Object.assign(Object.create(E().prototype),{constructor:M,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().inputOnly,"set_index",new(o().MFInt32)),new(s())(b().initializeOnly,"solid",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"ccw",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"colorPerVertex",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"normalPerVertex",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"index",new(o().MFInt32)),new(s())(b().inputOutput,"attrib",new(o().MFNode)),new(s())(b().inputOutput,"fogCoord",new(o().SFNode)),new(s())(b().inputOutput,"color",new(o().SFNode)),new(s())(b().inputOutput,"texCoord",new(o().SFNode)),new(s())(b().inputOutput,"normal",new(o().SFNode)),new(s())(b().inputOutput,"coord",new(o().SFNode))]),getTypeName:function(){return"IndexedQuadSet"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"geometry"},getSpecificationRange:function(){return["3.1","Infinity"]},initialize:function(){E().prototype.initialize.call(this),this._set_index.addFieldInterest(this._index)},getTriangleIndex:function(){const e=[0,1,2,0,2,3];return function(t){const n=t%6;return(t-n)/6*4+e[n]}}(),getPolygonIndex:function(e){return this._index[e]},build:function(){let e=this._index.length;e-=e%4,E().prototype.build.call(this,4,e,6,e/4*6)}});const q=M;y().set("x_ite/Components/CADGeometry/IndexedQuadSet",q);const R=q;function L(e){E().call(this,e),this.addType(b().QuadSet)}L.prototype=Object.assign(Object.create(E().prototype),{constructor:L,[Symbol.for("X_ITE.X3DBaseNode.fieldDefinitions")]:new(a())([new(s())(b().inputOutput,"metadata",new(o().SFNode)),new(s())(b().initializeOnly,"solid",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"ccw",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"colorPerVertex",new(o().SFBool)(!0)),new(s())(b().initializeOnly,"normalPerVertex",new(o().SFBool)(!0)),new(s())(b().inputOutput,"attrib",new(o().MFNode)),new(s())(b().inputOutput,"fogCoord",new(o().SFNode)),new(s())(b().inputOutput,"color",new(o().SFNode)),new(s())(b().inputOutput,"texCoord",new(o().SFNode)),new(s())(b().inputOutput,"normal",new(o().SFNode)),new(s())(b().inputOutput,"coord",new(o().SFNode))]),getTypeName:function(){return"QuadSet"},getComponentName:function(){return"CADGeometry"},getContainerField:function(){return"geometry"},getSpecificationRange:function(){return["3.1","Infinity"]},getTriangleIndex:function(){const e=[0,1,2,0,2,3];return function(t){const n=t%6;return(t-n)/6*4+e[n]}}(),build:function(){if(!this.getCoord())return;let e=this.getCoord().getSize();e-=e%4,E().prototype.build.call(this,4,e,6,e/4*6)},createNormals:function(e,t){return this.createFaceNormals(e,t)}});const Q=L;y().set("x_ite/Components/CADGeometry/QuadSet",Q);const k=Q;n().addComponent({name:"CADGeometry",types:{CADAssembly:C,CADFace:I,CADLayer:T,CADPart:G,IndexedQuadSet:R,QuadSet:k},abstractTypes:{X3DProductStructureChildNode:m}});const H=void 0;y().set("assets/components/CADGeometry",H)})();
|