x_ite 8.6.12 → 8.6.13
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 +37 -13
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +37 -26
- 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 +51 -19
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +77 -33
- 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 +16 -8
- 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 +80 -24
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +62 -22
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +38 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +74 -18
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +32 -28
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +32 -24
- 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 +62 -30
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +71 -19
- 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 +1019 -465
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +1 -1
- 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/tests.js +2 -0
- package/src/x_ite/Browser/Core/X3DCoreContext.js +1 -3
- package/src/x_ite/Browser/Grouping/X3DGroupingContext.js +9 -15
- package/src/x_ite/Browser/VERSION.js +1 -1
- 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 +4 -0
- 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 +4 -0
- package/src/x_ite/Components/Core/MetadataDouble.js +4 -0
- package/src/x_ite/Components/Core/MetadataFloat.js +4 -0
- package/src/x_ite/Components/Core/MetadataInteger.js +4 -0
- package/src/x_ite/Components/Core/MetadataSet.js +4 -0
- package/src/x_ite/Components/Core/MetadataString.js +4 -0
- package/src/x_ite/Components/Core/WorldInfo.js +4 -0
- 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 +4 -0
- 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/EnvironmentalSensor/ProximitySensor.js +4 -0
- package/src/x_ite/Components/EnvironmentalSensor/TransformSensor.js +4 -0
- package/src/x_ite/Components/EnvironmentalSensor/VisibilitySensor.js +4 -0
- 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/Geometry2D/Arc2D.js +4 -0
- package/src/x_ite/Components/Geometry2D/ArcClose2D.js +4 -0
- package/src/x_ite/Components/Geometry2D/Circle2D.js +4 -0
- package/src/x_ite/Components/Geometry2D/Disk2D.js +4 -0
- 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 +4 -0
- package/src/x_ite/Components/Geometry3D/Cylinder.js +4 -0
- package/src/x_ite/Components/Geometry3D/ElevationGrid.js +4 -0
- package/src/x_ite/Components/Geometry3D/Extrusion.js +4 -0
- package/src/x_ite/Components/Geometry3D/IndexedFaceSet.js +4 -0
- package/src/x_ite/Components/Geometry3D/Sphere.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoCoordinate.js +4 -0
- package/src/x_ite/Components/Geospatial/GeoElevationGrid.js +4 -0
- 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 +4 -0
- 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/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/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/Navigation/Billboard.js +4 -0
- package/src/x_ite/Components/Navigation/Collision.js +4 -0
- package/src/x_ite/Components/Navigation/LOD.js +4 -0
- 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 +4 -0
- package/src/x_ite/Components/Networking/LoadSensor.js +42 -29
- 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 +4 -0
- 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/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/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 +4 -0
- 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 +4 -0
- package/src/x_ite/Components/Rendering/Normal.js +4 -0
- package/src/x_ite/Components/Rendering/PointSet.js +4 -0
- 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/RigidBodyPhysics/BallJoint.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/CollidableOffset.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/CollidableShape.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/CollisionCollection.js +4 -0
- package/src/x_ite/Components/RigidBodyPhysics/CollisionSensor.js +4 -0
- 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 +4 -0
- 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 +4 -0
- package/src/x_ite/Components/Shaders/ComposedShader.js +7 -3
- 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 -0
- package/src/x_ite/Components/Shaders/ShaderProgram.js +4 -0
- package/src/x_ite/Components/Shape/AcousticProperties.js +4 -0
- package/src/x_ite/Components/Shape/Appearance.js +4 -0
- 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 +4 -1
- package/src/x_ite/Components/Shape/PhysicalMaterial.js +4 -1
- 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 +4 -1
- package/src/x_ite/Components/Shape/X3DOneSidedMaterialNode.js +5 -7
- package/src/x_ite/Components/Sound/Analyser.js +4 -0
- package/src/x_ite/Components/Sound/AudioClip.js +4 -0
- 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 +4 -0
- 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 +4 -0
- 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 +11 -11
- package/src/x_ite/Components/Texturing/MovieTexture.js +8 -5
- 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 +4 -0
- 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 +4 -0
- 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/X_ITE/BlendMode.js +4 -0
- package/src/x_ite/Execution/X3DExecutionContext.js +16 -0
- package/src/x_ite/InputOutput/FileLoader.js +1 -1
- package/src/x_ite/Parser/GLTF2Parser.js +26 -5
- package/src/x_ite/Parser/VRMLParser.js +3 -3
- package/src/x_ite/Parser/XMLParser.js +3 -3
package/dist/x_ite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v8.6.
|
|
1
|
+
/* X_ITE v8.6.13 */(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory();
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
14
|
+
/***/ 179:
|
|
15
15
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16
16
|
|
|
17
17
|
"use strict";
|
|
18
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
18
|
+
/* provided dependency */ var jQuery = __webpack_require__(869);
|
|
19
19
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -387,10 +387,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
|
|
|
387
387
|
|
|
388
388
|
/***/ }),
|
|
389
389
|
|
|
390
|
-
/***/
|
|
390
|
+
/***/ 908:
|
|
391
391
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
392
392
|
|
|
393
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
393
|
+
/* provided dependency */ var jQuery = __webpack_require__(869);
|
|
394
394
|
/**
|
|
395
395
|
* @preserve jquery.fullscreen 1.1.5
|
|
396
396
|
* https://github.com/code-lts/jquery-fullscreen-plugin
|
|
@@ -586,7 +586,7 @@ installFullScreenHandlers();
|
|
|
586
586
|
|
|
587
587
|
/***/ }),
|
|
588
588
|
|
|
589
|
-
/***/
|
|
589
|
+
/***/ 945:
|
|
590
590
|
/***/ ((module, exports, __webpack_require__) => {
|
|
591
591
|
|
|
592
592
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -600,7 +600,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
600
600
|
(function (factory) {
|
|
601
601
|
if ( true ) {
|
|
602
602
|
// AMD. Register as an anonymous module.
|
|
603
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(
|
|
603
|
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(869)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
604
604
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
605
605
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
606
606
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
@@ -811,11 +811,11 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
811
811
|
|
|
812
812
|
/***/ }),
|
|
813
813
|
|
|
814
|
-
/***/
|
|
814
|
+
/***/ 869:
|
|
815
815
|
/***/ (function(module, exports) {
|
|
816
816
|
|
|
817
817
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
818
|
-
* jQuery JavaScript Library v3.6.
|
|
818
|
+
* jQuery JavaScript Library v3.6.4
|
|
819
819
|
* https://jquery.com/
|
|
820
820
|
*
|
|
821
821
|
* Includes Sizzle.js
|
|
@@ -825,7 +825,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
|
825
825
|
* Released under the MIT license
|
|
826
826
|
* https://jquery.org/license
|
|
827
827
|
*
|
|
828
|
-
* Date:
|
|
828
|
+
* Date: 2023-03-08T15:28Z
|
|
829
829
|
*/
|
|
830
830
|
( function( global, factory ) {
|
|
831
831
|
|
|
@@ -967,7 +967,7 @@ function toType( obj ) {
|
|
|
967
967
|
|
|
968
968
|
|
|
969
969
|
var
|
|
970
|
-
version = "3.6.
|
|
970
|
+
version = "3.6.4",
|
|
971
971
|
|
|
972
972
|
// Define a local copy of jQuery
|
|
973
973
|
jQuery = function( selector, context ) {
|
|
@@ -1338,14 +1338,14 @@ function isArrayLike( obj ) {
|
|
|
1338
1338
|
}
|
|
1339
1339
|
var Sizzle =
|
|
1340
1340
|
/*!
|
|
1341
|
-
* Sizzle CSS Selector Engine v2.3.
|
|
1341
|
+
* Sizzle CSS Selector Engine v2.3.10
|
|
1342
1342
|
* https://sizzlejs.com/
|
|
1343
1343
|
*
|
|
1344
1344
|
* Copyright JS Foundation and other contributors
|
|
1345
1345
|
* Released under the MIT license
|
|
1346
1346
|
* https://js.foundation/
|
|
1347
1347
|
*
|
|
1348
|
-
* Date:
|
|
1348
|
+
* Date: 2023-02-14
|
|
1349
1349
|
*/
|
|
1350
1350
|
( function( window ) {
|
|
1351
1351
|
var i,
|
|
@@ -1449,7 +1449,7 @@ var i,
|
|
|
1449
1449
|
whitespace + "+$", "g" ),
|
|
1450
1450
|
|
|
1451
1451
|
rcomma = new RegExp( "^" + whitespace + "*," + whitespace + "*" ),
|
|
1452
|
-
|
|
1452
|
+
rleadingCombinator = new RegExp( "^" + whitespace + "*([>+~]|" + whitespace + ")" + whitespace +
|
|
1453
1453
|
"*" ),
|
|
1454
1454
|
rdescend = new RegExp( whitespace + "|>" ),
|
|
1455
1455
|
|
|
@@ -1666,7 +1666,7 @@ function Sizzle( selector, context, results, seed ) {
|
|
|
1666
1666
|
// as such selectors are not recognized by querySelectorAll.
|
|
1667
1667
|
// Thanks to Andrew Dupont for this technique.
|
|
1668
1668
|
if ( nodeType === 1 &&
|
|
1669
|
-
( rdescend.test( selector ) ||
|
|
1669
|
+
( rdescend.test( selector ) || rleadingCombinator.test( selector ) ) ) {
|
|
1670
1670
|
|
|
1671
1671
|
// Expand context for sibling selectors
|
|
1672
1672
|
newContext = rsibling.test( selector ) && testContext( context.parentNode ) ||
|
|
@@ -1695,27 +1695,6 @@ function Sizzle( selector, context, results, seed ) {
|
|
|
1695
1695
|
}
|
|
1696
1696
|
|
|
1697
1697
|
try {
|
|
1698
|
-
|
|
1699
|
-
// `qSA` may not throw for unrecognized parts using forgiving parsing:
|
|
1700
|
-
// https://drafts.csswg.org/selectors/#forgiving-selector
|
|
1701
|
-
// like the `:has()` pseudo-class:
|
|
1702
|
-
// https://drafts.csswg.org/selectors/#relational
|
|
1703
|
-
// `CSS.supports` is still expected to return `false` then:
|
|
1704
|
-
// https://drafts.csswg.org/css-conditional-4/#typedef-supports-selector-fn
|
|
1705
|
-
// https://drafts.csswg.org/css-conditional-4/#dfn-support-selector
|
|
1706
|
-
if ( support.cssSupportsSelector &&
|
|
1707
|
-
|
|
1708
|
-
// eslint-disable-next-line no-undef
|
|
1709
|
-
!CSS.supports( "selector(:is(" + newSelector + "))" ) ) {
|
|
1710
|
-
|
|
1711
|
-
// Support: IE 11+
|
|
1712
|
-
// Throw to get to the same code path as an error directly in qSA.
|
|
1713
|
-
// Note: once we only support browser supporting
|
|
1714
|
-
// `CSS.supports('selector(...)')`, we can most likely drop
|
|
1715
|
-
// the `try-catch`. IE doesn't implement the API.
|
|
1716
|
-
throw new Error();
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
1698
|
push.apply( results,
|
|
1720
1699
|
newContext.querySelectorAll( newSelector )
|
|
1721
1700
|
);
|
|
@@ -2011,29 +1990,22 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
|
2011
1990
|
!el.querySelectorAll( ":scope fieldset div" ).length;
|
|
2012
1991
|
} );
|
|
2013
1992
|
|
|
2014
|
-
// Support: Chrome 105
|
|
2015
|
-
// Make sure
|
|
2016
|
-
//
|
|
2017
|
-
//
|
|
2018
|
-
//
|
|
2019
|
-
support
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
// `*` is needed as Safari & newer Chrome implemented something in between
|
|
2031
|
-
// for `:has()` - it throws in `qSA` if it only contains an unsupported
|
|
2032
|
-
// argument but multiple ones, one of which is supported, are fine.
|
|
2033
|
-
// We want to play safe in case `:is()` gets the same treatment.
|
|
2034
|
-
!CSS.supports( "selector(:is(*,:jqfake))" );
|
|
2035
|
-
|
|
2036
|
-
/* eslint-enable */
|
|
1993
|
+
// Support: Chrome 105 - 110+, Safari 15.4 - 16.3+
|
|
1994
|
+
// Make sure the the `:has()` argument is parsed unforgivingly.
|
|
1995
|
+
// We include `*` in the test to detect buggy implementations that are
|
|
1996
|
+
// _selectively_ forgiving (specifically when the list includes at least
|
|
1997
|
+
// one valid selector).
|
|
1998
|
+
// Note that we treat complete lack of support for `:has()` as if it were
|
|
1999
|
+
// spec-compliant support, which is fine because use of `:has()` in such
|
|
2000
|
+
// environments will fail in the qSA path and fall back to jQuery traversal
|
|
2001
|
+
// anyway.
|
|
2002
|
+
support.cssHas = assert( function() {
|
|
2003
|
+
try {
|
|
2004
|
+
document.querySelector( ":has(*,:jqfake)" );
|
|
2005
|
+
return false;
|
|
2006
|
+
} catch ( e ) {
|
|
2007
|
+
return true;
|
|
2008
|
+
}
|
|
2037
2009
|
} );
|
|
2038
2010
|
|
|
2039
2011
|
/* Attributes
|
|
@@ -2302,14 +2274,14 @@ setDocument = Sizzle.setDocument = function( node ) {
|
|
|
2302
2274
|
} );
|
|
2303
2275
|
}
|
|
2304
2276
|
|
|
2305
|
-
if ( !support.
|
|
2277
|
+
if ( !support.cssHas ) {
|
|
2306
2278
|
|
|
2307
|
-
// Support: Chrome 105+, Safari 15.4+
|
|
2308
|
-
//
|
|
2309
|
-
//
|
|
2310
|
-
//
|
|
2311
|
-
//
|
|
2312
|
-
//
|
|
2279
|
+
// Support: Chrome 105 - 110+, Safari 15.4 - 16.3+
|
|
2280
|
+
// Our regular `try-catch` mechanism fails to detect natively-unsupported
|
|
2281
|
+
// pseudo-classes inside `:has()` (such as `:has(:contains("Foo"))`)
|
|
2282
|
+
// in browsers that parse the `:has()` argument as a forgiving selector list.
|
|
2283
|
+
// https://drafts.csswg.org/selectors/#relational now requires the argument
|
|
2284
|
+
// to be parsed unforgivingly, but browsers have not yet fully adjusted.
|
|
2313
2285
|
rbuggyQSA.push( ":has" );
|
|
2314
2286
|
}
|
|
2315
2287
|
|
|
@@ -3222,7 +3194,7 @@ tokenize = Sizzle.tokenize = function( selector, parseOnly ) {
|
|
|
3222
3194
|
matched = false;
|
|
3223
3195
|
|
|
3224
3196
|
// Combinators
|
|
3225
|
-
if ( ( match =
|
|
3197
|
+
if ( ( match = rleadingCombinator.exec( soFar ) ) ) {
|
|
3226
3198
|
matched = match.shift();
|
|
3227
3199
|
tokens.push( {
|
|
3228
3200
|
value: matched,
|
|
@@ -11812,7 +11784,7 @@ return jQuery;
|
|
|
11812
11784
|
|
|
11813
11785
|
/***/ }),
|
|
11814
11786
|
|
|
11815
|
-
/***/
|
|
11787
|
+
/***/ 23:
|
|
11816
11788
|
/***/ ((module) => {
|
|
11817
11789
|
|
|
11818
11790
|
/**
|
|
@@ -16591,7 +16563,7 @@ if (true) {
|
|
|
16591
16563
|
|
|
16592
16564
|
/***/ }),
|
|
16593
16565
|
|
|
16594
|
-
/***/
|
|
16566
|
+
/***/ 645:
|
|
16595
16567
|
/***/ (function(__unused_webpack_module, exports) {
|
|
16596
16568
|
|
|
16597
16569
|
|
|
@@ -19836,7 +19808,7 @@ if (true) {
|
|
|
19836
19808
|
|
|
19837
19809
|
/***/ }),
|
|
19838
19810
|
|
|
19839
|
-
/***/
|
|
19811
|
+
/***/ 521:
|
|
19840
19812
|
/***/ (function(module, exports) {
|
|
19841
19813
|
|
|
19842
19814
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -34985,7 +34957,7 @@ x_ite_Namespace.set ("x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
|
34985
34957
|
*
|
|
34986
34958
|
******************************************************************************/
|
|
34987
34959
|
|
|
34988
|
-
const VERSION_default_ = "8.6.
|
|
34960
|
+
const VERSION_default_ = "8.6.13";
|
|
34989
34961
|
;
|
|
34990
34962
|
|
|
34991
34963
|
x_ite_Namespace.set ("x_ite/Browser/VERSION", VERSION_default_);
|
|
@@ -35889,7 +35861,7 @@ const gettext_default_ = gettext;
|
|
|
35889
35861
|
x_ite_Namespace.set ("locale/gettext", gettext_default_);
|
|
35890
35862
|
/* harmony default export */ const locale_gettext = (gettext_default_);
|
|
35891
35863
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
35892
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
35864
|
+
/* provided dependency */ var $ = __webpack_require__(869);
|
|
35893
35865
|
/*******************************************************************************
|
|
35894
35866
|
*
|
|
35895
35867
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -36307,7 +36279,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
36307
36279
|
x_ite_Namespace.set ("x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
36308
36280
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
36309
36281
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
36310
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
36282
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(869);
|
|
36311
36283
|
/*******************************************************************************
|
|
36312
36284
|
*
|
|
36313
36285
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -36842,7 +36814,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
36842
36814
|
x_ite_Namespace.set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
36843
36815
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
36844
36816
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
36845
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
36817
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(869);
|
|
36846
36818
|
/*******************************************************************************
|
|
36847
36819
|
*
|
|
36848
36820
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -36964,8 +36936,8 @@ const Notification_default_ = Notification;
|
|
|
36964
36936
|
x_ite_Namespace.set ("x_ite/Browser/Core/Notification", Notification_default_);
|
|
36965
36937
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
36966
36938
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
36967
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
36968
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
36939
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(908);
|
|
36940
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(869);
|
|
36969
36941
|
/*******************************************************************************
|
|
36970
36942
|
*
|
|
36971
36943
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -41953,7 +41925,7 @@ const X3DUrlObject_default_ = X3DUrlObject;
|
|
|
41953
41925
|
x_ite_Namespace.set ("x_ite/Components/Networking/X3DUrlObject", X3DUrlObject_default_);
|
|
41954
41926
|
/* harmony default export */ const Networking_X3DUrlObject = (X3DUrlObject_default_);
|
|
41955
41927
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
41956
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
41928
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(869);
|
|
41957
41929
|
/*******************************************************************************
|
|
41958
41930
|
*
|
|
41959
41931
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -43463,14 +43435,14 @@ VRMLParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototy
|
|
|
43463
43435
|
{
|
|
43464
43436
|
var
|
|
43465
43437
|
nodeTypeId = this .result [1],
|
|
43466
|
-
baseNode = this .getExecutionContext () .
|
|
43438
|
+
baseNode = this .getExecutionContext () .createNode (nodeTypeId, false);
|
|
43467
43439
|
|
|
43468
43440
|
if (! baseNode)
|
|
43469
43441
|
{
|
|
43470
|
-
baseNode = this .getExecutionContext () .
|
|
43442
|
+
baseNode = this .getExecutionContext () .createProto (nodeTypeId, false);
|
|
43471
43443
|
|
|
43472
43444
|
if (! baseNode)
|
|
43473
|
-
throw new Error ("Unknown node type or proto '" + nodeTypeId + "', you probably have insufficient component/profile statements.");
|
|
43445
|
+
throw new Error ("Unknown node type or proto '" + nodeTypeId + "', you probably have insufficient component/profile statements, and/or an inappropriate specification version.");
|
|
43474
43446
|
}
|
|
43475
43447
|
|
|
43476
43448
|
if (nodeNameId .length)
|
|
@@ -45130,7 +45102,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
45130
45102
|
x_ite_Namespace.set ("x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
45131
45103
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
45132
45104
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
45133
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
45105
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(869);
|
|
45134
45106
|
/*******************************************************************************
|
|
45135
45107
|
*
|
|
45136
45108
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -45913,13 +45885,13 @@ XMLParser .prototype = Object .assign (Object .create (Parser_X3DParser.prototyp
|
|
|
45913
45885
|
if (this .useAttribute (xmlElement))
|
|
45914
45886
|
return;
|
|
45915
45887
|
|
|
45916
|
-
var node = this .getExecutionContext () .
|
|
45888
|
+
var node = this .getExecutionContext () .createNode (this .nodeNameToCamelCase (xmlElement .nodeName), false);
|
|
45917
45889
|
|
|
45918
45890
|
if (! node)
|
|
45919
|
-
node = this .getExecutionContext () .
|
|
45891
|
+
node = this .getExecutionContext () .createProto (this .protoNameToCamelCase (xmlElement .nodeName), false);
|
|
45920
45892
|
|
|
45921
45893
|
if (! node)
|
|
45922
|
-
throw new Error ("Unknown node type '" + xmlElement .nodeName + "', you probably have insufficient component/profile statements.");
|
|
45894
|
+
throw new Error ("Unknown node type '" + xmlElement .nodeName + "', you probably have insufficient component/profile statements and/or an inappropriate specification version.");
|
|
45923
45895
|
|
|
45924
45896
|
///DOMIntegration: attach node to DOM xmlElement for access from DOM.
|
|
45925
45897
|
XMLParser_$.data (xmlElement, "node", node);
|
|
@@ -47173,7 +47145,7 @@ const URLs_default_ = URLs;
|
|
|
47173
47145
|
x_ite_Namespace.set ("x_ite/Browser/Networking/URLs", URLs_default_);
|
|
47174
47146
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
47175
47147
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
47176
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
47148
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(869);
|
|
47177
47149
|
/*******************************************************************************
|
|
47178
47150
|
*
|
|
47179
47151
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47880,8 +47852,7 @@ GLTF2Parser .prototype = Object .assign (Object .create (Parser_X3DParser.protot
|
|
|
47880
47852
|
scene .addExportedNode (scene .getUniqueExportName (name), textureNode);
|
|
47881
47853
|
}
|
|
47882
47854
|
|
|
47883
|
-
textureNode ._url
|
|
47884
|
-
textureNode ._flipVertically = true;
|
|
47855
|
+
textureNode ._url = [image .uri];
|
|
47885
47856
|
|
|
47886
47857
|
const sampler = this .samplers [texture .sampler];
|
|
47887
47858
|
|
|
@@ -47943,7 +47914,10 @@ GLTF2Parser .prototype = Object .assign (Object .create (Parser_X3DParser.protot
|
|
|
47943
47914
|
{
|
|
47944
47915
|
const textureTransformNode = scene .createNode ("TextureTransform", false);
|
|
47945
47916
|
|
|
47946
|
-
textureTransformNode ._mapping
|
|
47917
|
+
textureTransformNode ._mapping = mapping;
|
|
47918
|
+
textureTransformNode ._translation .y = -1;
|
|
47919
|
+
textureTransformNode ._scale .y = -1;
|
|
47920
|
+
|
|
47947
47921
|
textureTransformNode .setup ();
|
|
47948
47922
|
|
|
47949
47923
|
this .textureTransformNodes .push (textureTransformNode);
|
|
@@ -48151,7 +48125,11 @@ GLTF2Parser .prototype = Object .assign (Object .create (Parser_X3DParser.protot
|
|
|
48151
48125
|
if (!(KHR_materials_emissive_strength instanceof Object))
|
|
48152
48126
|
return;
|
|
48153
48127
|
|
|
48154
|
-
|
|
48128
|
+
const emissiveStrength = this .numberValue (KHR_materials_emissive_strength .emissiveStrength, 1);
|
|
48129
|
+
|
|
48130
|
+
materialNode ._emissiveColor .r *= emissiveStrength;
|
|
48131
|
+
materialNode ._emissiveColor .g *= emissiveStrength;
|
|
48132
|
+
materialNode ._emissiveColor .b *= emissiveStrength;
|
|
48155
48133
|
},
|
|
48156
48134
|
textureTransformObject: function (KHR_texture_transform, texCoord)
|
|
48157
48135
|
{
|
|
@@ -48171,6 +48149,9 @@ GLTF2Parser .prototype = Object .assign (Object .create (Parser_X3DParser.protot
|
|
|
48171
48149
|
scale = new Numbers_Vector2 (1, 1),
|
|
48172
48150
|
matrix = new Numbers_Matrix4 ();
|
|
48173
48151
|
|
|
48152
|
+
matrix .translate (new Numbers_Vector3 (0, 1, 0));
|
|
48153
|
+
matrix .scale (new Numbers_Vector3 (1, -1, 1));
|
|
48154
|
+
|
|
48174
48155
|
if (this .vectorValue (KHR_texture_transform .offset, translation))
|
|
48175
48156
|
matrix .translate (new Numbers_Vector3 (... translation, 0));
|
|
48176
48157
|
|
|
@@ -48931,7 +48912,19 @@ GLTF2Parser .prototype = Object .assign (Object .create (Parser_X3DParser.protot
|
|
|
48931
48912
|
{
|
|
48932
48913
|
case 0:
|
|
48933
48914
|
{
|
|
48934
|
-
|
|
48915
|
+
if (this .textureTransformNode)
|
|
48916
|
+
return this .textureTransformNode;
|
|
48917
|
+
|
|
48918
|
+
const
|
|
48919
|
+
scene = this .getExecutionContext (),
|
|
48920
|
+
textureTransformNode = scene .createNode ("TextureTransform", false);
|
|
48921
|
+
|
|
48922
|
+
textureTransformNode ._translation .y = -1;
|
|
48923
|
+
textureTransformNode ._scale .y = -1;
|
|
48924
|
+
|
|
48925
|
+
textureTransformNode .setup ();
|
|
48926
|
+
|
|
48927
|
+
return this .textureTransformNode = textureTransformNode;
|
|
48935
48928
|
}
|
|
48936
48929
|
case 1:
|
|
48937
48930
|
{
|
|
@@ -49618,7 +49611,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
49618
49611
|
x_ite_Namespace.set ("x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
49619
49612
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
49620
49613
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
49621
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
49614
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(869);
|
|
49622
49615
|
/*******************************************************************************
|
|
49623
49616
|
*
|
|
49624
49617
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -49771,7 +49764,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
49771
49764
|
x_ite_Namespace.set ("x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
49772
49765
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
49773
49766
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
49774
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
49767
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(869);
|
|
49775
49768
|
/*******************************************************************************
|
|
49776
49769
|
*
|
|
49777
49770
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -52224,8 +52217,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
52224
52217
|
x_ite_Namespace.set ("standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
52225
52218
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
52226
52219
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
52227
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
52228
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
52220
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(869);
|
|
52221
|
+
/* provided dependency */ var libtess = __webpack_require__(23);
|
|
52229
52222
|
/*******************************************************************************
|
|
52230
52223
|
*
|
|
52231
52224
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -54994,7 +54987,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
54994
54987
|
x_ite_Namespace.set ("x_ite/Parser/SVGParser", SVGParser_default_);
|
|
54995
54988
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
54996
54989
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
54997
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
54990
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(869);
|
|
54998
54991
|
/*******************************************************************************
|
|
54999
54992
|
*
|
|
55000
54993
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -55323,7 +55316,7 @@ const Plane3_default_ = Plane3;
|
|
|
55323
55316
|
x_ite_Namespace.set ("standard/Math/Geometry/Plane3", Plane3_default_);
|
|
55324
55317
|
/* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
|
|
55325
55318
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
55326
|
-
/* provided dependency */ var Triangle3_libtess = __webpack_require__(
|
|
55319
|
+
/* provided dependency */ var Triangle3_libtess = __webpack_require__(23);
|
|
55327
55320
|
/*******************************************************************************
|
|
55328
55321
|
*
|
|
55329
55322
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -59232,6 +59225,10 @@ NavigationInfo .prototype = Object .assign (Object .create (Core_X3DBindableNode
|
|
|
59232
59225
|
{
|
|
59233
59226
|
return "children";
|
|
59234
59227
|
},
|
|
59228
|
+
getSpecificationRange: function ()
|
|
59229
|
+
{
|
|
59230
|
+
return ["2.0", "Infinity"];
|
|
59231
|
+
},
|
|
59235
59232
|
initialize: function ()
|
|
59236
59233
|
{
|
|
59237
59234
|
Core_X3DBindableNode.prototype.initialize.call (this);
|
|
@@ -59797,6 +59794,10 @@ Fog .prototype = Object .assign (Object .create (Core_X3DBindableNode.prototype)
|
|
|
59797
59794
|
{
|
|
59798
59795
|
return "children";
|
|
59799
59796
|
},
|
|
59797
|
+
getSpecificationRange: function ()
|
|
59798
|
+
{
|
|
59799
|
+
return ["2.0", "Infinity"];
|
|
59800
|
+
},
|
|
59800
59801
|
initialize: function ()
|
|
59801
59802
|
{
|
|
59802
59803
|
Core_X3DBindableNode.prototype.initialize.call (this);
|
|
@@ -62622,7 +62623,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
62622
62623
|
x_ite_Namespace.set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
62623
62624
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
62624
62625
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
62625
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
62626
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(869);
|
|
62626
62627
|
/*******************************************************************************
|
|
62627
62628
|
*
|
|
62628
62629
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -62701,7 +62702,6 @@ ImageTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
|
|
|
62701
62702
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "url", new x_ite_Fields.MFString ()),
|
|
62702
62703
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "autoRefresh", new x_ite_Fields.SFTime ()),
|
|
62703
62704
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "autoRefreshTimeLimit", new x_ite_Fields.SFTime (3600)),
|
|
62704
|
-
new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "flipVertically", new x_ite_Fields.SFBool ()),
|
|
62705
62705
|
new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "repeatS", new x_ite_Fields.SFBool (true)),
|
|
62706
62706
|
new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "repeatT", new x_ite_Fields.SFBool (true)),
|
|
62707
62707
|
new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "textureProperties", new x_ite_Fields.SFNode ()),
|
|
@@ -62718,13 +62718,15 @@ ImageTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
|
|
|
62718
62718
|
{
|
|
62719
62719
|
return "texture";
|
|
62720
62720
|
},
|
|
62721
|
+
getSpecificationRange: function ()
|
|
62722
|
+
{
|
|
62723
|
+
return ["2.0", "Infinity"];
|
|
62724
|
+
},
|
|
62721
62725
|
initialize: function ()
|
|
62722
62726
|
{
|
|
62723
62727
|
Texturing_X3DTexture2DNode.prototype.initialize.call (this);
|
|
62724
62728
|
Networking_X3DUrlObject.prototype.initialize.call (this);
|
|
62725
62729
|
|
|
62726
|
-
this ._flipVertically .addInterest ("set_url__", this);
|
|
62727
|
-
|
|
62728
62730
|
this .image .on ("load", this .setImage .bind (this));
|
|
62729
62731
|
this .image .on ("abort error", this .setError .bind (this));
|
|
62730
62732
|
this .image .prop ("crossOrigin", "Anonymous");
|
|
@@ -62805,11 +62807,9 @@ ImageTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
|
|
|
62805
62807
|
cx .clearRect (0, 0, width, height);
|
|
62806
62808
|
cx .save ();
|
|
62807
62809
|
|
|
62808
|
-
|
|
62809
|
-
|
|
62810
|
-
|
|
62811
|
-
cx .scale (1, -1);
|
|
62812
|
-
}
|
|
62810
|
+
// Flip vertically.
|
|
62811
|
+
cx .translate (0, height);
|
|
62812
|
+
cx .scale (1, -1);
|
|
62813
62813
|
|
|
62814
62814
|
cx .drawImage (image, 0, 0, image .width, image .height, 0, 0, width, height);
|
|
62815
62815
|
cx .restore ();
|
|
@@ -62833,10 +62833,9 @@ ImageTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
|
|
|
62833
62833
|
width = image .width,
|
|
62834
62834
|
height = image .height;
|
|
62835
62835
|
|
|
62836
|
-
// Flip
|
|
62836
|
+
// Flip vertically.
|
|
62837
62837
|
|
|
62838
|
-
|
|
62839
|
-
this .flipImage (data, width, height, 4);
|
|
62838
|
+
this .flipImage (data, width, height, 4);
|
|
62840
62839
|
|
|
62841
62840
|
// Upload image to GPU.
|
|
62842
62841
|
|
|
@@ -62861,7 +62860,9 @@ ImageTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
|
|
|
62861
62860
|
gl .bindFramebuffer (gl.FRAMEBUFFER, framebuffer);
|
|
62862
62861
|
gl .bindTexture (gl.TEXTURE_2D, texture);
|
|
62863
62862
|
gl .framebufferTexture2D (gl.FRAMEBUFFER, gl .COLOR_ATTACHMENT0, gl .TEXTURE_2D, texture, 0);
|
|
62863
|
+
//gl .pixelStorei (gl .UNPACK_COLORSPACE_CONVERSION_WEBGL, colorspace ? gl .BROWSER_DEFAULT_WEBGL : gl .NONE);
|
|
62864
62864
|
gl .texImage2D (gl .TEXTURE_2D, 0, gl.RGBA, gl.RGBA, gl.UNSIGNED_BYTE, image);
|
|
62865
|
+
//gl .pixelStorei (gl .UNPACK_COLORSPACE_CONVERSION_WEBGL, gl .BROWSER_DEFAULT_WEBGL);
|
|
62865
62866
|
await gl .readPixelsAsync (0, 0, image .width, image .height, gl.RGBA, gl.UNSIGNED_BYTE, data);
|
|
62866
62867
|
gl .deleteFramebuffer (framebuffer);
|
|
62867
62868
|
gl .deleteTexture (texture);
|
|
@@ -63004,6 +63005,10 @@ Background .prototype = Object .assign (Object .create (EnvironmentalEffects_X3D
|
|
|
63004
63005
|
{
|
|
63005
63006
|
return "children";
|
|
63006
63007
|
},
|
|
63008
|
+
getSpecificationRange: function ()
|
|
63009
|
+
{
|
|
63010
|
+
return ["2.0", "Infinity"];
|
|
63011
|
+
},
|
|
63007
63012
|
initialize: function ()
|
|
63008
63013
|
{
|
|
63009
63014
|
EnvironmentalEffects_X3DBackgroundNode.prototype.initialize.call (this);
|
|
@@ -63996,6 +64001,10 @@ TimeSensor .prototype = Object .assign (Object .create (Core_X3DSensorNode.proto
|
|
|
63996
64001
|
{
|
|
63997
64002
|
return "children";
|
|
63998
64003
|
},
|
|
64004
|
+
getSpecificationRange: function ()
|
|
64005
|
+
{
|
|
64006
|
+
return ["2.0", "Infinity"];
|
|
64007
|
+
},
|
|
63999
64008
|
initialize: function ()
|
|
64000
64009
|
{
|
|
64001
64010
|
Core_X3DSensorNode.prototype.initialize.call (this);
|
|
@@ -64314,6 +64323,10 @@ EaseInEaseOut .prototype = Object .assign (Object .create (Interpolation_X3DInte
|
|
|
64314
64323
|
{
|
|
64315
64324
|
return "children";
|
|
64316
64325
|
},
|
|
64326
|
+
getSpecificationRange: function ()
|
|
64327
|
+
{
|
|
64328
|
+
return ["3.2", "Infinity"];
|
|
64329
|
+
},
|
|
64317
64330
|
initialize: function ()
|
|
64318
64331
|
{
|
|
64319
64332
|
Interpolation_X3DInterpolatorNode.prototype.initialize.call (this);
|
|
@@ -64454,6 +64467,10 @@ PositionInterpolator .prototype = Object .assign (Object .create (Interpolation_
|
|
|
64454
64467
|
{
|
|
64455
64468
|
return "children";
|
|
64456
64469
|
},
|
|
64470
|
+
getSpecificationRange: function ()
|
|
64471
|
+
{
|
|
64472
|
+
return ["2.0", "Infinity"];
|
|
64473
|
+
},
|
|
64457
64474
|
initialize: function ()
|
|
64458
64475
|
{
|
|
64459
64476
|
Interpolation_X3DInterpolatorNode.prototype.initialize.call (this);
|
|
@@ -64572,6 +64589,10 @@ OrientationInterpolator .prototype = Object .assign (Object .create (Interpolati
|
|
|
64572
64589
|
{
|
|
64573
64590
|
return "children";
|
|
64574
64591
|
},
|
|
64592
|
+
getSpecificationRange: function ()
|
|
64593
|
+
{
|
|
64594
|
+
return ["2.0", "Infinity"];
|
|
64595
|
+
},
|
|
64575
64596
|
initialize: function ()
|
|
64576
64597
|
{
|
|
64577
64598
|
Interpolation_X3DInterpolatorNode.prototype.initialize.call (this);
|
|
@@ -64693,6 +64714,10 @@ ScalarInterpolator .prototype = Object .assign (Object .create (Interpolation_X3
|
|
|
64693
64714
|
{
|
|
64694
64715
|
return "children";
|
|
64695
64716
|
},
|
|
64717
|
+
getSpecificationRange: function ()
|
|
64718
|
+
{
|
|
64719
|
+
return ["2.0", "Infinity"];
|
|
64720
|
+
},
|
|
64696
64721
|
initialize: function ()
|
|
64697
64722
|
{
|
|
64698
64723
|
Interpolation_X3DInterpolatorNode.prototype.initialize.call (this);
|
|
@@ -65173,10 +65198,14 @@ X3DViewpointNode .prototype = Object .assign (Object .create (Core_X3DBindableNo
|
|
|
65173
65198
|
const
|
|
65174
65199
|
offset = point .copy () .add (this .getUserOrientation () .multVecRot (new Numbers_Vector3 (0, 0, distance))) .subtract (this .getPosition ());
|
|
65175
65200
|
|
|
65201
|
+
layerNode .getNavigationInfo () ._transitionStart = true;
|
|
65202
|
+
|
|
65176
65203
|
this .timeSensor ._cycleInterval = 1;
|
|
65177
65204
|
this .timeSensor ._stopTime = this .getBrowser () .getCurrentTime ();
|
|
65178
65205
|
this .timeSensor ._startTime = this .getBrowser () .getCurrentTime ();
|
|
65179
65206
|
|
|
65207
|
+
this .timeSensor ._isActive .addInterest ("set_active__", this, layerNode .getNavigationInfo ());
|
|
65208
|
+
|
|
65180
65209
|
this .easeInEaseOut ._easeInEaseOut = new x_ite_Fields.MFVec2f (new x_ite_Fields.SFVec2f (0, 1), new x_ite_Fields.SFVec2f (1, 0));
|
|
65181
65210
|
|
|
65182
65211
|
const
|
|
@@ -65206,10 +65235,14 @@ X3DViewpointNode .prototype = Object .assign (Object .create (Core_X3DBindableNo
|
|
|
65206
65235
|
},
|
|
65207
65236
|
straightenView: function (layerNode)
|
|
65208
65237
|
{
|
|
65238
|
+
layerNode .getNavigationInfo () ._transitionStart = true;
|
|
65239
|
+
|
|
65209
65240
|
this .timeSensor ._cycleInterval = 1;
|
|
65210
65241
|
this .timeSensor ._stopTime = this .getBrowser () .getCurrentTime ();
|
|
65211
65242
|
this .timeSensor ._startTime = this .getBrowser () .getCurrentTime ();
|
|
65212
65243
|
|
|
65244
|
+
this .timeSensor ._isActive .addInterest ("set_active__", this, layerNode .getNavigationInfo ());
|
|
65245
|
+
|
|
65213
65246
|
this .easeInEaseOut ._easeInEaseOut = new x_ite_Fields.MFVec2f (new x_ite_Fields.SFVec2f (0, 1), new x_ite_Fields.SFVec2f (1, 0));
|
|
65214
65247
|
|
|
65215
65248
|
const rotation = Numbers_Rotation4.multRight (Numbers_Rotation4.inverse (this .getOrientation ()), this .straightenHorizon (this .getUserOrientation ()));
|
|
@@ -65400,6 +65433,10 @@ Viewpoint .prototype = Object .assign (Object .create (Navigation_X3DViewpointNo
|
|
|
65400
65433
|
{
|
|
65401
65434
|
return "children";
|
|
65402
65435
|
},
|
|
65436
|
+
getSpecificationRange: function ()
|
|
65437
|
+
{
|
|
65438
|
+
return ["2.0", "Infinity"];
|
|
65439
|
+
},
|
|
65403
65440
|
getRelativeTransformation: function (fromViewpointNode)
|
|
65404
65441
|
{
|
|
65405
65442
|
const relative = Navigation_X3DViewpointNode.prototype.getRelativeTransformation.call (this, fromViewpointNode);
|
|
@@ -66439,6 +66476,10 @@ Group .prototype = Object .assign (Object .create (Grouping_X3DGroupingNode.prot
|
|
|
66439
66476
|
{
|
|
66440
66477
|
return "children";
|
|
66441
66478
|
},
|
|
66479
|
+
getSpecificationRange: function ()
|
|
66480
|
+
{
|
|
66481
|
+
return ["2.0", "Infinity"];
|
|
66482
|
+
},
|
|
66442
66483
|
});
|
|
66443
66484
|
|
|
66444
66485
|
const Group_default_ = Group;
|
|
@@ -66537,6 +66578,10 @@ Layer .prototype = Object .assign (Object .create (Layering_X3DLayerNode.prototy
|
|
|
66537
66578
|
{
|
|
66538
66579
|
return "layers";
|
|
66539
66580
|
},
|
|
66581
|
+
getSpecificationRange: function ()
|
|
66582
|
+
{
|
|
66583
|
+
return ["3.2", "Infinity"];
|
|
66584
|
+
},
|
|
66540
66585
|
initialize: function ()
|
|
66541
66586
|
{
|
|
66542
66587
|
Layering_X3DLayerNode.prototype.initialize.call (this);
|
|
@@ -66645,6 +66690,10 @@ LayerSet .prototype = Object .assign (Object .create (Core_X3DNode.prototype),
|
|
|
66645
66690
|
{
|
|
66646
66691
|
return "children";
|
|
66647
66692
|
},
|
|
66693
|
+
getSpecificationRange: function ()
|
|
66694
|
+
{
|
|
66695
|
+
return ["3.2", "Infinity"];
|
|
66696
|
+
},
|
|
66648
66697
|
initialize: function ()
|
|
66649
66698
|
{
|
|
66650
66699
|
Core_X3DNode.prototype.initialize.call (this);
|
|
@@ -66917,7 +66966,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
66917
66966
|
x_ite_Namespace.set ("x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
66918
66967
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
66919
66968
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
66920
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
66969
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(869);
|
|
66921
66970
|
/*******************************************************************************
|
|
66922
66971
|
*
|
|
66923
66972
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67203,7 +67252,7 @@ FileLoader .prototype = Object .assign (Object .create (Base_X3DObject.prototype
|
|
|
67203
67252
|
const
|
|
67204
67253
|
options = { cache: this .node .getCache () ? "default" : "reload" },
|
|
67205
67254
|
response = this .handleErrors (await fetch (this .URL .href, options)),
|
|
67206
|
-
contentType = response .headers .get ("content-type")
|
|
67255
|
+
contentType = response .headers .get ("content-type")?.replace (/;.*$/, "");
|
|
67207
67256
|
|
|
67208
67257
|
if (this .foreign)
|
|
67209
67258
|
{
|
|
@@ -68266,6 +68315,14 @@ X3DExecutionContext .prototype = Object .assign (Object .create (Base_X3DBaseNod
|
|
|
68266
68315
|
if (! Type)
|
|
68267
68316
|
return null;
|
|
68268
68317
|
|
|
68318
|
+
const specificationRange = Type .prototype .getSpecificationRange ();
|
|
68319
|
+
|
|
68320
|
+
if (this .getSpecificationVersion () < specificationRange [0])
|
|
68321
|
+
return null;
|
|
68322
|
+
|
|
68323
|
+
if (this .getSpecificationVersion () > specificationRange [1])
|
|
68324
|
+
return null;
|
|
68325
|
+
|
|
68269
68326
|
return new Type (this);
|
|
68270
68327
|
}
|
|
68271
68328
|
else
|
|
@@ -68275,6 +68332,14 @@ X3DExecutionContext .prototype = Object .assign (Object .create (Base_X3DBaseNod
|
|
|
68275
68332
|
if (! Type)
|
|
68276
68333
|
throw new Error ("Unknown node type '" + typeName + "'.");
|
|
68277
68334
|
|
|
68335
|
+
const specificationRange = Type .prototype .getSpecificationRange ();
|
|
68336
|
+
|
|
68337
|
+
if (this .getSpecificationVersion () < specificationRange [0])
|
|
68338
|
+
throw new Error ("Node type '" + typeName + "' does not match specification version.");
|
|
68339
|
+
|
|
68340
|
+
if (this .getSpecificationVersion () > specificationRange [1])
|
|
68341
|
+
throw new Error ("Node type '" + typeName + "' does not match specification version.");
|
|
68342
|
+
|
|
68278
68343
|
const baseNode = new Type (this);
|
|
68279
68344
|
|
|
68280
68345
|
baseNode .setup ();
|
|
@@ -69091,7 +69156,7 @@ const X3DExecutionContext_default_ = X3DExecutionContext;
|
|
|
69091
69156
|
x_ite_Namespace.set ("x_ite/Execution/X3DExecutionContext", X3DExecutionContext_default_);
|
|
69092
69157
|
/* harmony default export */ const Execution_X3DExecutionContext = (X3DExecutionContext_default_);
|
|
69093
69158
|
;// CONCATENATED MODULE: ./src/x_ite/Configuration/ComponentInfo.js
|
|
69094
|
-
/* provided dependency */ var ComponentInfo_$ = __webpack_require__(
|
|
69159
|
+
/* provided dependency */ var ComponentInfo_$ = __webpack_require__(869);
|
|
69095
69160
|
/*******************************************************************************
|
|
69096
69161
|
*
|
|
69097
69162
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -71062,7 +71127,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
71062
71127
|
x_ite_Namespace.set ("standard/Utility/DataStorage", DataStorage_default_);
|
|
71063
71128
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
71064
71129
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
71065
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
71130
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(869);
|
|
71066
71131
|
/*******************************************************************************
|
|
71067
71132
|
*
|
|
71068
71133
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -71422,9 +71487,7 @@ X3DCoreContext .prototype =
|
|
|
71422
71487
|
},
|
|
71423
71488
|
callBrowserEventHandler: function (events)
|
|
71424
71489
|
{
|
|
71425
|
-
const element =
|
|
71426
|
-
? window .jQuery (this .getElement () .get (0))
|
|
71427
|
-
: this .getElement ();
|
|
71490
|
+
const element = this .getElement ();
|
|
71428
71491
|
|
|
71429
71492
|
for (const event of events .split (" "))
|
|
71430
71493
|
element .trigger (event);
|
|
@@ -71816,6 +71879,10 @@ TextureProperties .prototype = Object .assign (Object .create (Core_X3DNode.prot
|
|
|
71816
71879
|
{
|
|
71817
71880
|
return "textureProperties";
|
|
71818
71881
|
},
|
|
71882
|
+
getSpecificationRange: function ()
|
|
71883
|
+
{
|
|
71884
|
+
return ["3.0", "Infinity"];
|
|
71885
|
+
},
|
|
71819
71886
|
getBorderWidth: function ()
|
|
71820
71887
|
{
|
|
71821
71888
|
// https://stackoverflow.com/questions/27760277/webgl-border-color-shader?lq=1
|
|
@@ -72474,6 +72541,10 @@ IndexedFaceSet .prototype = Object .assign (Object .create (Rendering_X3DCompose
|
|
|
72474
72541
|
{
|
|
72475
72542
|
return "geometry";
|
|
72476
72543
|
},
|
|
72544
|
+
getSpecificationRange: function ()
|
|
72545
|
+
{
|
|
72546
|
+
return ["2.0", "Infinity"];
|
|
72547
|
+
},
|
|
72477
72548
|
initialize: function ()
|
|
72478
72549
|
{
|
|
72479
72550
|
Rendering_X3DComposedGeometryNode.prototype.initialize.call (this);
|
|
@@ -73183,6 +73254,10 @@ Coordinate .prototype = Object .assign (Object .create (Rendering_X3DCoordinateN
|
|
|
73183
73254
|
{
|
|
73184
73255
|
return "coord";
|
|
73185
73256
|
},
|
|
73257
|
+
getSpecificationRange: function ()
|
|
73258
|
+
{
|
|
73259
|
+
return ["2.0", "Infinity"];
|
|
73260
|
+
},
|
|
73186
73261
|
});
|
|
73187
73262
|
|
|
73188
73263
|
const Coordinate_default_ = Coordinate;
|
|
@@ -73433,6 +73508,10 @@ TextureCoordinate .prototype = Object .assign (Object .create (Texturing_X3DSing
|
|
|
73433
73508
|
{
|
|
73434
73509
|
return "texCoord";
|
|
73435
73510
|
},
|
|
73511
|
+
getSpecificationRange: function ()
|
|
73512
|
+
{
|
|
73513
|
+
return ["2.0", "Infinity"];
|
|
73514
|
+
},
|
|
73436
73515
|
initialize: function ()
|
|
73437
73516
|
{
|
|
73438
73517
|
Texturing_X3DSingleTextureCoordinateNode.prototype.initialize.call (this);
|
|
@@ -74532,6 +74611,10 @@ Shape .prototype = Object .assign (Object .create (Shape_X3DShapeNode.prototype)
|
|
|
74532
74611
|
{
|
|
74533
74612
|
return "children";
|
|
74534
74613
|
},
|
|
74614
|
+
getSpecificationRange: function ()
|
|
74615
|
+
{
|
|
74616
|
+
return ["2.0", "Infinity"];
|
|
74617
|
+
},
|
|
74535
74618
|
initialize: function ()
|
|
74536
74619
|
{
|
|
74537
74620
|
Shape_X3DShapeNode.prototype.initialize.call (this);
|
|
@@ -75197,6 +75280,10 @@ IndexedLineSet .prototype = Object .assign (Object .create (Rendering_X3DLineGeo
|
|
|
75197
75280
|
{
|
|
75198
75281
|
return "geometry";
|
|
75199
75282
|
},
|
|
75283
|
+
getSpecificationRange: function ()
|
|
75284
|
+
{
|
|
75285
|
+
return ["2.0", "Infinity"];
|
|
75286
|
+
},
|
|
75200
75287
|
initialize: function ()
|
|
75201
75288
|
{
|
|
75202
75289
|
Rendering_X3DLineGeometryNode.prototype.initialize.call (this);
|
|
@@ -75396,89 +75483,7 @@ const IndexedLineSet_default_ = IndexedLineSet;
|
|
|
75396
75483
|
|
|
75397
75484
|
x_ite_Namespace.set ("x_ite/Components/Rendering/IndexedLineSet", IndexedLineSet_default_);
|
|
75398
75485
|
/* harmony default export */ const Rendering_IndexedLineSet = (IndexedLineSet_default_);
|
|
75399
|
-
;// CONCATENATED MODULE: ./src/x_ite/
|
|
75400
|
-
/*******************************************************************************
|
|
75401
|
-
*
|
|
75402
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
75403
|
-
*
|
|
75404
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
75405
|
-
*
|
|
75406
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
75407
|
-
*
|
|
75408
|
-
* The copyright notice above does not evidence any actual of intended
|
|
75409
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
75410
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
75411
|
-
* create3000.
|
|
75412
|
-
*
|
|
75413
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
75414
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
75415
|
-
* permission of create3000.
|
|
75416
|
-
*
|
|
75417
|
-
* NON-MILITARY USE ONLY
|
|
75418
|
-
*
|
|
75419
|
-
* All create3000 software are effectively free software with a non-military use
|
|
75420
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
75421
|
-
* source in any way you please with the exception anything that uses it must be
|
|
75422
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
75423
|
-
*
|
|
75424
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
75425
|
-
*
|
|
75426
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
75427
|
-
*
|
|
75428
|
-
* This file is part of the X_ITE Project.
|
|
75429
|
-
*
|
|
75430
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
75431
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
75432
|
-
* Free Software Foundation.
|
|
75433
|
-
*
|
|
75434
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
75435
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
75436
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
75437
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
75438
|
-
*
|
|
75439
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
75440
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
75441
|
-
* copy of the GPLv3 License.
|
|
75442
|
-
*
|
|
75443
|
-
* For Silvio, Joy and Adi.
|
|
75444
|
-
*
|
|
75445
|
-
******************************************************************************/
|
|
75446
|
-
|
|
75447
|
-
|
|
75448
|
-
|
|
75449
|
-
|
|
75450
|
-
|
|
75451
|
-
function X3DColorNode (executionContext)
|
|
75452
|
-
{
|
|
75453
|
-
Rendering_X3DGeometricPropertyNode.call (this, executionContext);
|
|
75454
|
-
|
|
75455
|
-
this .addType (Base_X3DConstants.X3DColorNode);
|
|
75456
|
-
|
|
75457
|
-
this .addChildObjects ("transparent", new x_ite_Fields.SFBool ());
|
|
75458
|
-
|
|
75459
|
-
this ._transparent .setAccessType (Base_X3DConstants.outputOnly);
|
|
75460
|
-
}
|
|
75461
|
-
|
|
75462
|
-
X3DColorNode .prototype = Object .assign (Object .create (Rendering_X3DGeometricPropertyNode.prototype),
|
|
75463
|
-
{
|
|
75464
|
-
constructor: X3DColorNode,
|
|
75465
|
-
setTransparent: function (value)
|
|
75466
|
-
{
|
|
75467
|
-
if (value !== this ._transparent .getValue ())
|
|
75468
|
-
this ._transparent = value;
|
|
75469
|
-
},
|
|
75470
|
-
isTransparent: function ()
|
|
75471
|
-
{
|
|
75472
|
-
return this ._transparent .getValue ();
|
|
75473
|
-
},
|
|
75474
|
-
});
|
|
75475
|
-
|
|
75476
|
-
const X3DColorNode_default_ = X3DColorNode;
|
|
75477
|
-
;
|
|
75478
|
-
|
|
75479
|
-
x_ite_Namespace.set ("x_ite/Components/Rendering/X3DColorNode", X3DColorNode_default_);
|
|
75480
|
-
/* harmony default export */ const Rendering_X3DColorNode = (X3DColorNode_default_);
|
|
75481
|
-
;// CONCATENATED MODULE: ./src/x_ite/Components/Rendering/Color.js
|
|
75486
|
+
;// CONCATENATED MODULE: ./src/x_ite/Browser/Grouping/X3DGroupingContext.js
|
|
75482
75487
|
/*******************************************************************************
|
|
75483
75488
|
*
|
|
75484
75489
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -75530,204 +75535,45 @@ x_ite_Namespace.set ("x_ite/Components/Rendering/X3DColorNode", X3DColorNode_def
|
|
|
75530
75535
|
|
|
75531
75536
|
|
|
75532
75537
|
|
|
75538
|
+
const _bboxShape = Symbol ();
|
|
75533
75539
|
|
|
75540
|
+
function X3DGroupingContext () { }
|
|
75534
75541
|
|
|
75535
|
-
|
|
75536
|
-
{
|
|
75537
|
-
Rendering_X3DColorNode.call (this, executionContext);
|
|
75538
|
-
|
|
75539
|
-
this .addType (Base_X3DConstants.Color);
|
|
75540
|
-
}
|
|
75541
|
-
|
|
75542
|
-
Color .prototype = Object .assign (Object .create (Rendering_X3DColorNode.prototype),
|
|
75542
|
+
X3DGroupingContext .prototype =
|
|
75543
75543
|
{
|
|
75544
|
-
|
|
75545
|
-
|
|
75546
|
-
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "metadata", new x_ite_Fields.SFNode ()),
|
|
75547
|
-
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "color", new x_ite_Fields.MFColor ()),
|
|
75548
|
-
]),
|
|
75549
|
-
getTypeName: function ()
|
|
75550
|
-
{
|
|
75551
|
-
return "Color";
|
|
75552
|
-
},
|
|
75553
|
-
getComponentName: function ()
|
|
75554
|
-
{
|
|
75555
|
-
return "Rendering";
|
|
75556
|
-
},
|
|
75557
|
-
getContainerField: function ()
|
|
75558
|
-
{
|
|
75559
|
-
return "color";
|
|
75560
|
-
},
|
|
75561
|
-
initialize: function ()
|
|
75562
|
-
{
|
|
75563
|
-
Rendering_X3DColorNode.prototype.initialize.call (this);
|
|
75564
|
-
|
|
75565
|
-
this ._color .addInterest ("set_color__", this);
|
|
75566
|
-
|
|
75567
|
-
this .set_color__ ();
|
|
75568
|
-
},
|
|
75569
|
-
set_color__: function ()
|
|
75570
|
-
{
|
|
75571
|
-
this .color = this ._color .getValue ();
|
|
75572
|
-
this .length = this ._color .length;
|
|
75573
|
-
},
|
|
75574
|
-
addColor: function (index, array)
|
|
75544
|
+
initialize: function () { },
|
|
75545
|
+
getBBoxNode: function ()
|
|
75575
75546
|
{
|
|
75576
|
-
|
|
75577
|
-
|
|
75578
|
-
|
|
75579
|
-
|
|
75580
|
-
index *= 3;
|
|
75581
|
-
|
|
75582
|
-
array .push (color [index], color [index + 1], color [index + 2], 1);
|
|
75583
|
-
}
|
|
75584
|
-
else if (this .length)
|
|
75585
|
-
{
|
|
75586
|
-
const color = this .color;
|
|
75587
|
-
|
|
75588
|
-
index = (this .length - 1) * 3;
|
|
75547
|
+
const
|
|
75548
|
+
bboxShape = new Shape_Shape (this .getPrivateScene ()),
|
|
75549
|
+
bboxGeometry = new Rendering_IndexedLineSet (this .getPrivateScene ()),
|
|
75550
|
+
bboxCoordinate = new Rendering_Coordinate (this .getPrivateScene ());
|
|
75589
75551
|
|
|
75590
|
-
|
|
75591
|
-
|
|
75592
|
-
|
|
75593
|
-
|
|
75594
|
-
array .push (1, 1, 1, 1);
|
|
75595
|
-
}
|
|
75596
|
-
},
|
|
75597
|
-
addColors: function (array, min)
|
|
75598
|
-
{
|
|
75599
|
-
if (this .length)
|
|
75600
|
-
{
|
|
75601
|
-
const color = this .color;
|
|
75552
|
+
bboxShape ._geometry = bboxGeometry;
|
|
75553
|
+
bboxGeometry ._coordIndex = [0, 1, 2, 3, 0, -1, 4, 5, 6, 7, 4, -1, 0, 4, -1, 1, 5, -1, 2, 6, -1, 3, 7, -1];
|
|
75554
|
+
bboxGeometry ._coord = bboxCoordinate;
|
|
75555
|
+
bboxCoordinate ._point = [0.5, 0.5, 0.5, -0.5, 0.5, 0.5, -0.5, -0.5, 0.5, 0.5, -0.5, 0.5, 0.5, 0.5, -0.5, -0.5, 0.5, -0.5, -0.5, -0.5, -0.5, 0.5, -0.5, -0.5];
|
|
75602
75556
|
|
|
75603
|
-
|
|
75604
|
-
|
|
75557
|
+
bboxCoordinate .setup ();
|
|
75558
|
+
bboxGeometry .setup ();
|
|
75559
|
+
bboxShape .setup ();
|
|
75605
75560
|
|
|
75606
|
-
|
|
75607
|
-
{
|
|
75608
|
-
var index = (this .length - 1) * 3;
|
|
75561
|
+
this [_bboxShape] = bboxShape;
|
|
75609
75562
|
|
|
75610
|
-
|
|
75611
|
-
r = color [index],
|
|
75612
|
-
g = color [index + 1],
|
|
75613
|
-
b = color [index + 2];
|
|
75563
|
+
this .getBBoxNode = function () { return this [_bboxShape]; };
|
|
75614
75564
|
|
|
75615
|
-
|
|
75616
|
-
array .push (r, g, b, 1);
|
|
75617
|
-
}
|
|
75618
|
-
}
|
|
75619
|
-
else
|
|
75620
|
-
{
|
|
75621
|
-
for (let index = 0; index < min; ++ index)
|
|
75622
|
-
array .push (1, 1, 1, 1);
|
|
75623
|
-
}
|
|
75565
|
+
Object .defineProperty (this, "getBBoxNode", { enumerable: false });
|
|
75624
75566
|
|
|
75625
|
-
return
|
|
75626
|
-
}
|
|
75627
|
-
}
|
|
75567
|
+
return bboxShape;
|
|
75568
|
+
}
|
|
75569
|
+
};
|
|
75628
75570
|
|
|
75629
|
-
const
|
|
75571
|
+
const X3DGroupingContext_default_ = X3DGroupingContext;
|
|
75630
75572
|
;
|
|
75631
75573
|
|
|
75632
|
-
x_ite_Namespace.set ("x_ite/
|
|
75633
|
-
/* harmony default export */ const
|
|
75634
|
-
;// CONCATENATED MODULE: ./src/x_ite/
|
|
75635
|
-
/*******************************************************************************
|
|
75636
|
-
*
|
|
75637
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
75638
|
-
*
|
|
75639
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
75640
|
-
*
|
|
75641
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
75642
|
-
*
|
|
75643
|
-
* The copyright notice above does not evidence any actual of intended
|
|
75644
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
75645
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
75646
|
-
* create3000.
|
|
75647
|
-
*
|
|
75648
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
75649
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
75650
|
-
* permission of create3000.
|
|
75651
|
-
*
|
|
75652
|
-
* NON-MILITARY USE ONLY
|
|
75653
|
-
*
|
|
75654
|
-
* All create3000 software are effectively free software with a non-military use
|
|
75655
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
75656
|
-
* source in any way you please with the exception anything that uses it must be
|
|
75657
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
75658
|
-
*
|
|
75659
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
75660
|
-
*
|
|
75661
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
75662
|
-
*
|
|
75663
|
-
* This file is part of the X_ITE Project.
|
|
75664
|
-
*
|
|
75665
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
75666
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
75667
|
-
* Free Software Foundation.
|
|
75668
|
-
*
|
|
75669
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
75670
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
75671
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
75672
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
75673
|
-
*
|
|
75674
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
75675
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
75676
|
-
* copy of the GPLv3 License.
|
|
75677
|
-
*
|
|
75678
|
-
* For Silvio, Joy and Adi.
|
|
75679
|
-
*
|
|
75680
|
-
******************************************************************************/
|
|
75681
|
-
|
|
75682
|
-
|
|
75683
|
-
|
|
75684
|
-
|
|
75685
|
-
|
|
75686
|
-
|
|
75687
|
-
|
|
75688
|
-
const _bboxNode = Symbol ();
|
|
75689
|
-
|
|
75690
|
-
function X3DGroupingContext () { }
|
|
75691
|
-
|
|
75692
|
-
X3DGroupingContext .prototype =
|
|
75693
|
-
{
|
|
75694
|
-
initialize: function () { },
|
|
75695
|
-
getBBoxNode: function ()
|
|
75696
|
-
{
|
|
75697
|
-
const
|
|
75698
|
-
bboxNode = new Shape_Shape (this .getPrivateScene ()),
|
|
75699
|
-
bboxGeometry = new Rendering_IndexedLineSet (this .getPrivateScene ()),
|
|
75700
|
-
bboxColor = new Rendering_Color (this .getPrivateScene ()),
|
|
75701
|
-
bboxCoordinate = new Rendering_Coordinate (this .getPrivateScene ());
|
|
75702
|
-
|
|
75703
|
-
bboxNode ._geometry = bboxGeometry;
|
|
75704
|
-
bboxGeometry ._coordIndex = new x_ite_Fields.MFFloat (0, 1, 2, 3, 0, -1, 4, 5, 6, 7, 4, -1, 0, 4, -1, 1, 5, -1, 2, 6, -1, 3, 7, -1);
|
|
75705
|
-
bboxGeometry ._color = bboxColor;
|
|
75706
|
-
bboxGeometry ._coord = bboxCoordinate;
|
|
75707
|
-
bboxColor ._color = new x_ite_Fields.MFColor (new x_ite_Fields.SFColor (1, 1, 1));
|
|
75708
|
-
bboxCoordinate ._point = new x_ite_Fields.MFVec3f (new x_ite_Fields.SFVec3f (0.5, 0.5, 0.5), new x_ite_Fields.SFVec3f (-0.5, 0.5, 0.5), new x_ite_Fields.SFVec3f (-0.5, -0.5, 0.5), new x_ite_Fields.SFVec3f (0.5, -0.5, 0.5), new x_ite_Fields.SFVec3f (0.5, 0.5, -0.5), new x_ite_Fields.SFVec3f (-0.5, 0.5, -0.5), new x_ite_Fields.SFVec3f (-0.5, -0.5, -0.5), new x_ite_Fields.SFVec3f (0.5, -0.5, -0.5));
|
|
75709
|
-
|
|
75710
|
-
bboxCoordinate .setup ();
|
|
75711
|
-
bboxColor .setup ();
|
|
75712
|
-
bboxGeometry .setup ();
|
|
75713
|
-
bboxNode .setup ();
|
|
75714
|
-
|
|
75715
|
-
this [_bboxNode] = bboxNode;
|
|
75716
|
-
|
|
75717
|
-
this .getBBoxNode = function () { return this [_bboxNode]; };
|
|
75718
|
-
|
|
75719
|
-
Object .defineProperty (this, "getBBoxNode", { enumerable: false });
|
|
75720
|
-
|
|
75721
|
-
return bboxNode;
|
|
75722
|
-
}
|
|
75723
|
-
};
|
|
75724
|
-
|
|
75725
|
-
const X3DGroupingContext_default_ = X3DGroupingContext;
|
|
75726
|
-
;
|
|
75727
|
-
|
|
75728
|
-
x_ite_Namespace.set ("x_ite/Browser/Grouping/X3DGroupingContext", X3DGroupingContext_default_);
|
|
75729
|
-
/* harmony default export */ const Grouping_X3DGroupingContext = (X3DGroupingContext_default_);
|
|
75730
|
-
;// CONCATENATED MODULE: ./src/x_ite/Components/Layering/X3DViewportNode.js
|
|
75574
|
+
x_ite_Namespace.set ("x_ite/Browser/Grouping/X3DGroupingContext", X3DGroupingContext_default_);
|
|
75575
|
+
/* harmony default export */ const Grouping_X3DGroupingContext = (X3DGroupingContext_default_);
|
|
75576
|
+
;// CONCATENATED MODULE: ./src/x_ite/Components/Layering/X3DViewportNode.js
|
|
75731
75577
|
/*******************************************************************************
|
|
75732
75578
|
*
|
|
75733
75579
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -75890,6 +75736,10 @@ Viewport .prototype = Object .assign (Object .create (Layering_X3DViewportNode.p
|
|
|
75890
75736
|
{
|
|
75891
75737
|
return "viewport";
|
|
75892
75738
|
},
|
|
75739
|
+
getSpecificationRange: function ()
|
|
75740
|
+
{
|
|
75741
|
+
return ["3.2", "Infinity"];
|
|
75742
|
+
},
|
|
75893
75743
|
getRectangle: function ()
|
|
75894
75744
|
{
|
|
75895
75745
|
const
|
|
@@ -76261,6 +76111,10 @@ OrthoViewpoint .prototype = Object .assign (Object .create (Navigation_X3DViewpo
|
|
|
76261
76111
|
{
|
|
76262
76112
|
return "children";
|
|
76263
76113
|
},
|
|
76114
|
+
getSpecificationRange: function ()
|
|
76115
|
+
{
|
|
76116
|
+
return ["3.0", "Infinity"];
|
|
76117
|
+
},
|
|
76264
76118
|
initialize: function ()
|
|
76265
76119
|
{
|
|
76266
76120
|
Navigation_X3DViewpointNode.prototype.initialize.call (this);
|
|
@@ -77188,6 +77042,10 @@ PositionChaser .prototype = Object .assign (Object .create (Followers_X3DChaserN
|
|
|
77188
77042
|
{
|
|
77189
77043
|
return "children";
|
|
77190
77044
|
},
|
|
77045
|
+
getSpecificationRange: function ()
|
|
77046
|
+
{
|
|
77047
|
+
return ["3.2", "Infinity"];
|
|
77048
|
+
},
|
|
77191
77049
|
getVector: function ()
|
|
77192
77050
|
{
|
|
77193
77051
|
return new Numbers_Vector3 (0, 0, 0);
|
|
@@ -77296,6 +77154,10 @@ OrientationChaser .prototype = Object .assign (Object .create (Followers_X3DChas
|
|
|
77296
77154
|
{
|
|
77297
77155
|
return "children";
|
|
77298
77156
|
},
|
|
77157
|
+
getSpecificationRange: function ()
|
|
77158
|
+
{
|
|
77159
|
+
return ["3.2", "Infinity"];
|
|
77160
|
+
},
|
|
77299
77161
|
getVector: function ()
|
|
77300
77162
|
{
|
|
77301
77163
|
return new Numbers_Rotation4 (0, 0, 1, 0);
|
|
@@ -77324,8 +77186,8 @@ const OrientationChaser_default_ = OrientationChaser;
|
|
|
77324
77186
|
x_ite_Namespace.set ("x_ite/Components/Followers/OrientationChaser", OrientationChaser_default_);
|
|
77325
77187
|
/* harmony default export */ const Followers_OrientationChaser = (OrientationChaser_default_);
|
|
77326
77188
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
77327
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
77328
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
77189
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(945);
|
|
77190
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(869);
|
|
77329
77191
|
/*******************************************************************************
|
|
77330
77192
|
*
|
|
77331
77193
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -78189,8 +78051,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
78189
78051
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
78190
78052
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
78191
78053
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
78192
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
78193
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
78054
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(945);
|
|
78055
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(869);
|
|
78194
78056
|
/*******************************************************************************
|
|
78195
78057
|
*
|
|
78196
78058
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -79140,8 +79002,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
79140
79002
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
79141
79003
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
79142
79004
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
79143
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
79144
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
79005
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(945);
|
|
79006
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(869);
|
|
79145
79007
|
/*******************************************************************************
|
|
79146
79008
|
*
|
|
79147
79009
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -79450,8 +79312,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
79450
79312
|
x_ite_Namespace.set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
79451
79313
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
79452
79314
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
79453
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
79454
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
79315
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(945);
|
|
79316
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(869);
|
|
79455
79317
|
/*******************************************************************************
|
|
79456
79318
|
*
|
|
79457
79319
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -80446,6 +80308,10 @@ DirectionalLight .prototype = Object .assign (Object .create (Lighting_X3DLightN
|
|
|
80446
80308
|
{
|
|
80447
80309
|
return "children";
|
|
80448
80310
|
},
|
|
80311
|
+
getSpecificationRange: function ()
|
|
80312
|
+
{
|
|
80313
|
+
return ["2.0", "Infinity"];
|
|
80314
|
+
},
|
|
80449
80315
|
getLights: function ()
|
|
80450
80316
|
{
|
|
80451
80317
|
return DirectionalLights;
|
|
@@ -81059,8 +80925,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
81059
80925
|
x_ite_Namespace.set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
81060
80926
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
81061
80927
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
81062
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
81063
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
80928
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(945);
|
|
80929
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(869);
|
|
81064
80930
|
/*******************************************************************************
|
|
81065
80931
|
*
|
|
81066
80932
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -82082,8 +81948,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
82082
81948
|
x_ite_Namespace.set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
82083
81949
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
82084
81950
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
82085
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
82086
|
-
/* provided dependency */ var ResizeSensor = __webpack_require__(
|
|
81951
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(869);
|
|
81952
|
+
/* provided dependency */ var ResizeSensor = __webpack_require__(179);
|
|
82087
81953
|
/*******************************************************************************
|
|
82088
81954
|
*
|
|
82089
81955
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -87968,7 +87834,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
87968
87834
|
x_ite_Namespace.set ("x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
87969
87835
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
87970
87836
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
87971
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
87837
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(869);
|
|
87972
87838
|
/*******************************************************************************
|
|
87973
87839
|
*
|
|
87974
87840
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -89429,7 +89295,7 @@ function LoadSensor (executionContext)
|
|
|
89429
89295
|
|
|
89430
89296
|
if (executionContext .getSpecificationVersion () < 4)
|
|
89431
89297
|
this .addAlias ("watchList", this ._children);
|
|
89432
|
-
|
|
89298
|
+
|
|
89433
89299
|
this .urlObjects = [ ];
|
|
89434
89300
|
this .aborted = false;
|
|
89435
89301
|
this .timeOutId = undefined;
|
|
@@ -89460,6 +89326,10 @@ LoadSensor .prototype = Object .assign (Object .create (Networking_X3DNetworkSen
|
|
|
89460
89326
|
{
|
|
89461
89327
|
return "children";
|
|
89462
89328
|
},
|
|
89329
|
+
getSpecificationRange: function ()
|
|
89330
|
+
{
|
|
89331
|
+
return ["3.0", "Infinity"];
|
|
89332
|
+
},
|
|
89463
89333
|
initialize: function ()
|
|
89464
89334
|
{
|
|
89465
89335
|
Networking_X3DNetworkSensorNode.prototype.initialize.call (this);
|
|
@@ -89516,45 +89386,54 @@ LoadSensor .prototype = Object .assign (Object .create (Networking_X3DNetworkSen
|
|
|
89516
89386
|
{
|
|
89517
89387
|
const urlObjects = this .urlObjects;
|
|
89518
89388
|
|
|
89519
|
-
|
|
89520
|
-
complete = 0,
|
|
89521
|
-
failed = 0;
|
|
89522
|
-
|
|
89523
|
-
for (const urlObject of urlObjects)
|
|
89389
|
+
if (urlObjects .length)
|
|
89524
89390
|
{
|
|
89525
|
-
|
|
89526
|
-
|
|
89527
|
-
|
|
89528
|
-
|
|
89529
|
-
const
|
|
89530
|
-
loaded = complete == urlObjects .length,
|
|
89531
|
-
progress = complete / urlObjects .length;
|
|
89391
|
+
let
|
|
89392
|
+
complete = 0,
|
|
89393
|
+
failed = 0;
|
|
89532
89394
|
|
|
89533
|
-
|
|
89534
|
-
|
|
89535
|
-
|
|
89395
|
+
for (const urlObject of urlObjects)
|
|
89396
|
+
{
|
|
89397
|
+
complete += urlObject .checkLoadState () == Base_X3DConstants.COMPLETE_STATE;
|
|
89398
|
+
failed += urlObject .checkLoadState () == Base_X3DConstants.FAILED_STATE;
|
|
89399
|
+
}
|
|
89536
89400
|
|
|
89537
|
-
|
|
89538
|
-
|
|
89539
|
-
|
|
89401
|
+
const
|
|
89402
|
+
loaded = complete === urlObjects .length,
|
|
89403
|
+
progress = complete / urlObjects .length;
|
|
89540
89404
|
|
|
89541
|
-
if (loaded)
|
|
89542
|
-
this ._loadTime = this .getBrowser () .getCurrentTime ();
|
|
89543
|
-
}
|
|
89544
|
-
else
|
|
89545
|
-
{
|
|
89546
|
-
if (this ._isActive .getValue ())
|
|
89405
|
+
if (this .aborted || failed || loaded)
|
|
89547
89406
|
{
|
|
89407
|
+
this .clearTimeout ();
|
|
89408
|
+
|
|
89409
|
+
this ._isActive = false;
|
|
89410
|
+
this ._isLoaded = loaded;
|
|
89548
89411
|
this ._progress = progress;
|
|
89412
|
+
|
|
89413
|
+
if (loaded)
|
|
89414
|
+
this ._loadTime = this .getBrowser () .getCurrentTime ();
|
|
89549
89415
|
}
|
|
89550
89416
|
else
|
|
89551
89417
|
{
|
|
89552
|
-
this ._isActive
|
|
89553
|
-
|
|
89418
|
+
if (this ._isActive .getValue ())
|
|
89419
|
+
{
|
|
89420
|
+
this ._progress = progress;
|
|
89421
|
+
}
|
|
89422
|
+
else
|
|
89423
|
+
{
|
|
89424
|
+
this ._isActive = true;
|
|
89425
|
+
this ._progress = progress;
|
|
89554
89426
|
|
|
89555
|
-
|
|
89427
|
+
this .set_timeOut__ ();
|
|
89428
|
+
}
|
|
89556
89429
|
}
|
|
89557
89430
|
}
|
|
89431
|
+
else
|
|
89432
|
+
{
|
|
89433
|
+
this ._isActive = false;
|
|
89434
|
+
this ._isLoaded = false;
|
|
89435
|
+
this ._progress = 0;
|
|
89436
|
+
}
|
|
89558
89437
|
},
|
|
89559
89438
|
abort: function ()
|
|
89560
89439
|
{
|
|
@@ -89705,6 +89584,10 @@ ComposedShader .prototype = Object .assign (Object .create (Shaders_X3DShaderNod
|
|
|
89705
89584
|
{
|
|
89706
89585
|
return "shaders";
|
|
89707
89586
|
},
|
|
89587
|
+
getSpecificationRange: function ()
|
|
89588
|
+
{
|
|
89589
|
+
return ["3.0", "Infinity"];
|
|
89590
|
+
},
|
|
89708
89591
|
initialize: function ()
|
|
89709
89592
|
{
|
|
89710
89593
|
Shaders_X3DShaderNode.prototype.initialize.call (this);
|
|
@@ -89715,10 +89598,10 @@ ComposedShader .prototype = Object .assign (Object .create (Shaders_X3DShaderNod
|
|
|
89715
89598
|
// https://www.web3d.org/documents/specifications/19775-1/V4.0/Part01/shaders_glsl.html#relinkingprograms
|
|
89716
89599
|
this ._activate .addInterest ("set_activate__", this);
|
|
89717
89600
|
|
|
89718
|
-
this ._parts .addFieldInterest (this .loadSensor .
|
|
89601
|
+
this ._parts .addFieldInterest (this .loadSensor ._children);
|
|
89719
89602
|
|
|
89720
89603
|
this .loadSensor ._isLoaded .addInterest ("connectLoaded", this);
|
|
89721
|
-
this .loadSensor .
|
|
89604
|
+
this .loadSensor ._children = this ._parts;
|
|
89722
89605
|
this .loadSensor .setPrivate (true);
|
|
89723
89606
|
this .loadSensor .setup ();
|
|
89724
89607
|
|
|
@@ -89803,7 +89686,7 @@ ComposedShader .prototype = Object .assign (Object .create (Shaders_X3DShaderNod
|
|
|
89803
89686
|
{
|
|
89804
89687
|
const partNode = Base_X3DCast (Base_X3DConstants.ShaderPart, node);
|
|
89805
89688
|
|
|
89806
|
-
if (partNode)
|
|
89689
|
+
if (partNode?.getShader ())
|
|
89807
89690
|
gl .attachShader (program, partNode .getShader ());
|
|
89808
89691
|
}
|
|
89809
89692
|
|
|
@@ -90746,7 +90629,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
90746
90629
|
x_ite_Namespace.set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
90747
90630
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
90748
90631
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
90749
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
90632
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(869);
|
|
90750
90633
|
/*******************************************************************************
|
|
90751
90634
|
*
|
|
90752
90635
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -90853,6 +90736,10 @@ ShaderPart .prototype = Object .assign (Object .create (Core_X3DNode.prototype),
|
|
|
90853
90736
|
{
|
|
90854
90737
|
return "parts";
|
|
90855
90738
|
},
|
|
90739
|
+
getSpecificationRange: function ()
|
|
90740
|
+
{
|
|
90741
|
+
return ["3.0", "Infinity"];
|
|
90742
|
+
},
|
|
90856
90743
|
initialize: function ()
|
|
90857
90744
|
{
|
|
90858
90745
|
Core_X3DNode.prototype.initialize.call (this);
|
|
@@ -91353,6 +91240,10 @@ Appearance .prototype = Object .assign (Object .create (Shape_X3DAppearanceNode.
|
|
|
91353
91240
|
{
|
|
91354
91241
|
return "appearance";
|
|
91355
91242
|
},
|
|
91243
|
+
getSpecificationRange: function ()
|
|
91244
|
+
{
|
|
91245
|
+
return ["2.0", "Infinity"];
|
|
91246
|
+
},
|
|
91356
91247
|
initialize: function ()
|
|
91357
91248
|
{
|
|
91358
91249
|
Shape_X3DAppearanceNode.prototype.initialize.call (this);
|
|
@@ -91789,6 +91680,10 @@ PointProperties .prototype = Object .assign (Object .create (Shape_X3DAppearance
|
|
|
91789
91680
|
{
|
|
91790
91681
|
return "pointProperties";
|
|
91791
91682
|
},
|
|
91683
|
+
getSpecificationRange: function ()
|
|
91684
|
+
{
|
|
91685
|
+
return ["4.0", "Infinity"];
|
|
91686
|
+
},
|
|
91792
91687
|
initialize: function ()
|
|
91793
91688
|
{
|
|
91794
91689
|
Shape_X3DAppearanceChildNode.prototype.initialize.call (this);
|
|
@@ -91939,6 +91834,10 @@ LineProperties .prototype = Object .assign (Object .create (Shape_X3DAppearanceC
|
|
|
91939
91834
|
{
|
|
91940
91835
|
return "lineProperties";
|
|
91941
91836
|
},
|
|
91837
|
+
getSpecificationRange: function ()
|
|
91838
|
+
{
|
|
91839
|
+
return ["3.0", "Infinity"];
|
|
91840
|
+
},
|
|
91942
91841
|
initialize: function ()
|
|
91943
91842
|
{
|
|
91944
91843
|
Shape_X3DAppearanceChildNode.prototype.initialize.call (this);
|
|
@@ -92421,7 +92320,6 @@ X3DOneSidedMaterialNode .prototype = Object .assign (Object .create (Shape_X3DMa
|
|
|
92421
92320
|
Shape_X3DMaterialNode.prototype.initialize.call (this);
|
|
92422
92321
|
|
|
92423
92322
|
this ._emissiveColor .addInterest ("set_emissiveColor__", this);
|
|
92424
|
-
this ._emissiveStrength .addInterest ("set_emissiveColor__", this);
|
|
92425
92323
|
this ._emissiveTexture .addInterest ("set_emissiveTexture__", this);
|
|
92426
92324
|
this ._normalTexture .addInterest ("set_normalTexture__", this);
|
|
92427
92325
|
this ._transparency .addInterest ("set_transparency__", this);
|
|
@@ -92438,13 +92336,12 @@ X3DOneSidedMaterialNode .prototype = Object .assign (Object .create (Shape_X3DMa
|
|
|
92438
92336
|
//this .emissiveColor .set (this ._emissiveColor .getValue ());
|
|
92439
92337
|
|
|
92440
92338
|
const
|
|
92441
|
-
emissiveColor
|
|
92442
|
-
emissiveColor_
|
|
92443
|
-
emissiveStrength = this ._emissiveStrength .getValue ();
|
|
92339
|
+
emissiveColor = this .emissiveColor,
|
|
92340
|
+
emissiveColor_ = this ._emissiveColor .getValue ();
|
|
92444
92341
|
|
|
92445
|
-
emissiveColor [0] = emissiveColor_ .r
|
|
92446
|
-
emissiveColor [1] = emissiveColor_ .g
|
|
92447
|
-
emissiveColor [2] = emissiveColor_ .b
|
|
92342
|
+
emissiveColor [0] = emissiveColor_ .r;
|
|
92343
|
+
emissiveColor [1] = emissiveColor_ .g;
|
|
92344
|
+
emissiveColor [2] = emissiveColor_ .b;
|
|
92448
92345
|
},
|
|
92449
92346
|
set_emissiveTexture__: function ()
|
|
92450
92347
|
{
|
|
@@ -92623,7 +92520,6 @@ UnlitMaterial .prototype = Object .assign (Object .create (Shape_X3DOneSidedMate
|
|
|
92623
92520
|
[Symbol .for ("X_ITE.X3DBaseNode.fieldDefinitions")]: new Base_FieldDefinitionArray ([
|
|
92624
92521
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "metadata", new x_ite_Fields.SFNode ()),
|
|
92625
92522
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveColor", new x_ite_Fields.SFColor (1, 1, 1)),
|
|
92626
|
-
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveStrength", new x_ite_Fields.SFFloat (1)),
|
|
92627
92523
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTextureMapping", new x_ite_Fields.SFString ()),
|
|
92628
92524
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTexture", new x_ite_Fields.SFNode ()),
|
|
92629
92525
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "normalScale", new x_ite_Fields.SFFloat (1)),
|
|
@@ -92643,6 +92539,10 @@ UnlitMaterial .prototype = Object .assign (Object .create (Shape_X3DOneSidedMate
|
|
|
92643
92539
|
{
|
|
92644
92540
|
return "material";
|
|
92645
92541
|
},
|
|
92542
|
+
getSpecificationRange: function ()
|
|
92543
|
+
{
|
|
92544
|
+
return ["4.0", "Infinity"];
|
|
92545
|
+
},
|
|
92646
92546
|
initialize: function ()
|
|
92647
92547
|
{
|
|
92648
92548
|
Shape_X3DOneSidedMaterialNode.prototype.initialize.call (this);
|
|
@@ -93221,6 +93121,10 @@ TextureTransform .prototype = Object .assign (Object .create (Texturing_X3DSingl
|
|
|
93221
93121
|
{
|
|
93222
93122
|
return "textureTransform";
|
|
93223
93123
|
},
|
|
93124
|
+
getSpecificationRange: function ()
|
|
93125
|
+
{
|
|
93126
|
+
return ["2.0", "Infinity"];
|
|
93127
|
+
},
|
|
93224
93128
|
initialize: function ()
|
|
93225
93129
|
{
|
|
93226
93130
|
Texturing_X3DSingleTextureTransformNode.prototype.initialize.call (this);
|
|
@@ -94417,6 +94321,10 @@ MetadataBoolean .prototype = Object .assign (Object .create (Core_X3DNode.protot
|
|
|
94417
94321
|
{
|
|
94418
94322
|
return "metadata";
|
|
94419
94323
|
},
|
|
94324
|
+
getSpecificationRange: function ()
|
|
94325
|
+
{
|
|
94326
|
+
return ["3.3", "Infinity"];
|
|
94327
|
+
},
|
|
94420
94328
|
initialize: function ()
|
|
94421
94329
|
{
|
|
94422
94330
|
Core_X3DNode.prototype.initialize.call ();
|
|
@@ -94519,6 +94427,10 @@ MetadataDouble .prototype = Object .assign (Object .create (Core_X3DNode.prototy
|
|
|
94519
94427
|
{
|
|
94520
94428
|
return "metadata";
|
|
94521
94429
|
},
|
|
94430
|
+
getSpecificationRange: function ()
|
|
94431
|
+
{
|
|
94432
|
+
return ["3.0", "Infinity"];
|
|
94433
|
+
},
|
|
94522
94434
|
initialize: function ()
|
|
94523
94435
|
{
|
|
94524
94436
|
Core_X3DNode.prototype.initialize.call ();
|
|
@@ -94621,6 +94533,10 @@ MetadataFloat .prototype = Object .assign (Object .create (Core_X3DNode.prototyp
|
|
|
94621
94533
|
{
|
|
94622
94534
|
return "metadata";
|
|
94623
94535
|
},
|
|
94536
|
+
getSpecificationRange: function ()
|
|
94537
|
+
{
|
|
94538
|
+
return ["3.0", "Infinity"];
|
|
94539
|
+
},
|
|
94624
94540
|
initialize: function ()
|
|
94625
94541
|
{
|
|
94626
94542
|
Core_X3DNode.prototype.initialize.call ();
|
|
@@ -94723,6 +94639,10 @@ MetadataInteger .prototype = Object .assign (Object .create (Core_X3DNode.protot
|
|
|
94723
94639
|
{
|
|
94724
94640
|
return "metadata";
|
|
94725
94641
|
},
|
|
94642
|
+
getSpecificationRange: function ()
|
|
94643
|
+
{
|
|
94644
|
+
return ["3.0", "Infinity"];
|
|
94645
|
+
},
|
|
94726
94646
|
initialize: function ()
|
|
94727
94647
|
{
|
|
94728
94648
|
Core_X3DNode.prototype.initialize.call ();
|
|
@@ -94825,6 +94745,10 @@ MetadataSet .prototype = Object .assign (Object .create (Core_X3DNode.prototype)
|
|
|
94825
94745
|
{
|
|
94826
94746
|
return "metadata";
|
|
94827
94747
|
},
|
|
94748
|
+
getSpecificationRange: function ()
|
|
94749
|
+
{
|
|
94750
|
+
return ["3.0", "Infinity"];
|
|
94751
|
+
},
|
|
94828
94752
|
initialize: function ()
|
|
94829
94753
|
{
|
|
94830
94754
|
Core_X3DNode.prototype.initialize.call ();
|
|
@@ -94927,6 +94851,10 @@ MetadataString .prototype = Object .assign (Object .create (Core_X3DNode.prototy
|
|
|
94927
94851
|
{
|
|
94928
94852
|
return "metadata";
|
|
94929
94853
|
},
|
|
94854
|
+
getSpecificationRange: function ()
|
|
94855
|
+
{
|
|
94856
|
+
return ["3.0", "Infinity"];
|
|
94857
|
+
},
|
|
94930
94858
|
initialize: function ()
|
|
94931
94859
|
{
|
|
94932
94860
|
Core_X3DNode.prototype.initialize.call ();
|
|
@@ -95093,6 +95021,10 @@ WorldInfo .prototype = Object .assign (Object .create (Core_X3DInfoNode.prototyp
|
|
|
95093
95021
|
{
|
|
95094
95022
|
return "children";
|
|
95095
95023
|
},
|
|
95024
|
+
getSpecificationRange: function ()
|
|
95025
|
+
{
|
|
95026
|
+
return ["2.0", "Infinity"];
|
|
95027
|
+
},
|
|
95096
95028
|
initialize: function ()
|
|
95097
95029
|
{
|
|
95098
95030
|
Core_X3DInfoNode.prototype.initialize.call (this);
|
|
@@ -95291,6 +95223,10 @@ FogCoordinate .prototype = Object .assign (Object .create (Rendering_X3DGeometri
|
|
|
95291
95223
|
{
|
|
95292
95224
|
return "fogCoord";
|
|
95293
95225
|
},
|
|
95226
|
+
getSpecificationRange: function ()
|
|
95227
|
+
{
|
|
95228
|
+
return ["3.0", "Infinity"];
|
|
95229
|
+
},
|
|
95294
95230
|
initialize: function ()
|
|
95295
95231
|
{
|
|
95296
95232
|
Rendering_X3DGeometricPropertyNode.prototype.initialize.call (this);
|
|
@@ -95438,6 +95374,10 @@ LocalFog .prototype = Object .assign (Object .create (Core_X3DChildNode.prototyp
|
|
|
95438
95374
|
{
|
|
95439
95375
|
return "children";
|
|
95440
95376
|
},
|
|
95377
|
+
getSpecificationRange: function ()
|
|
95378
|
+
{
|
|
95379
|
+
return ["3.0", "Infinity"];
|
|
95380
|
+
},
|
|
95441
95381
|
initialize: function ()
|
|
95442
95382
|
{
|
|
95443
95383
|
Core_X3DChildNode.prototype.initialize.call (this);
|
|
@@ -95565,6 +95505,10 @@ TextureBackground .prototype = Object .assign (Object .create (EnvironmentalEffe
|
|
|
95565
95505
|
{
|
|
95566
95506
|
return "children";
|
|
95567
95507
|
},
|
|
95508
|
+
getSpecificationRange: function ()
|
|
95509
|
+
{
|
|
95510
|
+
return ["3.0", "Infinity"];
|
|
95511
|
+
},
|
|
95568
95512
|
initialize: function ()
|
|
95569
95513
|
{
|
|
95570
95514
|
EnvironmentalEffects_X3DBackgroundNode.prototype.initialize.call (this);
|
|
@@ -95937,6 +95881,10 @@ ProximitySensor .prototype = Object .assign (Object .create (EnvironmentalSensor
|
|
|
95937
95881
|
{
|
|
95938
95882
|
return "children";
|
|
95939
95883
|
},
|
|
95884
|
+
getSpecificationRange: function ()
|
|
95885
|
+
{
|
|
95886
|
+
return ["2.0", "Infinity"];
|
|
95887
|
+
},
|
|
95940
95888
|
initialize: function ()
|
|
95941
95889
|
{
|
|
95942
95890
|
EnvironmentalSensor_X3DEnvironmentalSensorNode.prototype.initialize.call (this);
|
|
@@ -96207,6 +96155,10 @@ TransformSensor .prototype = Object .assign (Object .create (EnvironmentalSensor
|
|
|
96207
96155
|
{
|
|
96208
96156
|
return "children";
|
|
96209
96157
|
},
|
|
96158
|
+
getSpecificationRange: function ()
|
|
96159
|
+
{
|
|
96160
|
+
return ["3.2", "Infinity"];
|
|
96161
|
+
},
|
|
96210
96162
|
initialize: function ()
|
|
96211
96163
|
{
|
|
96212
96164
|
EnvironmentalSensor_X3DEnvironmentalSensorNode.prototype.initialize.call (this);
|
|
@@ -96501,6 +96453,10 @@ VisibilitySensor .prototype = Object .assign (Object .create (EnvironmentalSenso
|
|
|
96501
96453
|
{
|
|
96502
96454
|
return "children";
|
|
96503
96455
|
},
|
|
96456
|
+
getSpecificationRange: function ()
|
|
96457
|
+
{
|
|
96458
|
+
return ["2.0", "Infinity"];
|
|
96459
|
+
},
|
|
96504
96460
|
initialize: function ()
|
|
96505
96461
|
{
|
|
96506
96462
|
EnvironmentalSensor_X3DEnvironmentalSensorNode.prototype.initialize.call (this);
|
|
@@ -96747,6 +96703,10 @@ ColorChaser .prototype = Object .assign (Object .create (Followers_X3DChaserNode
|
|
|
96747
96703
|
{
|
|
96748
96704
|
return "children";
|
|
96749
96705
|
},
|
|
96706
|
+
getSpecificationRange: function ()
|
|
96707
|
+
{
|
|
96708
|
+
return ["3.3", "Infinity"];
|
|
96709
|
+
},
|
|
96750
96710
|
getVector: function ()
|
|
96751
96711
|
{
|
|
96752
96712
|
return new Numbers_Vector3 (0, 0, 0);
|
|
@@ -97054,6 +97014,10 @@ ColorDamper .prototype = Object .assign (Object .create (Followers_X3DDamperNode
|
|
|
97054
97014
|
{
|
|
97055
97015
|
return "children";
|
|
97056
97016
|
},
|
|
97017
|
+
getSpecificationRange: function ()
|
|
97018
|
+
{
|
|
97019
|
+
return ["3.2", "Infinity"];
|
|
97020
|
+
},
|
|
97057
97021
|
getVector: function ()
|
|
97058
97022
|
{
|
|
97059
97023
|
return new Numbers_Vector3 (0, 0, 0);
|
|
@@ -97449,6 +97413,10 @@ CoordinateChaser .prototype = Object .assign (Object .create (Followers_X3DChase
|
|
|
97449
97413
|
{
|
|
97450
97414
|
return "children";
|
|
97451
97415
|
},
|
|
97416
|
+
getSpecificationRange: function ()
|
|
97417
|
+
{
|
|
97418
|
+
return ["3.3", "Infinity"];
|
|
97419
|
+
},
|
|
97452
97420
|
getVector: function ()
|
|
97453
97421
|
{
|
|
97454
97422
|
return new Numbers_Vector3 (0, 0, 0);
|
|
@@ -97554,6 +97522,10 @@ CoordinateDamper .prototype = Object .assign (Object .create (Followers_X3DDampe
|
|
|
97554
97522
|
{
|
|
97555
97523
|
return "children";
|
|
97556
97524
|
},
|
|
97525
|
+
getSpecificationRange: function ()
|
|
97526
|
+
{
|
|
97527
|
+
return ["3.2", "Infinity"];
|
|
97528
|
+
},
|
|
97557
97529
|
getVector: function ()
|
|
97558
97530
|
{
|
|
97559
97531
|
return new Numbers_Vector3 (0, 0, 0);
|
|
@@ -97664,6 +97636,10 @@ OrientationDamper .prototype = Object .assign (Object .create (Followers_X3DDamp
|
|
|
97664
97636
|
{
|
|
97665
97637
|
return "children";
|
|
97666
97638
|
},
|
|
97639
|
+
getSpecificationRange: function ()
|
|
97640
|
+
{
|
|
97641
|
+
return ["3.2", "Infinity"];
|
|
97642
|
+
},
|
|
97667
97643
|
getVector: function ()
|
|
97668
97644
|
{
|
|
97669
97645
|
return new Numbers_Rotation4 (0, 0, 1, 0);
|
|
@@ -97772,6 +97748,10 @@ PositionChaser2D .prototype = Object .assign (Object .create (Followers_X3DChase
|
|
|
97772
97748
|
{
|
|
97773
97749
|
return "children";
|
|
97774
97750
|
},
|
|
97751
|
+
getSpecificationRange: function ()
|
|
97752
|
+
{
|
|
97753
|
+
return ["3.2", "Infinity"];
|
|
97754
|
+
},
|
|
97775
97755
|
getVector: function ()
|
|
97776
97756
|
{
|
|
97777
97757
|
return new Numbers_Vector2 (0, 0);
|
|
@@ -97872,6 +97852,10 @@ PositionDamper .prototype = Object .assign (Object .create (Followers_X3DDamperN
|
|
|
97872
97852
|
{
|
|
97873
97853
|
return "children";
|
|
97874
97854
|
},
|
|
97855
|
+
getSpecificationRange: function ()
|
|
97856
|
+
{
|
|
97857
|
+
return ["3.2", "Infinity"];
|
|
97858
|
+
},
|
|
97875
97859
|
getVector: function ()
|
|
97876
97860
|
{
|
|
97877
97861
|
return new Numbers_Vector3 (0, 0, 0);
|
|
@@ -97972,6 +97956,10 @@ PositionDamper2D .prototype = Object .assign (Object .create (Followers_X3DDampe
|
|
|
97972
97956
|
{
|
|
97973
97957
|
return "children";
|
|
97974
97958
|
},
|
|
97959
|
+
getSpecificationRange: function ()
|
|
97960
|
+
{
|
|
97961
|
+
return ["3.2", "Infinity"];
|
|
97962
|
+
},
|
|
97975
97963
|
getVector: function ()
|
|
97976
97964
|
{
|
|
97977
97965
|
return new Numbers_Vector2 (0, 0);
|
|
@@ -98070,6 +98058,10 @@ ScalarChaser .prototype = Object .assign (Object .create (Followers_X3DChaserNod
|
|
|
98070
98058
|
{
|
|
98071
98059
|
return "children";
|
|
98072
98060
|
},
|
|
98061
|
+
getSpecificationRange: function ()
|
|
98062
|
+
{
|
|
98063
|
+
return ["3.2", "Infinity"];
|
|
98064
|
+
},
|
|
98073
98065
|
getVector: function ()
|
|
98074
98066
|
{
|
|
98075
98067
|
return 0;
|
|
@@ -98198,6 +98190,10 @@ ScalarDamper .prototype = Object .assign (Object .create (Followers_X3DDamperNod
|
|
|
98198
98190
|
{
|
|
98199
98191
|
return "children";
|
|
98200
98192
|
},
|
|
98193
|
+
getSpecificationRange: function ()
|
|
98194
|
+
{
|
|
98195
|
+
return ["3.3", "Infinity"];
|
|
98196
|
+
},
|
|
98201
98197
|
getVector: function ()
|
|
98202
98198
|
{
|
|
98203
98199
|
return 0;
|
|
@@ -98317,6 +98313,10 @@ TexCoordChaser2D .prototype = Object .assign (Object .create (Followers_X3DChase
|
|
|
98317
98313
|
{
|
|
98318
98314
|
return "children";
|
|
98319
98315
|
},
|
|
98316
|
+
getSpecificationRange: function ()
|
|
98317
|
+
{
|
|
98318
|
+
return ["3.3", "Infinity"];
|
|
98319
|
+
},
|
|
98320
98320
|
getVector: function ()
|
|
98321
98321
|
{
|
|
98322
98322
|
return new Numbers_Vector2 (0, 0);
|
|
@@ -98422,6 +98422,10 @@ TexCoordDamper2D .prototype = Object .assign (Object .create (Followers_X3DDampe
|
|
|
98422
98422
|
{
|
|
98423
98423
|
return "children";
|
|
98424
98424
|
},
|
|
98425
|
+
getSpecificationRange: function ()
|
|
98426
|
+
{
|
|
98427
|
+
return ["3.2", "Infinity"];
|
|
98428
|
+
},
|
|
98425
98429
|
getVector: function ()
|
|
98426
98430
|
{
|
|
98427
98431
|
return new Numbers_Vector2 (0, 0, 0);
|
|
@@ -98620,6 +98624,10 @@ Box .prototype = Object .assign (Object .create (Rendering_X3DGeometryNode.proto
|
|
|
98620
98624
|
{
|
|
98621
98625
|
return "geometry";
|
|
98622
98626
|
},
|
|
98627
|
+
getSpecificationRange: function ()
|
|
98628
|
+
{
|
|
98629
|
+
return ["2.0", "Infinity"];
|
|
98630
|
+
},
|
|
98623
98631
|
build: (function ()
|
|
98624
98632
|
{
|
|
98625
98633
|
const defaultSize = new Numbers_Vector3 (2, 2, 2);
|
|
@@ -98769,6 +98777,10 @@ Cone .prototype = Object .assign (Object .create (Rendering_X3DGeometryNode.prot
|
|
|
98769
98777
|
{
|
|
98770
98778
|
return "geometry";
|
|
98771
98779
|
},
|
|
98780
|
+
getSpecificationRange: function ()
|
|
98781
|
+
{
|
|
98782
|
+
return ["2.0", "Infinity"];
|
|
98783
|
+
},
|
|
98772
98784
|
set_live__: function ()
|
|
98773
98785
|
{
|
|
98774
98786
|
Rendering_X3DGeometryNode.prototype.set_live__.call (this);
|
|
@@ -99008,6 +99020,10 @@ Cylinder .prototype = Object .assign (Object .create (Rendering_X3DGeometryNode.
|
|
|
99008
99020
|
{
|
|
99009
99021
|
return "geometry";
|
|
99010
99022
|
},
|
|
99023
|
+
getSpecificationRange: function ()
|
|
99024
|
+
{
|
|
99025
|
+
return ["2.0", "Infinity"];
|
|
99026
|
+
},
|
|
99011
99027
|
set_live__: function ()
|
|
99012
99028
|
{
|
|
99013
99029
|
Rendering_X3DGeometryNode.prototype.set_live__.call (this);
|
|
@@ -99326,6 +99342,10 @@ ElevationGrid .prototype = Object .assign (Object .create (Rendering_X3DGeometry
|
|
|
99326
99342
|
{
|
|
99327
99343
|
return "geometry";
|
|
99328
99344
|
},
|
|
99345
|
+
getSpecificationRange: function ()
|
|
99346
|
+
{
|
|
99347
|
+
return ["2.0", "Infinity"];
|
|
99348
|
+
},
|
|
99329
99349
|
initialize: function ()
|
|
99330
99350
|
{
|
|
99331
99351
|
Rendering_X3DGeometryNode.prototype.initialize.call (this);
|
|
@@ -99741,6 +99761,10 @@ Extrusion .prototype = Object .assign (Object .create (Rendering_X3DGeometryNode
|
|
|
99741
99761
|
{
|
|
99742
99762
|
return "geometry";
|
|
99743
99763
|
},
|
|
99764
|
+
getSpecificationRange: function ()
|
|
99765
|
+
{
|
|
99766
|
+
return ["2.0", "Infinity"];
|
|
99767
|
+
},
|
|
99744
99768
|
initialize: function ()
|
|
99745
99769
|
{
|
|
99746
99770
|
Rendering_X3DGeometryNode.prototype.initialize.call (this);
|
|
@@ -100432,6 +100456,10 @@ Sphere .prototype = Object .assign (Object .create (Rendering_X3DGeometryNode.pr
|
|
|
100432
100456
|
{
|
|
100433
100457
|
return "geometry";
|
|
100434
100458
|
},
|
|
100459
|
+
getSpecificationRange: function ()
|
|
100460
|
+
{
|
|
100461
|
+
return ["2.0", "Infinity"];
|
|
100462
|
+
},
|
|
100435
100463
|
set_live__: function ()
|
|
100436
100464
|
{
|
|
100437
100465
|
Rendering_X3DGeometryNode.prototype.set_live__.call (this);
|
|
@@ -100672,6 +100700,10 @@ StaticGroup .prototype = Object .assign (Object .create (Core_X3DChildNode.proto
|
|
|
100672
100700
|
{
|
|
100673
100701
|
return "children";
|
|
100674
100702
|
},
|
|
100703
|
+
getSpecificationRange: function ()
|
|
100704
|
+
{
|
|
100705
|
+
return ["3.0", "Infinity"];
|
|
100706
|
+
},
|
|
100675
100707
|
initialize: function ()
|
|
100676
100708
|
{
|
|
100677
100709
|
Core_X3DChildNode.prototype.initialize.call (this);
|
|
@@ -100917,6 +100949,10 @@ Switch .prototype = Object .assign (Object .create (Grouping_X3DGroupingNode.pro
|
|
|
100917
100949
|
{
|
|
100918
100950
|
return "children";
|
|
100919
100951
|
},
|
|
100952
|
+
getSpecificationRange: function ()
|
|
100953
|
+
{
|
|
100954
|
+
return ["2.0", "Infinity"];
|
|
100955
|
+
},
|
|
100920
100956
|
initialize: function ()
|
|
100921
100957
|
{
|
|
100922
100958
|
Grouping_X3DGroupingNode.prototype.initialize.call (this);
|
|
@@ -101373,6 +101409,10 @@ Transform .prototype = Object .assign (Object .create (Grouping_X3DTransformNode
|
|
|
101373
101409
|
{
|
|
101374
101410
|
return "children";
|
|
101375
101411
|
},
|
|
101412
|
+
getSpecificationRange: function ()
|
|
101413
|
+
{
|
|
101414
|
+
return ["2.0", "Infinity"];
|
|
101415
|
+
},
|
|
101376
101416
|
});
|
|
101377
101417
|
|
|
101378
101418
|
const Transform_default_ = Transform;
|
|
@@ -101551,6 +101591,10 @@ ColorInterpolator .prototype = Object .assign (Object .create (Interpolation_X3D
|
|
|
101551
101591
|
{
|
|
101552
101592
|
return "children";
|
|
101553
101593
|
},
|
|
101594
|
+
getSpecificationRange: function ()
|
|
101595
|
+
{
|
|
101596
|
+
return ["2.0", "Infinity"];
|
|
101597
|
+
},
|
|
101554
101598
|
initialize: function ()
|
|
101555
101599
|
{
|
|
101556
101600
|
Interpolation_X3DInterpolatorNode.prototype.initialize.call (this);
|
|
@@ -101671,6 +101715,10 @@ CoordinateInterpolator .prototype = Object .assign (Object .create (Interpolatio
|
|
|
101671
101715
|
{
|
|
101672
101716
|
return "children";
|
|
101673
101717
|
},
|
|
101718
|
+
getSpecificationRange: function ()
|
|
101719
|
+
{
|
|
101720
|
+
return ["2.0", "Infinity"];
|
|
101721
|
+
},
|
|
101674
101722
|
set_keyValue__: function () { },
|
|
101675
101723
|
interpolate: function (index0, index1, weight)
|
|
101676
101724
|
{
|
|
@@ -101793,6 +101841,10 @@ CoordinateInterpolator2D .prototype = Object .assign (Object .create (Interpolat
|
|
|
101793
101841
|
{
|
|
101794
101842
|
return "children";
|
|
101795
101843
|
},
|
|
101844
|
+
getSpecificationRange: function ()
|
|
101845
|
+
{
|
|
101846
|
+
return ["3.0", "Infinity"];
|
|
101847
|
+
},
|
|
101796
101848
|
set_keyValue__: function () { },
|
|
101797
101849
|
interpolate: function (index0, index1, weight)
|
|
101798
101850
|
{
|
|
@@ -101913,6 +101965,10 @@ NormalInterpolator .prototype = Object .assign (Object .create (Interpolation_X3
|
|
|
101913
101965
|
{
|
|
101914
101966
|
return "children";
|
|
101915
101967
|
},
|
|
101968
|
+
getSpecificationRange: function ()
|
|
101969
|
+
{
|
|
101970
|
+
return ["2.0", "Infinity"];
|
|
101971
|
+
},
|
|
101916
101972
|
initialize: function ()
|
|
101917
101973
|
{
|
|
101918
101974
|
Interpolation_X3DInterpolatorNode.prototype.initialize.call (this);
|
|
@@ -102060,6 +102116,10 @@ PositionInterpolator2D .prototype = Object .assign (Object .create (Interpolatio
|
|
|
102060
102116
|
{
|
|
102061
102117
|
return "children";
|
|
102062
102118
|
},
|
|
102119
|
+
getSpecificationRange: function ()
|
|
102120
|
+
{
|
|
102121
|
+
return ["3.0", "Infinity"];
|
|
102122
|
+
},
|
|
102063
102123
|
initialize: function ()
|
|
102064
102124
|
{
|
|
102065
102125
|
Interpolation_X3DInterpolatorNode.prototype.initialize.call (this);
|
|
@@ -102543,6 +102603,10 @@ SplinePositionInterpolator .prototype = Object .assign (Object .create (Interpol
|
|
|
102543
102603
|
{
|
|
102544
102604
|
return "children";
|
|
102545
102605
|
},
|
|
102606
|
+
getSpecificationRange: function ()
|
|
102607
|
+
{
|
|
102608
|
+
return ["3.2", "Infinity"];
|
|
102609
|
+
},
|
|
102546
102610
|
initialize: function ()
|
|
102547
102611
|
{
|
|
102548
102612
|
Interpolation_X3DInterpolatorNode.prototype.initialize.call (this);
|
|
@@ -102738,6 +102802,10 @@ SplinePositionInterpolator2D .prototype = Object .assign (Object .create (Interp
|
|
|
102738
102802
|
{
|
|
102739
102803
|
return "children";
|
|
102740
102804
|
},
|
|
102805
|
+
getSpecificationRange: function ()
|
|
102806
|
+
{
|
|
102807
|
+
return ["3.2", "Infinity"];
|
|
102808
|
+
},
|
|
102741
102809
|
initialize: function ()
|
|
102742
102810
|
{
|
|
102743
102811
|
Interpolation_X3DInterpolatorNode.prototype.initialize.call (this);
|
|
@@ -102968,6 +103036,10 @@ SplineScalarInterpolator .prototype = Object .assign (Object .create (Interpolat
|
|
|
102968
103036
|
{
|
|
102969
103037
|
return "children";
|
|
102970
103038
|
},
|
|
103039
|
+
getSpecificationRange: function ()
|
|
103040
|
+
{
|
|
103041
|
+
return ["3.2", "Infinity"];
|
|
103042
|
+
},
|
|
102971
103043
|
initialize: function ()
|
|
102972
103044
|
{
|
|
102973
103045
|
Interpolation_X3DInterpolatorNode.prototype.initialize.call (this);
|
|
@@ -103219,6 +103291,10 @@ SquadOrientationInterpolator .prototype = Object .assign (Object .create (Interp
|
|
|
103219
103291
|
{
|
|
103220
103292
|
return "children";
|
|
103221
103293
|
},
|
|
103294
|
+
getSpecificationRange: function ()
|
|
103295
|
+
{
|
|
103296
|
+
return ["3.2", "Infinity"];
|
|
103297
|
+
},
|
|
103222
103298
|
initialize: function ()
|
|
103223
103299
|
{
|
|
103224
103300
|
Interpolation_X3DInterpolatorNode.prototype.initialize.call (this);
|
|
@@ -103569,6 +103645,10 @@ EnvironmentLight .prototype = Object .assign (Object .create (Lighting_X3DLightN
|
|
|
103569
103645
|
{
|
|
103570
103646
|
return "children";
|
|
103571
103647
|
},
|
|
103648
|
+
getSpecificationRange: function ()
|
|
103649
|
+
{
|
|
103650
|
+
return ["4.0", "Infinity"];
|
|
103651
|
+
},
|
|
103572
103652
|
getLights: function ()
|
|
103573
103653
|
{
|
|
103574
103654
|
return EnvironmentLights;
|
|
@@ -103887,6 +103967,10 @@ PointLight .prototype = Object .assign (Object .create (Lighting_X3DLightNode.pr
|
|
|
103887
103967
|
{
|
|
103888
103968
|
return "children";
|
|
103889
103969
|
},
|
|
103970
|
+
getSpecificationRange: function ()
|
|
103971
|
+
{
|
|
103972
|
+
return ["2.0", "Infinity"];
|
|
103973
|
+
},
|
|
103890
103974
|
getAttenuation: function ()
|
|
103891
103975
|
{
|
|
103892
103976
|
return this ._attenuation .getValue ();
|
|
@@ -104172,16 +104256,10 @@ function SpotLight (executionContext)
|
|
|
104172
104256
|
|
|
104173
104257
|
this .addType (Base_X3DConstants.SpotLight);
|
|
104174
104258
|
|
|
104175
|
-
|
|
104259
|
+
if (executionContext .getSpecificationVersion () <= 3.2)
|
|
104176
104260
|
{
|
|
104177
|
-
|
|
104178
|
-
|
|
104179
|
-
case "3.1":
|
|
104180
|
-
case "3.2":
|
|
104181
|
-
{
|
|
104182
|
-
this ._beamWidth = 1.5708;
|
|
104183
|
-
this ._cutOffAngle = 0.785398;
|
|
104184
|
-
}
|
|
104261
|
+
this ._beamWidth = 1.5708;
|
|
104262
|
+
this ._cutOffAngle = 0.785398;
|
|
104185
104263
|
}
|
|
104186
104264
|
|
|
104187
104265
|
this ._location .setUnit ("length");
|
|
@@ -104225,6 +104303,10 @@ SpotLight .prototype = Object .assign (Object .create (Lighting_X3DLightNode.pro
|
|
|
104225
104303
|
{
|
|
104226
104304
|
return "children";
|
|
104227
104305
|
},
|
|
104306
|
+
getSpecificationRange: function ()
|
|
104307
|
+
{
|
|
104308
|
+
return ["2.0", "Infinity"];
|
|
104309
|
+
},
|
|
104228
104310
|
getAttenuation: function ()
|
|
104229
104311
|
{
|
|
104230
104312
|
return this ._attenuation .getValue ();
|
|
@@ -104437,6 +104519,10 @@ Billboard .prototype = Object .assign (Object .create (Grouping_X3DGroupingNode.
|
|
|
104437
104519
|
{
|
|
104438
104520
|
return "children";
|
|
104439
104521
|
},
|
|
104522
|
+
getSpecificationRange: function ()
|
|
104523
|
+
{
|
|
104524
|
+
return ["2.0", "Infinity"];
|
|
104525
|
+
},
|
|
104440
104526
|
getBBox: function (bbox, shadows)
|
|
104441
104527
|
{
|
|
104442
104528
|
return Grouping_X3DGroupingNode.prototype.getBBox.call (this, bbox, shadows) .multRight (this .matrix);
|
|
@@ -104620,6 +104706,10 @@ Collision .prototype = Object .assign (Object .create (Grouping_X3DGroupingNode.
|
|
|
104620
104706
|
{
|
|
104621
104707
|
return "children";
|
|
104622
104708
|
},
|
|
104709
|
+
getSpecificationRange: function ()
|
|
104710
|
+
{
|
|
104711
|
+
return ["2.0", "Infinity"];
|
|
104712
|
+
},
|
|
104623
104713
|
initialize: function ()
|
|
104624
104714
|
{
|
|
104625
104715
|
Grouping_X3DGroupingNode.prototype.initialize.call (this);
|
|
@@ -104802,6 +104892,10 @@ LOD .prototype = Object .assign (Object .create (Grouping_X3DGroupingNode.protot
|
|
|
104802
104892
|
{
|
|
104803
104893
|
return "children";
|
|
104804
104894
|
},
|
|
104895
|
+
getSpecificationRange: function ()
|
|
104896
|
+
{
|
|
104897
|
+
return ["2.0", "Infinity"];
|
|
104898
|
+
},
|
|
104805
104899
|
initialize: function ()
|
|
104806
104900
|
{
|
|
104807
104901
|
Grouping_X3DGroupingNode.prototype.initialize.call (this);
|
|
@@ -105116,6 +105210,10 @@ ViewpointGroup .prototype = Object .assign (Object .create (Core_X3DChildNode.pr
|
|
|
105116
105210
|
{
|
|
105117
105211
|
return "children";
|
|
105118
105212
|
},
|
|
105213
|
+
getSpecificationRange: function ()
|
|
105214
|
+
{
|
|
105215
|
+
return ["3.2", "Infinity"];
|
|
105216
|
+
},
|
|
105119
105217
|
initialize: function ()
|
|
105120
105218
|
{
|
|
105121
105219
|
Core_X3DChildNode.prototype.initialize.call (this);
|
|
@@ -105747,6 +105845,10 @@ TouchSensor .prototype = Object .assign (Object .create (PointingDeviceSensor_X3
|
|
|
105747
105845
|
{
|
|
105748
105846
|
return "children";
|
|
105749
105847
|
},
|
|
105848
|
+
getSpecificationRange: function ()
|
|
105849
|
+
{
|
|
105850
|
+
return ["2.0", "Infinity"];
|
|
105851
|
+
},
|
|
105750
105852
|
});
|
|
105751
105853
|
|
|
105752
105854
|
const TouchSensor_default_ = TouchSensor;
|
|
@@ -105855,6 +105957,10 @@ Anchor .prototype = Object .assign (Object .create (Grouping_X3DGroupingNode.pro
|
|
|
105855
105957
|
{
|
|
105856
105958
|
return "children";
|
|
105857
105959
|
},
|
|
105960
|
+
getSpecificationRange: function ()
|
|
105961
|
+
{
|
|
105962
|
+
return ["2.0", "Infinity"];
|
|
105963
|
+
},
|
|
105858
105964
|
initialize: function ()
|
|
105859
105965
|
{
|
|
105860
105966
|
Grouping_X3DGroupingNode.prototype.initialize.call (this);
|
|
@@ -106067,6 +106173,10 @@ Inline .prototype = Object .assign (Object .create (Core_X3DChildNode.prototype)
|
|
|
106067
106173
|
{
|
|
106068
106174
|
return "children";
|
|
106069
106175
|
},
|
|
106176
|
+
getSpecificationRange: function ()
|
|
106177
|
+
{
|
|
106178
|
+
return ["2.0", "Infinity"];
|
|
106179
|
+
},
|
|
106070
106180
|
initialize: function ()
|
|
106071
106181
|
{
|
|
106072
106182
|
Core_X3DChildNode.prototype.initialize.call (this);
|
|
@@ -106686,6 +106796,10 @@ CylinderSensor .prototype = Object .assign (Object .create (PointingDeviceSensor
|
|
|
106686
106796
|
{
|
|
106687
106797
|
return "children";
|
|
106688
106798
|
},
|
|
106799
|
+
getSpecificationRange: function ()
|
|
106800
|
+
{
|
|
106801
|
+
return ["2.0", "Infinity"];
|
|
106802
|
+
},
|
|
106689
106803
|
initialize: function ()
|
|
106690
106804
|
{
|
|
106691
106805
|
PointingDeviceSensor_X3DDragSensorNode.prototype.initialize.call (this);
|
|
@@ -107144,6 +107258,10 @@ PlaneSensor .prototype = Object .assign (Object .create (PointingDeviceSensor_X3
|
|
|
107144
107258
|
{
|
|
107145
107259
|
return "children";
|
|
107146
107260
|
},
|
|
107261
|
+
getSpecificationRange: function ()
|
|
107262
|
+
{
|
|
107263
|
+
return ["2.0", "Infinity"];
|
|
107264
|
+
},
|
|
107147
107265
|
initialize: function ()
|
|
107148
107266
|
{
|
|
107149
107267
|
PointingDeviceSensor_X3DDragSensorNode.prototype.initialize.call (this);
|
|
@@ -107619,6 +107737,10 @@ SphereSensor .prototype = Object .assign (Object .create (PointingDeviceSensor_X
|
|
|
107619
107737
|
{
|
|
107620
107738
|
return "children";
|
|
107621
107739
|
},
|
|
107740
|
+
getSpecificationRange: function ()
|
|
107741
|
+
{
|
|
107742
|
+
return ["2.0", "Infinity"];
|
|
107743
|
+
},
|
|
107622
107744
|
initialize: function ()
|
|
107623
107745
|
{
|
|
107624
107746
|
PointingDeviceSensor_X3DDragSensorNode.prototype.initialize.call (this);
|
|
@@ -107945,6 +108067,10 @@ ClipPlane .prototype = Object .assign (Object .create (Core_X3DChildNode.prototy
|
|
|
107945
108067
|
{
|
|
107946
108068
|
return "children";
|
|
107947
108069
|
},
|
|
108070
|
+
getSpecificationRange: function ()
|
|
108071
|
+
{
|
|
108072
|
+
return ["3.2", "Infinity"];
|
|
108073
|
+
},
|
|
107948
108074
|
initialize: function ()
|
|
107949
108075
|
{
|
|
107950
108076
|
Core_X3DChildNode.prototype.initialize.call (this);
|
|
@@ -107989,6 +108115,245 @@ const ClipPlane_default_ = ClipPlane;
|
|
|
107989
108115
|
|
|
107990
108116
|
x_ite_Namespace.set ("x_ite/Components/Rendering/ClipPlane", ClipPlane_default_);
|
|
107991
108117
|
/* harmony default export */ const Rendering_ClipPlane = (ClipPlane_default_);
|
|
108118
|
+
;// CONCATENATED MODULE: ./src/x_ite/Components/Rendering/X3DColorNode.js
|
|
108119
|
+
/*******************************************************************************
|
|
108120
|
+
*
|
|
108121
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
108122
|
+
*
|
|
108123
|
+
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
108124
|
+
*
|
|
108125
|
+
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
108126
|
+
*
|
|
108127
|
+
* The copyright notice above does not evidence any actual of intended
|
|
108128
|
+
* publication of such source code, and is an unpublished work by create3000.
|
|
108129
|
+
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
108130
|
+
* create3000.
|
|
108131
|
+
*
|
|
108132
|
+
* No permission is granted to copy, distribute, or create derivative works from
|
|
108133
|
+
* the contents of this software, in whole or in part, without the prior written
|
|
108134
|
+
* permission of create3000.
|
|
108135
|
+
*
|
|
108136
|
+
* NON-MILITARY USE ONLY
|
|
108137
|
+
*
|
|
108138
|
+
* All create3000 software are effectively free software with a non-military use
|
|
108139
|
+
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
108140
|
+
* source in any way you please with the exception anything that uses it must be
|
|
108141
|
+
* marked to indicate is contains 'non-military use only' components.
|
|
108142
|
+
*
|
|
108143
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
108144
|
+
*
|
|
108145
|
+
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
108146
|
+
*
|
|
108147
|
+
* This file is part of the X_ITE Project.
|
|
108148
|
+
*
|
|
108149
|
+
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
108150
|
+
* terms of the GNU General Public License version 3 only, as published by the
|
|
108151
|
+
* Free Software Foundation.
|
|
108152
|
+
*
|
|
108153
|
+
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
108154
|
+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
108155
|
+
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
108156
|
+
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
108157
|
+
*
|
|
108158
|
+
* You should have received a copy of the GNU General Public License version 3
|
|
108159
|
+
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
108160
|
+
* copy of the GPLv3 License.
|
|
108161
|
+
*
|
|
108162
|
+
* For Silvio, Joy and Adi.
|
|
108163
|
+
*
|
|
108164
|
+
******************************************************************************/
|
|
108165
|
+
|
|
108166
|
+
|
|
108167
|
+
|
|
108168
|
+
|
|
108169
|
+
|
|
108170
|
+
function X3DColorNode (executionContext)
|
|
108171
|
+
{
|
|
108172
|
+
Rendering_X3DGeometricPropertyNode.call (this, executionContext);
|
|
108173
|
+
|
|
108174
|
+
this .addType (Base_X3DConstants.X3DColorNode);
|
|
108175
|
+
|
|
108176
|
+
this .addChildObjects ("transparent", new x_ite_Fields.SFBool ());
|
|
108177
|
+
|
|
108178
|
+
this ._transparent .setAccessType (Base_X3DConstants.outputOnly);
|
|
108179
|
+
}
|
|
108180
|
+
|
|
108181
|
+
X3DColorNode .prototype = Object .assign (Object .create (Rendering_X3DGeometricPropertyNode.prototype),
|
|
108182
|
+
{
|
|
108183
|
+
constructor: X3DColorNode,
|
|
108184
|
+
setTransparent: function (value)
|
|
108185
|
+
{
|
|
108186
|
+
if (value !== this ._transparent .getValue ())
|
|
108187
|
+
this ._transparent = value;
|
|
108188
|
+
},
|
|
108189
|
+
isTransparent: function ()
|
|
108190
|
+
{
|
|
108191
|
+
return this ._transparent .getValue ();
|
|
108192
|
+
},
|
|
108193
|
+
});
|
|
108194
|
+
|
|
108195
|
+
const X3DColorNode_default_ = X3DColorNode;
|
|
108196
|
+
;
|
|
108197
|
+
|
|
108198
|
+
x_ite_Namespace.set ("x_ite/Components/Rendering/X3DColorNode", X3DColorNode_default_);
|
|
108199
|
+
/* harmony default export */ const Rendering_X3DColorNode = (X3DColorNode_default_);
|
|
108200
|
+
;// CONCATENATED MODULE: ./src/x_ite/Components/Rendering/Color.js
|
|
108201
|
+
/*******************************************************************************
|
|
108202
|
+
*
|
|
108203
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
108204
|
+
*
|
|
108205
|
+
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
108206
|
+
*
|
|
108207
|
+
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
108208
|
+
*
|
|
108209
|
+
* The copyright notice above does not evidence any actual of intended
|
|
108210
|
+
* publication of such source code, and is an unpublished work by create3000.
|
|
108211
|
+
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
108212
|
+
* create3000.
|
|
108213
|
+
*
|
|
108214
|
+
* No permission is granted to copy, distribute, or create derivative works from
|
|
108215
|
+
* the contents of this software, in whole or in part, without the prior written
|
|
108216
|
+
* permission of create3000.
|
|
108217
|
+
*
|
|
108218
|
+
* NON-MILITARY USE ONLY
|
|
108219
|
+
*
|
|
108220
|
+
* All create3000 software are effectively free software with a non-military use
|
|
108221
|
+
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
108222
|
+
* source in any way you please with the exception anything that uses it must be
|
|
108223
|
+
* marked to indicate is contains 'non-military use only' components.
|
|
108224
|
+
*
|
|
108225
|
+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
108226
|
+
*
|
|
108227
|
+
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
108228
|
+
*
|
|
108229
|
+
* This file is part of the X_ITE Project.
|
|
108230
|
+
*
|
|
108231
|
+
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
108232
|
+
* terms of the GNU General Public License version 3 only, as published by the
|
|
108233
|
+
* Free Software Foundation.
|
|
108234
|
+
*
|
|
108235
|
+
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
108236
|
+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
108237
|
+
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
108238
|
+
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
108239
|
+
*
|
|
108240
|
+
* You should have received a copy of the GNU General Public License version 3
|
|
108241
|
+
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
108242
|
+
* copy of the GPLv3 License.
|
|
108243
|
+
*
|
|
108244
|
+
* For Silvio, Joy and Adi.
|
|
108245
|
+
*
|
|
108246
|
+
******************************************************************************/
|
|
108247
|
+
|
|
108248
|
+
|
|
108249
|
+
|
|
108250
|
+
|
|
108251
|
+
|
|
108252
|
+
|
|
108253
|
+
|
|
108254
|
+
function Color (executionContext)
|
|
108255
|
+
{
|
|
108256
|
+
Rendering_X3DColorNode.call (this, executionContext);
|
|
108257
|
+
|
|
108258
|
+
this .addType (Base_X3DConstants.Color);
|
|
108259
|
+
}
|
|
108260
|
+
|
|
108261
|
+
Color .prototype = Object .assign (Object .create (Rendering_X3DColorNode.prototype),
|
|
108262
|
+
{
|
|
108263
|
+
constructor: Color,
|
|
108264
|
+
[Symbol .for ("X_ITE.X3DBaseNode.fieldDefinitions")]: new Base_FieldDefinitionArray ([
|
|
108265
|
+
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "metadata", new x_ite_Fields.SFNode ()),
|
|
108266
|
+
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "color", new x_ite_Fields.MFColor ()),
|
|
108267
|
+
]),
|
|
108268
|
+
getTypeName: function ()
|
|
108269
|
+
{
|
|
108270
|
+
return "Color";
|
|
108271
|
+
},
|
|
108272
|
+
getComponentName: function ()
|
|
108273
|
+
{
|
|
108274
|
+
return "Rendering";
|
|
108275
|
+
},
|
|
108276
|
+
getContainerField: function ()
|
|
108277
|
+
{
|
|
108278
|
+
return "color";
|
|
108279
|
+
},
|
|
108280
|
+
getSpecificationRange: function ()
|
|
108281
|
+
{
|
|
108282
|
+
return ["2.0", "Infinity"];
|
|
108283
|
+
},
|
|
108284
|
+
initialize: function ()
|
|
108285
|
+
{
|
|
108286
|
+
Rendering_X3DColorNode.prototype.initialize.call (this);
|
|
108287
|
+
|
|
108288
|
+
this ._color .addInterest ("set_color__", this);
|
|
108289
|
+
|
|
108290
|
+
this .set_color__ ();
|
|
108291
|
+
},
|
|
108292
|
+
set_color__: function ()
|
|
108293
|
+
{
|
|
108294
|
+
this .color = this ._color .getValue ();
|
|
108295
|
+
this .length = this ._color .length;
|
|
108296
|
+
},
|
|
108297
|
+
addColor: function (index, array)
|
|
108298
|
+
{
|
|
108299
|
+
if (index >= 0 && index < this .length)
|
|
108300
|
+
{
|
|
108301
|
+
const color = this .color;
|
|
108302
|
+
|
|
108303
|
+
index *= 3;
|
|
108304
|
+
|
|
108305
|
+
array .push (color [index], color [index + 1], color [index + 2], 1);
|
|
108306
|
+
}
|
|
108307
|
+
else if (this .length)
|
|
108308
|
+
{
|
|
108309
|
+
const color = this .color;
|
|
108310
|
+
|
|
108311
|
+
index = (this .length - 1) * 3;
|
|
108312
|
+
|
|
108313
|
+
array .push (color [index], color [index + 1], color [index + 2], 1);
|
|
108314
|
+
}
|
|
108315
|
+
else
|
|
108316
|
+
{
|
|
108317
|
+
array .push (1, 1, 1, 1);
|
|
108318
|
+
}
|
|
108319
|
+
},
|
|
108320
|
+
addColors: function (array, min)
|
|
108321
|
+
{
|
|
108322
|
+
if (this .length)
|
|
108323
|
+
{
|
|
108324
|
+
const color = this .color;
|
|
108325
|
+
|
|
108326
|
+
for (var index = 0, length = Math .min (min, this .length) * 3; index < length; index += 3)
|
|
108327
|
+
array .push (color [index], color [index + 1], color [index + 2], 1);
|
|
108328
|
+
|
|
108329
|
+
if (this .length < min)
|
|
108330
|
+
{
|
|
108331
|
+
var index = (this .length - 1) * 3;
|
|
108332
|
+
|
|
108333
|
+
const
|
|
108334
|
+
r = color [index],
|
|
108335
|
+
g = color [index + 1],
|
|
108336
|
+
b = color [index + 2];
|
|
108337
|
+
|
|
108338
|
+
for (var index = length, length = min * 3; index < length; index += 3)
|
|
108339
|
+
array .push (r, g, b, 1);
|
|
108340
|
+
}
|
|
108341
|
+
}
|
|
108342
|
+
else
|
|
108343
|
+
{
|
|
108344
|
+
for (let index = 0; index < min; ++ index)
|
|
108345
|
+
array .push (1, 1, 1, 1);
|
|
108346
|
+
}
|
|
108347
|
+
|
|
108348
|
+
return array;
|
|
108349
|
+
},
|
|
108350
|
+
});
|
|
108351
|
+
|
|
108352
|
+
const Color_default_ = Color;
|
|
108353
|
+
;
|
|
108354
|
+
|
|
108355
|
+
x_ite_Namespace.set ("x_ite/Components/Rendering/Color", Color_default_);
|
|
108356
|
+
/* harmony default export */ const Rendering_Color = (Color_default_);
|
|
107992
108357
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Rendering/ColorRGBA.js
|
|
107993
108358
|
/*******************************************************************************
|
|
107994
108359
|
*
|
|
@@ -108071,6 +108436,10 @@ ColorRGBA .prototype = Object .assign (Object .create (Rendering_X3DColorNode.pr
|
|
|
108071
108436
|
{
|
|
108072
108437
|
return "color";
|
|
108073
108438
|
},
|
|
108439
|
+
getSpecificationRange: function ()
|
|
108440
|
+
{
|
|
108441
|
+
return ["3.0", "Infinity"];
|
|
108442
|
+
},
|
|
108074
108443
|
initialize: function ()
|
|
108075
108444
|
{
|
|
108076
108445
|
Rendering_X3DColorNode.prototype.initialize.call (this);
|
|
@@ -108238,6 +108607,10 @@ IndexedTriangleFanSet .prototype = Object .assign (Object .create (Rendering_X3D
|
|
|
108238
108607
|
{
|
|
108239
108608
|
return "geometry";
|
|
108240
108609
|
},
|
|
108610
|
+
getSpecificationRange: function ()
|
|
108611
|
+
{
|
|
108612
|
+
return ["3.0", "Infinity"];
|
|
108613
|
+
},
|
|
108241
108614
|
initialize: function ()
|
|
108242
108615
|
{
|
|
108243
108616
|
Rendering_X3DComposedGeometryNode.prototype.initialize.call (this);
|
|
@@ -108391,6 +108764,10 @@ IndexedTriangleSet .prototype = Object .assign (Object .create (Rendering_X3DCom
|
|
|
108391
108764
|
{
|
|
108392
108765
|
return "geometry";
|
|
108393
108766
|
},
|
|
108767
|
+
getSpecificationRange: function ()
|
|
108768
|
+
{
|
|
108769
|
+
return ["3.0", "Infinity"];
|
|
108770
|
+
},
|
|
108394
108771
|
getPolygonIndex: function (i)
|
|
108395
108772
|
{
|
|
108396
108773
|
return this ._index [i];
|
|
@@ -108505,6 +108882,10 @@ IndexedTriangleStripSet .prototype = Object .assign (Object .create (Rendering_X
|
|
|
108505
108882
|
{
|
|
108506
108883
|
return "geometry";
|
|
108507
108884
|
},
|
|
108885
|
+
getSpecificationRange: function ()
|
|
108886
|
+
{
|
|
108887
|
+
return ["3.0", "Infinity"];
|
|
108888
|
+
},
|
|
108508
108889
|
initialize: function ()
|
|
108509
108890
|
{
|
|
108510
108891
|
Rendering_X3DComposedGeometryNode.prototype.initialize.call (this);
|
|
@@ -108666,6 +109047,10 @@ LineSet .prototype = Object .assign (Object .create (Rendering_X3DLineGeometryNo
|
|
|
108666
109047
|
{
|
|
108667
109048
|
return "geometry";
|
|
108668
109049
|
},
|
|
109050
|
+
getSpecificationRange: function ()
|
|
109051
|
+
{
|
|
109052
|
+
return ["3.0", "Infinity"];
|
|
109053
|
+
},
|
|
108669
109054
|
initialize: function ()
|
|
108670
109055
|
{
|
|
108671
109056
|
Rendering_X3DLineGeometryNode.prototype.initialize.call (this);
|
|
@@ -108951,6 +109336,10 @@ Normal .prototype = Object .assign (Object .create (Rendering_X3DNormalNode.prot
|
|
|
108951
109336
|
{
|
|
108952
109337
|
return "normal";
|
|
108953
109338
|
},
|
|
109339
|
+
getSpecificationRange: function ()
|
|
109340
|
+
{
|
|
109341
|
+
return ["2.0", "Infinity"];
|
|
109342
|
+
},
|
|
108954
109343
|
initialize: function ()
|
|
108955
109344
|
{
|
|
108956
109345
|
Rendering_X3DNormalNode.prototype.initialize.call (this);
|
|
@@ -109314,6 +109703,10 @@ PointSet .prototype = Object .assign (Object .create (Rendering_X3DPointGeometry
|
|
|
109314
109703
|
{
|
|
109315
109704
|
return "geometry";
|
|
109316
109705
|
},
|
|
109706
|
+
getSpecificationRange: function ()
|
|
109707
|
+
{
|
|
109708
|
+
return ["2.0", "Infinity"];
|
|
109709
|
+
},
|
|
109317
109710
|
initialize: function ()
|
|
109318
109711
|
{
|
|
109319
109712
|
Rendering_X3DPointGeometryNode.prototype.initialize.call (this);
|
|
@@ -109524,6 +109917,10 @@ TriangleFanSet .prototype = Object .assign (Object .create (Rendering_X3DCompose
|
|
|
109524
109917
|
{
|
|
109525
109918
|
return "geometry";
|
|
109526
109919
|
},
|
|
109920
|
+
getSpecificationRange: function ()
|
|
109921
|
+
{
|
|
109922
|
+
return ["3.0", "Infinity"];
|
|
109923
|
+
},
|
|
109527
109924
|
initialize: function ()
|
|
109528
109925
|
{
|
|
109529
109926
|
Rendering_X3DComposedGeometryNode.prototype.initialize.call (this);
|
|
@@ -109658,6 +110055,10 @@ TriangleSet .prototype = Object .assign (Object .create (Rendering_X3DComposedGe
|
|
|
109658
110055
|
{
|
|
109659
110056
|
return "geometry";
|
|
109660
110057
|
},
|
|
110058
|
+
getSpecificationRange: function ()
|
|
110059
|
+
{
|
|
110060
|
+
return ["3.0", "Infinity"];
|
|
110061
|
+
},
|
|
109661
110062
|
build: function ()
|
|
109662
110063
|
{
|
|
109663
110064
|
if (! this .getCoord ())
|
|
@@ -109768,6 +110169,10 @@ TriangleStripSet .prototype = Object .assign (Object .create (Rendering_X3DCompo
|
|
|
109768
110169
|
{
|
|
109769
110170
|
return "geometry";
|
|
109770
110171
|
},
|
|
110172
|
+
getSpecificationRange: function ()
|
|
110173
|
+
{
|
|
110174
|
+
return ["3.0", "Infinity"];
|
|
110175
|
+
},
|
|
109771
110176
|
initialize: function ()
|
|
109772
110177
|
{
|
|
109773
110178
|
Rendering_X3DComposedGeometryNode.prototype.initialize.call (this);
|
|
@@ -110092,6 +110497,10 @@ FloatVertexAttribute .prototype = Object .assign (Object .create (Shaders_X3DVer
|
|
|
110092
110497
|
{
|
|
110093
110498
|
return "attrib";
|
|
110094
110499
|
},
|
|
110500
|
+
getSpecificationRange: function ()
|
|
110501
|
+
{
|
|
110502
|
+
return ["3.0", "Infinity"];
|
|
110503
|
+
},
|
|
110095
110504
|
initialize: function ()
|
|
110096
110505
|
{
|
|
110097
110506
|
Shaders_X3DVertexAttributeNode.prototype.initialize.call (this);
|
|
@@ -110232,6 +110641,10 @@ Matrix3VertexAttribute .prototype = Object .assign (Object .create (Shaders_X3DV
|
|
|
110232
110641
|
{
|
|
110233
110642
|
return "attrib";
|
|
110234
110643
|
},
|
|
110644
|
+
getSpecificationRange: function ()
|
|
110645
|
+
{
|
|
110646
|
+
return ["3.0", "Infinity"];
|
|
110647
|
+
},
|
|
110235
110648
|
initialize: function ()
|
|
110236
110649
|
{
|
|
110237
110650
|
Shaders_X3DVertexAttributeNode.prototype.initialize.call (this);
|
|
@@ -110363,6 +110776,10 @@ Matrix4VertexAttribute .prototype = Object .assign (Object .create (Shaders_X3DV
|
|
|
110363
110776
|
{
|
|
110364
110777
|
return "attrib";
|
|
110365
110778
|
},
|
|
110779
|
+
getSpecificationRange: function ()
|
|
110780
|
+
{
|
|
110781
|
+
return ["3.0", "Infinity"];
|
|
110782
|
+
},
|
|
110366
110783
|
initialize: function ()
|
|
110367
110784
|
{
|
|
110368
110785
|
Shaders_X3DVertexAttributeNode.prototype.initialize.call (this);
|
|
@@ -110507,6 +110924,10 @@ PackagedShader .prototype = Object .assign (Object .create (Shaders_X3DShaderNod
|
|
|
110507
110924
|
{
|
|
110508
110925
|
return "shaders";
|
|
110509
110926
|
},
|
|
110927
|
+
getSpecificationRange: function ()
|
|
110928
|
+
{
|
|
110929
|
+
return ["3.0", "Infinity"];
|
|
110930
|
+
},
|
|
110510
110931
|
getSourceText: function ()
|
|
110511
110932
|
{
|
|
110512
110933
|
return this ._url;
|
|
@@ -110618,6 +111039,10 @@ ProgramShader .prototype = Object .assign (Object .create (Shaders_X3DShaderNode
|
|
|
110618
111039
|
{
|
|
110619
111040
|
return "shaders";
|
|
110620
111041
|
},
|
|
111042
|
+
getSpecificationRange: function ()
|
|
111043
|
+
{
|
|
111044
|
+
return ["3.0", "Infinity"];
|
|
111045
|
+
},
|
|
110621
111046
|
});
|
|
110622
111047
|
|
|
110623
111048
|
const ProgramShader_default_ = ProgramShader;
|
|
@@ -110716,6 +111141,10 @@ ShaderProgram .prototype = Object .assign (Object .create (Core_X3DNode.prototyp
|
|
|
110716
111141
|
{
|
|
110717
111142
|
return "programs";
|
|
110718
111143
|
},
|
|
111144
|
+
getSpecificationRange: function ()
|
|
111145
|
+
{
|
|
111146
|
+
return ["3.0", "Infinity"];
|
|
111147
|
+
},
|
|
110719
111148
|
getSourceText: function ()
|
|
110720
111149
|
{
|
|
110721
111150
|
return this ._url;
|
|
@@ -110919,6 +111348,10 @@ AcousticProperties .prototype = Object .assign (Object .create (Shape_X3DAppeara
|
|
|
110919
111348
|
{
|
|
110920
111349
|
return "AcousticProperties";
|
|
110921
111350
|
},
|
|
111351
|
+
getSpecificationRange: function ()
|
|
111352
|
+
{
|
|
111353
|
+
return ["4.0", "Infinity"];
|
|
111354
|
+
},
|
|
110922
111355
|
});
|
|
110923
111356
|
|
|
110924
111357
|
const AcousticProperties_default_ = AcousticProperties;
|
|
@@ -111015,6 +111448,10 @@ FillProperties .prototype = Object .assign (Object .create (Shape_X3DAppearanceC
|
|
|
111015
111448
|
{
|
|
111016
111449
|
return "fillProperties";
|
|
111017
111450
|
},
|
|
111451
|
+
getSpecificationRange: function ()
|
|
111452
|
+
{
|
|
111453
|
+
return ["3.0", "Infinity"];
|
|
111454
|
+
},
|
|
111018
111455
|
initialize: function ()
|
|
111019
111456
|
{
|
|
111020
111457
|
Shape_X3DAppearanceChildNode.prototype.initialize.call (this);
|
|
@@ -111180,7 +111617,6 @@ Material .prototype = Object .assign (Object .create (Shape_X3DOneSidedMaterialN
|
|
|
111180
111617
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "specularTextureMapping", new x_ite_Fields.SFString ()),
|
|
111181
111618
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "specularTexture", new x_ite_Fields.SFNode ()),
|
|
111182
111619
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveColor", new x_ite_Fields.SFColor ()),
|
|
111183
|
-
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveStrength", new x_ite_Fields.SFFloat (1)),
|
|
111184
111620
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTextureMapping", new x_ite_Fields.SFString ()),
|
|
111185
111621
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTexture", new x_ite_Fields.SFNode ()),
|
|
111186
111622
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "shininess", new x_ite_Fields.SFFloat (0.2)),
|
|
@@ -111206,6 +111642,10 @@ Material .prototype = Object .assign (Object .create (Shape_X3DOneSidedMaterialN
|
|
|
111206
111642
|
{
|
|
111207
111643
|
return "material";
|
|
111208
111644
|
},
|
|
111645
|
+
getSpecificationRange: function ()
|
|
111646
|
+
{
|
|
111647
|
+
return ["2.0", "Infinity"];
|
|
111648
|
+
},
|
|
111209
111649
|
initialize: function ()
|
|
111210
111650
|
{
|
|
111211
111651
|
Shape_X3DOneSidedMaterialNode.prototype.initialize.call (this);
|
|
@@ -111572,7 +112012,6 @@ PhysicalMaterial .prototype = Object .assign (Object .create (Shape_X3DOneSidedM
|
|
|
111572
112012
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "baseTextureMapping", new x_ite_Fields.SFString ()),
|
|
111573
112013
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "baseTexture", new x_ite_Fields.SFNode ()),
|
|
111574
112014
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveColor", new x_ite_Fields.SFColor (0, 0, 0)),
|
|
111575
|
-
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveStrength", new x_ite_Fields.SFFloat (1)),
|
|
111576
112015
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTextureMapping", new x_ite_Fields.SFString ()),
|
|
111577
112016
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "emissiveTexture", new x_ite_Fields.SFNode ()),
|
|
111578
112017
|
new Base_X3DFieldDefinition (Base_X3DConstants.inputOutput, "metallic", new x_ite_Fields.SFFloat (1)),
|
|
@@ -111599,6 +112038,10 @@ PhysicalMaterial .prototype = Object .assign (Object .create (Shape_X3DOneSidedM
|
|
|
111599
112038
|
{
|
|
111600
112039
|
return "material";
|
|
111601
112040
|
},
|
|
112041
|
+
getSpecificationRange: function ()
|
|
112042
|
+
{
|
|
112043
|
+
return ["4.0", "Infinity"];
|
|
112044
|
+
},
|
|
111602
112045
|
initialize: function ()
|
|
111603
112046
|
{
|
|
111604
112047
|
Shape_X3DOneSidedMaterialNode.prototype.initialize.call (this);
|
|
@@ -111901,6 +112344,10 @@ TwoSidedMaterial .prototype = Object .assign (Object .create (Shape_X3DMaterialN
|
|
|
111901
112344
|
{
|
|
111902
112345
|
return "material";
|
|
111903
112346
|
},
|
|
112347
|
+
getSpecificationRange: function ()
|
|
112348
|
+
{
|
|
112349
|
+
return ["3.2", "Infinity"];
|
|
112350
|
+
},
|
|
111904
112351
|
initialize: function ()
|
|
111905
112352
|
{
|
|
111906
112353
|
Shape_X3DMaterialNode.prototype.initialize.call (this);
|
|
@@ -112362,6 +112809,10 @@ Analyser .prototype = Object .assign (Object .create (Sound_X3DSoundProcessingNo
|
|
|
112362
112809
|
{
|
|
112363
112810
|
return "children";
|
|
112364
112811
|
},
|
|
112812
|
+
getSpecificationRange: function ()
|
|
112813
|
+
{
|
|
112814
|
+
return ["4.0", "Infinity"];
|
|
112815
|
+
},
|
|
112365
112816
|
});
|
|
112366
112817
|
|
|
112367
112818
|
const Analyser_default_ = Analyser;
|
|
@@ -112589,7 +113040,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
|
|
|
112589
113040
|
x_ite_Namespace.set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
|
|
112590
113041
|
/* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
|
|
112591
113042
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
|
|
112592
|
-
/* provided dependency */ var AudioClip_$ = __webpack_require__(
|
|
113043
|
+
/* provided dependency */ var AudioClip_$ = __webpack_require__(869);
|
|
112593
113044
|
/*******************************************************************************
|
|
112594
113045
|
*
|
|
112595
113046
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -112694,6 +113145,10 @@ AudioClip .prototype = Object .assign (Object .create (Sound_X3DSoundSourceNode.
|
|
|
112694
113145
|
{
|
|
112695
113146
|
return "source";
|
|
112696
113147
|
},
|
|
113148
|
+
getSpecificationRange: function ()
|
|
113149
|
+
{
|
|
113150
|
+
return ["2.0", "Infinity"];
|
|
113151
|
+
},
|
|
112697
113152
|
initialize: function ()
|
|
112698
113153
|
{
|
|
112699
113154
|
Sound_X3DSoundSourceNode.prototype.initialize.call (this);
|
|
@@ -113019,6 +113474,10 @@ AudioDestination .prototype = Object .assign (Object .create (Sound_X3DSoundDest
|
|
|
113019
113474
|
{
|
|
113020
113475
|
return "children";
|
|
113021
113476
|
},
|
|
113477
|
+
getSpecificationRange: function ()
|
|
113478
|
+
{
|
|
113479
|
+
return ["4.0", "Infinity"];
|
|
113480
|
+
},
|
|
113022
113481
|
});
|
|
113023
113482
|
|
|
113024
113483
|
const AudioDestination_default_ = AudioDestination;
|
|
@@ -113128,6 +113587,10 @@ BiquadFilter .prototype = Object .assign (Object .create (Sound_X3DSoundProcessi
|
|
|
113128
113587
|
{
|
|
113129
113588
|
return "children";
|
|
113130
113589
|
},
|
|
113590
|
+
getSpecificationRange: function ()
|
|
113591
|
+
{
|
|
113592
|
+
return ["4.0", "Infinity"];
|
|
113593
|
+
},
|
|
113131
113594
|
});
|
|
113132
113595
|
|
|
113133
113596
|
const BiquadFilter_default_ = BiquadFilter;
|
|
@@ -113250,6 +113713,10 @@ BufferAudioSource .prototype = Object .assign (Object .create (Sound_X3DSoundSou
|
|
|
113250
113713
|
{
|
|
113251
113714
|
return "children";
|
|
113252
113715
|
},
|
|
113716
|
+
getSpecificationRange: function ()
|
|
113717
|
+
{
|
|
113718
|
+
return ["4.0", "Infinity"];
|
|
113719
|
+
},
|
|
113253
113720
|
initialize: function ()
|
|
113254
113721
|
{
|
|
113255
113722
|
Sound_X3DSoundSourceNode.prototype.initialize.call (this);
|
|
@@ -113424,6 +113891,10 @@ ChannelMerger .prototype = Object .assign (Object .create (Sound_X3DSoundChannel
|
|
|
113424
113891
|
{
|
|
113425
113892
|
return "children";
|
|
113426
113893
|
},
|
|
113894
|
+
getSpecificationRange: function ()
|
|
113895
|
+
{
|
|
113896
|
+
return ["4.0", "Infinity"];
|
|
113897
|
+
},
|
|
113427
113898
|
});
|
|
113428
113899
|
|
|
113429
113900
|
const ChannelMerger_default_ = ChannelMerger;
|
|
@@ -113521,6 +113992,10 @@ ChannelSelector .prototype = Object .assign (Object .create (Sound_X3DSoundChann
|
|
|
113521
113992
|
{
|
|
113522
113993
|
return "children";
|
|
113523
113994
|
},
|
|
113995
|
+
getSpecificationRange: function ()
|
|
113996
|
+
{
|
|
113997
|
+
return ["4.0", "Infinity"];
|
|
113998
|
+
},
|
|
113524
113999
|
});
|
|
113525
114000
|
|
|
113526
114001
|
const ChannelSelector_default_ = ChannelSelector;
|
|
@@ -113618,6 +114093,10 @@ ChannelSplitter .prototype = Object .assign (Object .create (Sound_X3DSoundChann
|
|
|
113618
114093
|
{
|
|
113619
114094
|
return "children";
|
|
113620
114095
|
},
|
|
114096
|
+
getSpecificationRange: function ()
|
|
114097
|
+
{
|
|
114098
|
+
return ["4.0", "Infinity"];
|
|
114099
|
+
},
|
|
113621
114100
|
});
|
|
113622
114101
|
|
|
113623
114102
|
const ChannelSplitter_default_ = ChannelSplitter;
|
|
@@ -113725,6 +114204,10 @@ Convolver .prototype = Object .assign (Object .create (Sound_X3DSoundProcessingN
|
|
|
113725
114204
|
{
|
|
113726
114205
|
return "children";
|
|
113727
114206
|
},
|
|
114207
|
+
getSpecificationRange: function ()
|
|
114208
|
+
{
|
|
114209
|
+
return ["4.0", "Infinity"];
|
|
114210
|
+
},
|
|
113728
114211
|
});
|
|
113729
114212
|
|
|
113730
114213
|
const Convolver_default_ = Convolver;
|
|
@@ -113832,6 +114315,10 @@ Delay .prototype = Object .assign (Object .create (Sound_X3DSoundProcessingNode.
|
|
|
113832
114315
|
{
|
|
113833
114316
|
return "children";
|
|
113834
114317
|
},
|
|
114318
|
+
getSpecificationRange: function ()
|
|
114319
|
+
{
|
|
114320
|
+
return ["4.0", "Infinity"];
|
|
114321
|
+
},
|
|
113835
114322
|
});
|
|
113836
114323
|
|
|
113837
114324
|
const Delay_default_ = Delay;
|
|
@@ -113943,6 +114430,10 @@ DynamicsCompressor .prototype = Object .assign (Object .create (Sound_X3DSoundPr
|
|
|
113943
114430
|
{
|
|
113944
114431
|
return "children";
|
|
113945
114432
|
},
|
|
114433
|
+
getSpecificationRange: function ()
|
|
114434
|
+
{
|
|
114435
|
+
return ["4.0", "Infinity"];
|
|
114436
|
+
},
|
|
113946
114437
|
});
|
|
113947
114438
|
|
|
113948
114439
|
const DynamicsCompressor_default_ = DynamicsCompressor;
|
|
@@ -114048,6 +114539,10 @@ Gain .prototype = Object .assign (Object .create (Sound_X3DSoundProcessingNode.p
|
|
|
114048
114539
|
{
|
|
114049
114540
|
return "children";
|
|
114050
114541
|
},
|
|
114542
|
+
getSpecificationRange: function ()
|
|
114543
|
+
{
|
|
114544
|
+
return ["4.0", "Infinity"];
|
|
114545
|
+
},
|
|
114051
114546
|
});
|
|
114052
114547
|
|
|
114053
114548
|
const Gain_default_ = Gain;
|
|
@@ -114155,6 +114650,10 @@ ListenerPointSource .prototype = Object .assign (Object .create (Sound_X3DSoundS
|
|
|
114155
114650
|
{
|
|
114156
114651
|
return "children";
|
|
114157
114652
|
},
|
|
114653
|
+
getSpecificationRange: function ()
|
|
114654
|
+
{
|
|
114655
|
+
return ["4.0", "Infinity"];
|
|
114656
|
+
},
|
|
114158
114657
|
});
|
|
114159
114658
|
|
|
114160
114659
|
const ListenerPointSource_default_ = ListenerPointSource;
|
|
@@ -114256,6 +114755,10 @@ MicrophoneSource .prototype = Object .assign (Object .create (Sound_X3DSoundSour
|
|
|
114256
114755
|
{
|
|
114257
114756
|
return "children";
|
|
114258
114757
|
},
|
|
114758
|
+
getSpecificationRange: function ()
|
|
114759
|
+
{
|
|
114760
|
+
return ["4.0", "Infinity"];
|
|
114761
|
+
},
|
|
114259
114762
|
});
|
|
114260
114763
|
|
|
114261
114764
|
const MicrophoneSource_default_ = MicrophoneSource;
|
|
@@ -114359,6 +114862,10 @@ OscillatorSource .prototype = Object .assign (Object .create (Sound_X3DSoundSour
|
|
|
114359
114862
|
{
|
|
114360
114863
|
return "children";
|
|
114361
114864
|
},
|
|
114865
|
+
getSpecificationRange: function ()
|
|
114866
|
+
{
|
|
114867
|
+
return ["4.0", "Infinity"];
|
|
114868
|
+
},
|
|
114362
114869
|
});
|
|
114363
114870
|
|
|
114364
114871
|
const OscillatorSource_default_ = OscillatorSource;
|
|
@@ -114450,6 +114957,10 @@ PeriodicWave .prototype = Object .assign (Object .create (Sound_X3DSoundNode.pro
|
|
|
114450
114957
|
{
|
|
114451
114958
|
return "periodicWave";
|
|
114452
114959
|
},
|
|
114960
|
+
getSpecificationRange: function ()
|
|
114961
|
+
{
|
|
114962
|
+
return ["4.0", "Infinity"];
|
|
114963
|
+
},
|
|
114453
114964
|
});
|
|
114454
114965
|
|
|
114455
114966
|
const PeriodicWave_default_ = PeriodicWave;
|
|
@@ -114567,6 +115078,10 @@ Sound .prototype = Object .assign (Object .create (Sound_X3DSoundNode.prototype)
|
|
|
114567
115078
|
{
|
|
114568
115079
|
return "children";
|
|
114569
115080
|
},
|
|
115081
|
+
getSpecificationRange: function ()
|
|
115082
|
+
{
|
|
115083
|
+
return ["2.0", "Infinity"];
|
|
115084
|
+
},
|
|
114570
115085
|
initialize: function ()
|
|
114571
115086
|
{
|
|
114572
115087
|
Sound_X3DSoundNode.prototype.initialize.call (this);
|
|
@@ -114850,6 +115365,10 @@ SpatialSound .prototype = Object .assign (Object .create (Sound_X3DSoundNode.pro
|
|
|
114850
115365
|
{
|
|
114851
115366
|
return "children";
|
|
114852
115367
|
},
|
|
115368
|
+
getSpecificationRange: function ()
|
|
115369
|
+
{
|
|
115370
|
+
return ["4.0", "Infinity"];
|
|
115371
|
+
},
|
|
114853
115372
|
});
|
|
114854
115373
|
|
|
114855
115374
|
const SpatialSound_default_ = SpatialSound;
|
|
@@ -114949,6 +115468,10 @@ StreamAudioDestination .prototype = Object .assign (Object .create (Sound_X3DSou
|
|
|
114949
115468
|
{
|
|
114950
115469
|
return "children";
|
|
114951
115470
|
},
|
|
115471
|
+
getSpecificationRange: function ()
|
|
115472
|
+
{
|
|
115473
|
+
return ["4.0", "Infinity"];
|
|
115474
|
+
},
|
|
114952
115475
|
});
|
|
114953
115476
|
|
|
114954
115477
|
const StreamAudioDestination_default_ = StreamAudioDestination;
|
|
@@ -115050,6 +115573,10 @@ StreamAudioSource .prototype = Object .assign (Object .create (Sound_X3DSoundSou
|
|
|
115050
115573
|
{
|
|
115051
115574
|
return "children";
|
|
115052
115575
|
},
|
|
115576
|
+
getSpecificationRange: function ()
|
|
115577
|
+
{
|
|
115578
|
+
return ["4.0", "Infinity"];
|
|
115579
|
+
},
|
|
115053
115580
|
});
|
|
115054
115581
|
|
|
115055
115582
|
const StreamAudioSource_default_ = StreamAudioSource;
|
|
@@ -115157,6 +115684,10 @@ WaveShaper .prototype = Object .assign (Object .create (Sound_X3DSoundProcessing
|
|
|
115157
115684
|
{
|
|
115158
115685
|
return "children";
|
|
115159
115686
|
},
|
|
115687
|
+
getSpecificationRange: function ()
|
|
115688
|
+
{
|
|
115689
|
+
return ["4.0", "Infinity"];
|
|
115690
|
+
},
|
|
115160
115691
|
});
|
|
115161
115692
|
|
|
115162
115693
|
const WaveShaper_default_ = WaveShaper;
|
|
@@ -115404,8 +115935,8 @@ const GIFMedia_default_ = GifMedia;
|
|
|
115404
115935
|
x_ite_Namespace.set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
|
|
115405
115936
|
/* harmony default export */ const GIFMedia = (GIFMedia_default_);
|
|
115406
115937
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
115407
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
115408
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
115938
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(869);
|
|
115939
|
+
/* provided dependency */ var SuperGif = __webpack_require__(521);
|
|
115409
115940
|
/*******************************************************************************
|
|
115410
115941
|
*
|
|
115411
115942
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115501,7 +116032,6 @@ MovieTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
|
|
|
115501
116032
|
new Base_X3DFieldDefinition (Base_X3DConstants.outputOnly, "isActive", new x_ite_Fields.SFBool ()),
|
|
115502
116033
|
new Base_X3DFieldDefinition (Base_X3DConstants.outputOnly, "elapsedTime", new x_ite_Fields.SFTime ()),
|
|
115503
116034
|
new Base_X3DFieldDefinition (Base_X3DConstants.outputOnly, "duration_changed", new x_ite_Fields.SFTime (-1)),
|
|
115504
|
-
new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "flipVertically", new x_ite_Fields.SFBool ()),
|
|
115505
116035
|
new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "repeatS", new x_ite_Fields.SFBool (true)),
|
|
115506
116036
|
new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "repeatT", new x_ite_Fields.SFBool (true)),
|
|
115507
116037
|
new Base_X3DFieldDefinition (Base_X3DConstants.initializeOnly, "textureProperties", new x_ite_Fields.SFNode ()),
|
|
@@ -115518,6 +116048,10 @@ MovieTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
|
|
|
115518
116048
|
{
|
|
115519
116049
|
return "texture";
|
|
115520
116050
|
},
|
|
116051
|
+
getSpecificationRange: function ()
|
|
116052
|
+
{
|
|
116053
|
+
return ["2.0", "Infinity"];
|
|
116054
|
+
},
|
|
115521
116055
|
initialize: function ()
|
|
115522
116056
|
{
|
|
115523
116057
|
Texturing_X3DTexture2DNode.prototype.initialize.call (this);
|
|
@@ -115628,7 +116162,7 @@ MovieTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
|
|
|
115628
116162
|
throw new Error ("The movie texture is a non power-of-two texture.");
|
|
115629
116163
|
|
|
115630
116164
|
this .setMedia (this .video [0]);
|
|
115631
|
-
this .setTexture (width, height, false, video,
|
|
116165
|
+
this .setTexture (width, height, false, video, true);
|
|
115632
116166
|
this .setLoadState (Base_X3DConstants.COMPLETE_STATE);
|
|
115633
116167
|
}
|
|
115634
116168
|
catch (error)
|
|
@@ -115648,7 +116182,7 @@ MovieTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
|
|
|
115648
116182
|
gif .pause ();
|
|
115649
116183
|
|
|
115650
116184
|
this .setMedia (gif);
|
|
115651
|
-
this .setTexture (gif .get_canvas () .width, gif .get_canvas () .height, false, gif .get_frames () [0] .data,
|
|
116185
|
+
this .setTexture (gif .get_canvas () .width, gif .get_canvas () .height, false, gif .get_frames () [0] .data, true);
|
|
115652
116186
|
this .setLoadState (Base_X3DConstants.COMPLETE_STATE);
|
|
115653
116187
|
}
|
|
115654
116188
|
catch (error)
|
|
@@ -115665,9 +116199,9 @@ MovieTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
|
|
|
115665
116199
|
return;
|
|
115666
116200
|
|
|
115667
116201
|
if (this .gif)
|
|
115668
|
-
this .updateTexture (this .gif .currentFrame .data,
|
|
116202
|
+
this .updateTexture (this .gif .currentFrame .data, true);
|
|
115669
116203
|
else
|
|
115670
|
-
this .updateTexture (this .video [0],
|
|
116204
|
+
this .updateTexture (this .video [0], true);
|
|
115671
116205
|
},
|
|
115672
116206
|
traverse: Texturing_X3DTexture2DNode.prototype.traverse,
|
|
115673
116207
|
dispose: function ()
|
|
@@ -115785,6 +116319,10 @@ MultiTexture .prototype = Object .assign (Object .create (Texturing_X3DTextureNo
|
|
|
115785
116319
|
{
|
|
115786
116320
|
return "texture";
|
|
115787
116321
|
},
|
|
116322
|
+
getSpecificationRange: function ()
|
|
116323
|
+
{
|
|
116324
|
+
return ["3.0", "Infinity"];
|
|
116325
|
+
},
|
|
115788
116326
|
initialize: function ()
|
|
115789
116327
|
{
|
|
115790
116328
|
Texturing_X3DTextureNode.prototype.initialize.call (this);
|
|
@@ -116104,6 +116642,10 @@ MultiTextureCoordinate .prototype = Object .assign (Object .create (Texturing_X3
|
|
|
116104
116642
|
{
|
|
116105
116643
|
return "texCoord";
|
|
116106
116644
|
},
|
|
116645
|
+
getSpecificationRange: function ()
|
|
116646
|
+
{
|
|
116647
|
+
return ["3.0", "Infinity"];
|
|
116648
|
+
},
|
|
116107
116649
|
initialize: function ()
|
|
116108
116650
|
{
|
|
116109
116651
|
Texturing_X3DTextureCoordinateNode.prototype.initialize.call (this);
|
|
@@ -116294,6 +116836,10 @@ MultiTextureTransform .prototype = Object .assign (Object .create (Texturing_X3D
|
|
|
116294
116836
|
{
|
|
116295
116837
|
return "textureTransform";
|
|
116296
116838
|
},
|
|
116839
|
+
getSpecificationRange: function ()
|
|
116840
|
+
{
|
|
116841
|
+
return ["3.0", "Infinity"];
|
|
116842
|
+
},
|
|
116297
116843
|
initialize: function ()
|
|
116298
116844
|
{
|
|
116299
116845
|
Texturing_X3DTextureTransformNode.prototype.initialize.call (this);
|
|
@@ -116353,7 +116899,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
|
|
|
116353
116899
|
x_ite_Namespace.set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
|
|
116354
116900
|
/* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
|
|
116355
116901
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
|
|
116356
|
-
/* provided dependency */ var PixelTexture_$ = __webpack_require__(
|
|
116902
|
+
/* provided dependency */ var PixelTexture_$ = __webpack_require__(869);
|
|
116357
116903
|
/*******************************************************************************
|
|
116358
116904
|
*
|
|
116359
116905
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116442,6 +116988,10 @@ PixelTexture .prototype = Object .assign (Object .create (Texturing_X3DTexture2D
|
|
|
116442
116988
|
{
|
|
116443
116989
|
return "texture";
|
|
116444
116990
|
},
|
|
116991
|
+
getSpecificationRange: function ()
|
|
116992
|
+
{
|
|
116993
|
+
return ["2.0", "Infinity"];
|
|
116994
|
+
},
|
|
116445
116995
|
initialize: function ()
|
|
116446
116996
|
{
|
|
116447
116997
|
Texturing_X3DTexture2DNode.prototype.initialize.call (this);
|
|
@@ -116713,6 +117263,10 @@ TextureCoordinateGenerator .prototype = Object .assign (Object .create (Texturin
|
|
|
116713
117263
|
{
|
|
116714
117264
|
return "texCoord";
|
|
116715
117265
|
},
|
|
117266
|
+
getSpecificationRange: function ()
|
|
117267
|
+
{
|
|
117268
|
+
return ["3.0", "Infinity"];
|
|
117269
|
+
},
|
|
116716
117270
|
initialize: function ()
|
|
116717
117271
|
{
|
|
116718
117272
|
Texturing_X3DSingleTextureCoordinateNode.prototype.initialize.call (this);
|
|
@@ -117056,7 +117610,7 @@ const Components_default_ = Components;
|
|
|
117056
117610
|
x_ite_Namespace.set ("x_ite/Components", Components_default_);
|
|
117057
117611
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
117058
117612
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
117059
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
117613
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(869);
|
|
117060
117614
|
/*******************************************************************************
|
|
117061
117615
|
* MIT License
|
|
117062
117616
|
*
|
|
@@ -118293,7 +118847,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
|
|
|
118293
118847
|
x_ite_Namespace.set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
|
|
118294
118848
|
/* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
|
|
118295
118849
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
118296
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
118850
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(869);
|
|
118297
118851
|
/*******************************************************************************
|
|
118298
118852
|
*
|
|
118299
118853
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119238,7 +119792,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
119238
119792
|
x_ite_Namespace.set ("x_ite/Browser/X3DBrowser", X3DBrowser_default_);
|
|
119239
119793
|
/* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
|
|
119240
119794
|
;// CONCATENATED MODULE: ./src/x_ite/Fallback.js
|
|
119241
|
-
/* provided dependency */ var Fallback_$ = __webpack_require__(
|
|
119795
|
+
/* provided dependency */ var Fallback_$ = __webpack_require__(869);
|
|
119242
119796
|
/*******************************************************************************
|
|
119243
119797
|
*
|
|
119244
119798
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119417,8 +119971,8 @@ const MicroTime_default_ = undefined;
|
|
|
119417
119971
|
x_ite_Namespace.set ("standard/Time/MicroTime", MicroTime_default_);
|
|
119418
119972
|
/* harmony default export */ const MicroTime = ((/* unused pure expression or super */ null && (MicroTime_default_)));
|
|
119419
119973
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
119420
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
119421
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
119974
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(869);
|
|
119975
|
+
/* provided dependency */ var pako = __webpack_require__(645);
|
|
119422
119976
|
jquery_$.decodeText = function (input)
|
|
119423
119977
|
{
|
|
119424
119978
|
if (typeof input === "string")
|
|
@@ -119450,14 +120004,14 @@ const jquery_default_ = jquery_$;
|
|
|
119450
120004
|
x_ite_Namespace.set ("lib/jquery", jquery_default_);
|
|
119451
120005
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
119452
120006
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
119453
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
120007
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(23);
|
|
119454
120008
|
const libtess_default_ = libtess_libtess;
|
|
119455
120009
|
;
|
|
119456
120010
|
|
|
119457
120011
|
x_ite_Namespace.set ("lib/libtess", libtess_default_);
|
|
119458
120012
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
119459
120013
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
119460
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
120014
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(869);
|
|
119461
120015
|
/*******************************************************************************
|
|
119462
120016
|
*
|
|
119463
120017
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119713,7 +120267,7 @@ const X3D_default_ = X3D;
|
|
|
119713
120267
|
x_ite_Namespace.set ("x_ite/X3D", X3D_default_);
|
|
119714
120268
|
/* harmony default export */ const x_ite_X3D = (X3D_default_);
|
|
119715
120269
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
119716
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
120270
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(869);
|
|
119717
120271
|
/*******************************************************************************
|
|
119718
120272
|
*
|
|
119719
120273
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119992,7 +120546,7 @@ x_ite_Namespace.set ("shim", shim_default_);
|
|
|
119992
120546
|
|
|
119993
120547
|
// Assign X3D to global namespace.
|
|
119994
120548
|
|
|
119995
|
-
window [Symbol .for ("X_ITE.X3D-8.6.
|
|
120549
|
+
window [Symbol .for ("X_ITE.X3D-8.6.13")] = x_ite_X3D;
|
|
119996
120550
|
|
|
119997
120551
|
x_ite_X3DCanvasElement.define ();
|
|
119998
120552
|
|