x_ite 8.9.6 → 8.10.1
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/build/bin/tests.pl +1 -1
- package/dist/assets/components/Annotation.js +13 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +13 -13
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +26 -26
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +13 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +9 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +35 -34
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +37 -37
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +370 -208
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +8 -8
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +27 -30
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +26 -26
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +23 -23
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +18 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +23 -23
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +37 -37
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +31 -31
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +14 -14
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +33 -33
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +18 -18
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +9 -9
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +9157 -8799
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +5 -5
- package/docs/_posts/components/Core/MetadataBoolean.md +1 -1
- package/docs/_posts/components/Core/MetadataDouble.md +1 -1
- package/docs/_posts/components/Core/MetadataFloat.md +1 -1
- package/docs/_posts/components/Core/MetadataInteger.md +1 -1
- package/docs/_posts/components/Core/MetadataSet.md +1 -1
- package/docs/_posts/components/Core/MetadataString.md +1 -1
- package/docs/_posts/components/Core/WorldInfo.md +1 -1
- package/docs/_posts/components/EventUtilities/BooleanFilter.md +2 -2
- package/docs/_posts/components/EventUtilities/BooleanSequencer.md +2 -2
- package/docs/_posts/components/EventUtilities/BooleanToggle.md +2 -2
- package/docs/_posts/components/EventUtilities/BooleanTrigger.md +2 -2
- package/docs/_posts/components/EventUtilities/IntegerSequencer.md +2 -2
- package/docs/_posts/components/EventUtilities/IntegerTrigger.md +2 -2
- package/docs/_posts/components/EventUtilities/TimeTrigger.md +2 -2
- package/docs/_posts/components/Geometry2D/Arc2D.md +1 -1
- package/docs/_posts/components/Geometry2D/ArcClose2D.md +1 -1
- package/docs/_posts/components/Geometry2D/Circle2D.md +1 -1
- package/docs/_posts/components/Geometry2D/Disk2D.md +1 -1
- package/docs/_posts/components/Geometry2D/Polyline2D.md +1 -1
- package/docs/_posts/components/Geometry2D/Polypoint2D.md +1 -1
- package/docs/_posts/components/Geometry2D/Rectangle2D.md +1 -1
- package/docs/_posts/components/HAnim/HAnimHumanoid.md +17 -17
- package/docs/_posts/components/Interpolation/ColorInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/CoordinateInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/CoordinateInterpolator2D.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/PositionInterpolator2D.md +1 -1
- package/docs/_posts/components/Interpolation/ScalarInterpolator.md +1 -1
- package/docs/_posts/components/KeyDeviceSensor/KeySensor.md +1 -1
- package/docs/_posts/components/KeyDeviceSensor/StringSensor.md +1 -1
- package/docs/_posts/components/Networking/LoadSensor.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/TouchSensor.md +1 -1
- package/docs/_posts/components/Text/Text.md +1 -1
- package/docs/_posts/components/Time/TimeSensor.md +1 -1
- package/docs/_posts/reference/browser-services.md +6 -6
- package/docs/_posts/what's-new.md +23 -0
- package/docs/laboratory/gltf-sample-viewer.html +17 -8
- package/package.json +1 -1
- package/src/assets/shaders/webgl1/Depth.vs.js +4 -4
- package/src/assets/shaders/webgl1/Pointing.fs.js +1 -1
- package/src/assets/shaders/webgl2/Depth.vs.js +7 -4
- package/src/assets/shaders/webgl2/LineTransform.vs.js +24 -12
- package/src/assets/shaders/webgl2/Pointing.fs.js +1 -1
- package/src/assets/shaders/webgl2/Pointing.vs.js +12 -9
- package/src/assets/shaders/webgl2/include/Particle.glsl.js +5 -15
- package/src/assets/shaders/webgl2/include/Skin.glsl.js +88 -0
- package/src/assets/shaders/webgl2/include/Utils.glsl.js +13 -0
- package/src/assets/shaders/webgl2/include/Vertex.glsl.js +17 -8
- package/src/bookmarks.js +54 -2
- package/src/tests.js +0 -360
- package/src/x_ite/Base/X3DArrayField.js +18 -3
- package/src/x_ite/Base/X3DBaseNode.js +73 -56
- package/src/x_ite/Base/X3DObjectArrayField.js +6 -4
- package/src/x_ite/Browser/Core/Context.js +14 -4
- package/src/x_ite/Browser/Core/Notification.js +4 -3
- package/src/x_ite/Browser/Core/X3DCoreContext.js +8 -8
- package/src/x_ite/Browser/Geometry2D/Arc2DOptions.js +4 -3
- package/src/x_ite/Browser/Geometry2D/ArcClose2DOptions.js +4 -3
- package/src/x_ite/Browser/Geometry2D/Circle2DOptions.js +6 -6
- package/src/x_ite/Browser/Geometry2D/Disk2DOptions.js +9 -10
- package/src/x_ite/Browser/Geometry3D/ConeOptions.js +5 -4
- package/src/x_ite/Browser/Geometry3D/CylinderOptions.js +5 -4
- package/src/x_ite/Browser/Geometry3D/IcoSphereOptions.js +3 -2
- package/src/x_ite/Browser/Geometry3D/QuadSphereOptions.js +3 -2
- package/src/x_ite/Browser/Layout/ScreenText.js +2 -2
- package/src/x_ite/Browser/Navigation/ExamineViewer.js +4 -4
- package/src/x_ite/Browser/Navigation/LookAtViewer.js +4 -4
- package/src/x_ite/Browser/Navigation/PlaneViewer.js +3 -3
- package/src/x_ite/Browser/Navigation/X3DFlyViewer.js +3 -3
- package/src/x_ite/Browser/Navigation/X3DNavigationContext.js +6 -5
- package/src/x_ite/Browser/Navigation/X3DViewer.js +2 -13
- package/src/x_ite/Browser/Networking/X3DNetworkingContext.js +5 -4
- package/src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js +8 -18
- package/src/x_ite/Browser/PointingDeviceSensor/X3DPointingDeviceSensorContext.js +17 -5
- package/src/x_ite/Browser/Rendering/X3DRenderingContext.js +6 -5
- package/src/x_ite/Browser/Shaders/Shaders.js +4 -0
- package/src/x_ite/Browser/Shape/X3DShapeContext.js +3 -3
- package/src/x_ite/Browser/Sound/X3DSoundContext.js +4 -3
- package/src/x_ite/Browser/Text/PolygonText.js +2 -2
- package/src/x_ite/Browser/Texturing/X3DTexturingContext.js +1 -1
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Browser/X3DBrowser.js +49 -17
- package/src/x_ite/Browser/X3DBrowserContext.js +8 -7
- package/src/x_ite/Components/Core/X3DChildNode.js +2 -5
- package/src/x_ite/Components/Core/X3DPrototypeInstance.js +14 -14
- package/src/x_ite/Components/CubeMapTexturing/ComposedCubeMapTexture.js +1 -1
- package/src/x_ite/Components/EnvironmentalSensor/X3DEnvironmentalSensorNode.js +1 -1
- package/src/x_ite/Components/Geometry3D/ElevationGrid.js +5 -2
- package/src/x_ite/Components/Geometry3D/Extrusion.js +24 -13
- package/src/x_ite/Components/Geometry3D/IndexedFaceSet.js +5 -2
- package/src/x_ite/Components/Geospatial/GeoElevationGrid.js +2 -2
- package/src/x_ite/Components/Geospatial/GeoViewpoint.js +2 -2
- package/src/x_ite/Components/Grouping/X3DBoundedObject.js +1 -2
- package/src/x_ite/Components/HAnim/HAnimHumanoid.js +314 -161
- package/src/x_ite/Components/HAnim/HAnimJoint.js +37 -25
- package/src/x_ite/Components/Layering/X3DLayerNode.js +2 -2
- package/src/x_ite/Components/NURBS/NurbsOrientationInterpolator.js +1 -1
- package/src/x_ite/Components/NURBS/NurbsPositionInterpolator.js +1 -1
- package/src/x_ite/Components/Navigation/NavigationInfo.js +4 -4
- package/src/x_ite/Components/Navigation/OrthoViewpoint.js +1 -1
- package/src/x_ite/Components/Navigation/X3DViewpointNode.js +12 -12
- package/src/x_ite/Components/Networking/X3DUrlObject.js +18 -11
- package/src/x_ite/Components/Rendering/IndexedLineSet.js +17 -14
- package/src/x_ite/Components/Rendering/LineSet.js +16 -13
- package/src/x_ite/Components/Rendering/PointSet.js +16 -12
- package/src/x_ite/Components/Rendering/X3DColorNode.js +1 -3
- package/src/x_ite/Components/Rendering/X3DComposedGeometryNode.js +3 -0
- package/src/x_ite/Components/Rendering/X3DGeometryNode.js +48 -77
- package/src/x_ite/Components/Rendering/X3DLineGeometryNode.js +31 -12
- package/src/x_ite/Components/Rendering/X3DPointGeometryNode.js +3 -0
- package/src/x_ite/Components/RigidBodyPhysics/RigidBody.js +3 -3
- package/src/x_ite/Components/RigidBodyPhysics/X3DNBodyCollidableNode.js +2 -2
- package/src/x_ite/Components/RigidBodyPhysics/X3DRigidJointNode.js +1 -1
- package/src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js +24 -7
- package/src/x_ite/Components/Shaders/X3DVertexAttributeNode.js +1 -1
- package/src/x_ite/Components/Shape/FillProperties.js +1 -3
- package/src/x_ite/Components/Shape/X3DAppearanceNode.js +1 -3
- package/src/x_ite/Components/Shape/X3DMaterialNode.js +8 -6
- package/src/x_ite/Components/Shape/X3DOneSidedMaterialNode.js +0 -2
- package/src/x_ite/Components/Sound/AudioClip.js +1 -1
- package/src/x_ite/Components/Sound/BufferAudioSource.js +1 -1
- package/src/x_ite/Components/Sound/ListenerPointSource.js +2 -2
- package/src/x_ite/Components/Sound/MicrophoneSource.js +2 -2
- package/src/x_ite/Components/Sound/OscillatorSource.js +2 -2
- package/src/x_ite/Components/Sound/Sound.js +1 -1
- package/src/x_ite/Components/Sound/StreamAudioSource.js +2 -2
- package/src/x_ite/Components/Sound/X3DSoundProcessingNode.js +1 -1
- package/src/x_ite/Components/Text/X3DFontStyleNode.js +4 -4
- package/src/x_ite/Components/Texturing/MultiTexture.js +1 -1
- package/src/x_ite/Components/Texturing/PixelTexture.js +1 -1
- package/src/x_ite/Components/Texturing/X3DSingleTextureCoordinateNode.js +2 -2
- package/src/x_ite/Components/Texturing/X3DTextureNode.js +1 -3
- package/src/x_ite/Components/Texturing3D/ComposedTexture3D.js +2 -2
- package/src/x_ite/Components/Texturing3D/PixelTexture3D.js +1 -1
- package/src/x_ite/Components/Time/TimeSensor.js +1 -1
- package/src/x_ite/Components/Time/X3DTimeDependentNode.js +2 -2
- package/src/x_ite/Execution/X3DExecutionContext.js +3 -4
- package/src/x_ite/Execution/X3DScene.js +4 -4
- package/src/x_ite/Execution/X3DWorld.js +1 -1
- package/src/x_ite/Parser/GLTF2Parser.js +196 -116
- package/src/x_ite/Parser/X3DOptimizer.js +47 -18
- package/src/x_ite/Prototype/X3DExternProtoDeclaration.js +4 -4
- package/src/x_ite/Prototype/X3DProtoDeclarationNode.js +1 -1
- package/src/x_ite/Rendering/X3DRenderObject.js +20 -12
- package/src/x_ite.html +36 -10
- package/x_ite.min.html +36 -10
|
@@ -65,7 +65,7 @@ function Sound (executionContext)
|
|
|
65
65
|
|
|
66
66
|
this .addType (X3DConstants .Sound);
|
|
67
67
|
|
|
68
|
-
this .addChildObjects ("traversed", new Fields .SFBool (true));
|
|
68
|
+
this .addChildObjects (X3DConstants .outputOnly, "traversed", new Fields .SFBool (true));
|
|
69
69
|
|
|
70
70
|
this ._location .setUnit ("length");
|
|
71
71
|
this ._minBack .setUnit ("length");
|
|
@@ -57,8 +57,8 @@ function StreamAudioSource (executionContext)
|
|
|
57
57
|
|
|
58
58
|
this .addType (X3DConstants .StreamAudioSource);
|
|
59
59
|
|
|
60
|
-
this .addChildObjects ("loop", new Fields .SFBool (),
|
|
61
|
-
"speed", new Fields .SFFloat (1));
|
|
60
|
+
this .addChildObjects (X3DConstants .inputOutput, "loop", new Fields .SFBool (),
|
|
61
|
+
X3DConstants .inputOutput, "speed", new Fields .SFFloat (1));
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
Object .setPrototypeOf (StreamAudioSource .prototype, X3DSoundSourceNode .prototype);
|
|
@@ -57,7 +57,7 @@ function X3DSoundProcessingNode (executionContext)
|
|
|
57
57
|
|
|
58
58
|
this .addType (X3DConstants .X3DSoundProcessingNode);
|
|
59
59
|
|
|
60
|
-
this .addChildObjects ("loop", new Fields .SFBool ());
|
|
60
|
+
this .addChildObjects (X3DConstants .inputOutput, "loop", new Fields .SFBool ());
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
Object .assign (Object .setPrototypeOf (X3DSoundProcessingNode .prototype, X3DChildNode .prototype),
|
|
@@ -86,10 +86,10 @@ function X3DFontStyleNode (executionContext)
|
|
|
86
86
|
|
|
87
87
|
this .addType (X3DConstants .X3DFontStyleNode);
|
|
88
88
|
|
|
89
|
-
this .addChildObjects ("url", this ._family,
|
|
90
|
-
"load", new Fields .SFBool (true),
|
|
91
|
-
"autoRefresh", new Fields .SFTime (),
|
|
92
|
-
"autoRefreshTimeLimit", new Fields .SFTime (3600));
|
|
89
|
+
this .addChildObjects (X3DConstants .inputOutput, "url", this ._family,
|
|
90
|
+
X3DConstants .inputOutput, "load", new Fields .SFBool (true),
|
|
91
|
+
X3DConstants .inputOutput, "autoRefresh", new Fields .SFTime (),
|
|
92
|
+
X3DConstants .inputOutput, "autoRefreshTimeLimit", new Fields .SFTime (3600));
|
|
93
93
|
|
|
94
94
|
this ._family .setName ("family");
|
|
95
95
|
|
|
@@ -61,7 +61,7 @@ function MultiTexture (executionContext)
|
|
|
61
61
|
|
|
62
62
|
this .addType (X3DConstants .MultiTexture);
|
|
63
63
|
|
|
64
|
-
this .addChildObjects ("loadState", new Fields .SFInt32 (X3DConstants .NOT_STARTED_STATE));
|
|
64
|
+
this .addChildObjects (X3DConstants .outputOnly, "loadState", new Fields .SFInt32 (X3DConstants .NOT_STARTED_STATE));
|
|
65
65
|
|
|
66
66
|
const browser = this .getBrowser ();
|
|
67
67
|
|
|
@@ -60,7 +60,7 @@ function PixelTexture (executionContext)
|
|
|
60
60
|
|
|
61
61
|
this .addType (X3DConstants .PixelTexture);
|
|
62
62
|
|
|
63
|
-
this .addChildObjects ("loadState", new Fields .SFInt32 (X3DConstants .NOT_STARTED_STATE));
|
|
63
|
+
this .addChildObjects (X3DConstants .outputOnly, "loadState", new Fields .SFInt32 (X3DConstants .NOT_STARTED_STATE));
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
Object .assign (Object .setPrototypeOf (PixelTexture .prototype, X3DTexture2DNode .prototype),
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
*
|
|
46
46
|
******************************************************************************/
|
|
47
47
|
|
|
48
|
+
import Fields from "../../Fields.js";
|
|
48
49
|
import X3DTextureCoordinateNode from "./X3DTextureCoordinateNode.js";
|
|
49
|
-
import X3DGeometryNode from "../Rendering/X3DGeometryNode.js";
|
|
50
50
|
import X3DConstants from "../../Base/X3DConstants.js";
|
|
51
51
|
|
|
52
52
|
function X3DSingleTextureCoordinateNode (executionContext)
|
|
@@ -55,7 +55,7 @@ function X3DSingleTextureCoordinateNode (executionContext)
|
|
|
55
55
|
|
|
56
56
|
this .addType (X3DConstants .X3DSingleTextureCoordinateNode);
|
|
57
57
|
|
|
58
|
-
this .texCoordArray =
|
|
58
|
+
this .texCoordArray = new Fields .MFFloat ();
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
Object .assign (Object .setPrototypeOf (X3DSingleTextureCoordinateNode .prototype, X3DTextureCoordinateNode .prototype),
|
|
@@ -55,9 +55,7 @@ function X3DTextureNode (executionContext)
|
|
|
55
55
|
|
|
56
56
|
this .addType (X3DConstants .X3DTextureNode);
|
|
57
57
|
|
|
58
|
-
this .addChildObjects ("transparent", new Fields .SFBool ());
|
|
59
|
-
|
|
60
|
-
this ._transparent .setAccessType (X3DConstants .outputOnly);
|
|
58
|
+
this .addChildObjects (X3DConstants .outputOnly, "transparent", new Fields .SFBool ());
|
|
61
59
|
}
|
|
62
60
|
|
|
63
61
|
Object .assign (Object .setPrototypeOf (X3DTextureNode .prototype, X3DAppearanceChildNode .prototype),
|
|
@@ -58,8 +58,8 @@ function ComposedTexture3D (executionContext)
|
|
|
58
58
|
|
|
59
59
|
this .addType (X3DConstants .ComposedTexture3D);
|
|
60
60
|
|
|
61
|
-
this .addChildObjects ("loadState", new Fields .SFInt32 (X3DConstants .NOT_STARTED_STATE),
|
|
62
|
-
"update", new Fields .SFTime ());
|
|
61
|
+
this .addChildObjects (X3DConstants .outputOnly, "loadState", new Fields .SFInt32 (X3DConstants .NOT_STARTED_STATE),
|
|
62
|
+
X3DConstants .inputOutput, "update", new Fields .SFTime ());
|
|
63
63
|
|
|
64
64
|
this .textureNodes = [ ];
|
|
65
65
|
}
|
|
@@ -57,7 +57,7 @@ function PixelTexture3D (executionContext)
|
|
|
57
57
|
|
|
58
58
|
this .addType (X3DConstants .PixelTexture3D);
|
|
59
59
|
|
|
60
|
-
this .addChildObjects ("loadState", new Fields .SFInt32 (X3DConstants .NOT_STARTED_STATE));
|
|
60
|
+
this .addChildObjects (X3DConstants .outputOnly, "loadState", new Fields .SFInt32 (X3DConstants .NOT_STARTED_STATE));
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
Object .assign (Object .setPrototypeOf (PixelTexture3D .prototype, X3DTexture3DNode .prototype),
|
|
@@ -60,7 +60,7 @@ function TimeSensor (executionContext)
|
|
|
60
60
|
|
|
61
61
|
this .addType (X3DConstants .TimeSensor);
|
|
62
62
|
|
|
63
|
-
this .addChildObjects ("range", new Fields .MFFloat (0, 0, 1)); // current, first, last (in fractions) - play range starting at current
|
|
63
|
+
this .addChildObjects (X3DConstants .inputOutput, "range", new Fields .MFFloat (0, 0, 1)); // current, first, last (in fractions) - play range starting at current
|
|
64
64
|
|
|
65
65
|
this .cycle = 0;
|
|
66
66
|
this .interval = 0;
|
|
@@ -53,8 +53,8 @@ function X3DTimeDependentNode (executionContext)
|
|
|
53
53
|
{
|
|
54
54
|
this .addType (X3DConstants .X3DTimeDependentNode);
|
|
55
55
|
|
|
56
|
-
this .addChildObjects ("initialized", new Fields .SFTime (),
|
|
57
|
-
"isEvenLive", new Fields .SFBool ());
|
|
56
|
+
this .addChildObjects (X3DConstants .outputOnly, "initialized", new Fields .SFTime (),
|
|
57
|
+
X3DConstants .inputOutput, "isEvenLive", new Fields .SFBool ());
|
|
58
58
|
|
|
59
59
|
this .startTimeValue = 0;
|
|
60
60
|
this .pauseTimeValue = 0;
|
|
@@ -75,11 +75,10 @@ function X3DExecutionContext (executionContext, outerNode = null, browser = exec
|
|
|
75
75
|
|
|
76
76
|
this .addType (X3DConstants .X3DExecutionContext)
|
|
77
77
|
|
|
78
|
-
this .addChildObjects ("rootNodes", new Fields .MFNode (),
|
|
79
|
-
"worldInfos", new Fields .MFNode (),
|
|
80
|
-
"sceneGraph_changed", new Fields .SFTime ())
|
|
78
|
+
this .addChildObjects (X3DConstants .initializeOnly, "rootNodes", new Fields .MFNode (),
|
|
79
|
+
X3DConstants .outputOnly, "worldInfos", new Fields .MFNode (),
|
|
80
|
+
X3DConstants .outputOnly, "sceneGraph_changed", new Fields .SFTime ())
|
|
81
81
|
|
|
82
|
-
this ._rootNodes .setAccessType (X3DConstants .initializeOnly);
|
|
83
82
|
this ._rootNodes .collectCloneCount = () => 1;
|
|
84
83
|
|
|
85
84
|
this [_outerNode] = outerNode;
|
|
@@ -76,10 +76,10 @@ function X3DScene (browser)
|
|
|
76
76
|
|
|
77
77
|
this .addType (X3DConstants .X3DScene)
|
|
78
78
|
|
|
79
|
-
this .addChildObjects ("profile_changed", new Fields .SFTime (),
|
|
80
|
-
"metadata_changed", new Fields .SFTime (),
|
|
81
|
-
"initLoadCount", new Fields .SFInt32 (),
|
|
82
|
-
"loadCount", new Fields .SFInt32 ())
|
|
79
|
+
this .addChildObjects (X3DConstants .outputOnly, "profile_changed", new Fields .SFTime (),
|
|
80
|
+
X3DConstants .outputOnly, "metadata_changed", new Fields .SFTime (),
|
|
81
|
+
X3DConstants .outputOnly, "initLoadCount", new Fields .SFInt32 (),
|
|
82
|
+
X3DConstants .outputOnly, "loadCount", new Fields .SFInt32 ())
|
|
83
83
|
|
|
84
84
|
this [_specificationVersion] = X3D_LATEST_VERSION;
|
|
85
85
|
this [_encoding] = "SCRIPTED";
|
|
@@ -58,7 +58,7 @@ function X3DWorld (executionContext)
|
|
|
58
58
|
|
|
59
59
|
this .addType (X3DConstants .X3DWorld)
|
|
60
60
|
|
|
61
|
-
this .addChildObjects ("activeLayer", new SFNode (this .layer0));
|
|
61
|
+
this .addChildObjects (X3DConstants .outputOnly, "activeLayer", new SFNode (this .layer0));
|
|
62
62
|
|
|
63
63
|
this .defaultLayerSet = new LayerSet (executionContext);
|
|
64
64
|
this .layerSet = this .defaultLayerSet;
|