x_ite 8.7.5 → 8.7.7
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/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 +25 -25
- 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 +21 -23
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +35 -36
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +18 -18
- 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 +28 -28
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +24 -24
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +22 -22
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +20 -20
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +25 -25
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +28 -28
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +26 -27
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +15 -15
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +30 -30
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +19 -19
- 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 +370 -591
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +1 -1
- package/docs/_includes/scripts.html +0 -1
- package/docs/_posts/components/CADGeometry/QuadSet.md +1 -1
- package/docs/_posts/components/CubeMapTexturing/ComposedCubeMapTexture.md +1 -1
- package/docs/_posts/components/CubeMapTexturing/GeneratedCubeMapTexture.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/EnvironmentalEffects/LocalFog.md +1 -1
- package/docs/_posts/components/EnvironmentalEffects/TextureBackground.md +1 -1
- package/docs/_posts/components/EnvironmentalSensor/ProximitySensor.md +1 -1
- package/docs/_posts/components/EnvironmentalSensor/TransformSensor.md +1 -1
- package/docs/_posts/components/EnvironmentalSensor/VisibilitySensor.md +1 -1
- package/docs/_posts/components/EventUtilities/IntegerSequencer.md +1 -1
- package/docs/_posts/components/Followers/ColorChaser.md +1 -1
- package/docs/_posts/components/Followers/ColorDamper.md +1 -1
- package/docs/_posts/components/Followers/CoordinateChaser.md +1 -1
- package/docs/_posts/components/Followers/ScalarChaser.md +1 -1
- 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/Geometry2D/TriangleSet2D.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/Geospatial/GeoElevationGrid.md +1 -1
- package/docs/_posts/components/Geospatial/GeoLOD.md +1 -1
- package/docs/_posts/components/Geospatial/GeoViewpoint.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/HAnim/HAnimHumanoid.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/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/Interpolation/SplineScalarInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/SquadOrientationInterpolator.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/Layering/LayerSet.md +1 -1
- package/docs/_posts/components/Layering/Viewport.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/NURBS/NurbsCurve.md +1 -1
- package/docs/_posts/components/NURBS/NurbsPatchSurface.md +1 -1
- package/docs/_posts/components/NURBS/NurbsSweptSurface.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/NavigationInfo.md +1 -1
- package/docs/_posts/components/Navigation/OrthoViewpoint.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/Networking/LoadSensor.md +1 -1
- package/docs/_posts/components/ParticleSystems/ConeEmitter.md +1 -1
- package/docs/_posts/components/ParticleSystems/ExplosionEmitter.md +1 -1
- package/docs/_posts/components/ParticleSystems/ForcePhysicsModel.md +1 -1
- package/docs/_posts/components/ParticleSystems/ParticleSystem.md +1 -1
- package/docs/_posts/components/ParticleSystems/PointEmitter.md +1 -1
- package/docs/_posts/components/ParticleSystems/PolylineEmitter.md +1 -1
- package/docs/_posts/components/ParticleSystems/SurfaceEmitter.md +1 -1
- package/docs/_posts/components/ParticleSystems/VolumeEmitter.md +1 -1
- package/docs/_posts/components/ParticleSystems/WindPhysicsModel.md +1 -1
- package/docs/_posts/components/Picking/LinePickSensor.md +1 -1
- package/docs/_posts/components/Picking/PointPickSensor.md +1 -1
- package/docs/_posts/components/Picking/PrimitivePickSensor.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/Rendering/ClipPlane.md +1 -1
- package/docs/_posts/components/Rendering/Color.md +1 -1
- package/docs/_posts/components/Rendering/ColorRGBA.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/IndexedTriangleFanSet.md +1 -1
- package/docs/_posts/components/Rendering/IndexedTriangleSet.md +1 -1
- package/docs/_posts/components/Rendering/LineSet.md +1 -1
- package/docs/_posts/components/Rendering/PointSet.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/BallJoint.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/CollidableShape.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/CollisionCollection.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/RigidBody.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/RigidBodyCollection.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/SingleAxisHingeJoint.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/SliderJoint.md +1 -1
- package/docs/_posts/components/Shaders/ComposedShader.md +1 -1
- package/docs/_posts/components/Shaders/FloatVertexAttribute.md +1 -1
- package/docs/_posts/components/Shaders/ShaderPart.md +1 -1
- package/docs/_posts/components/Shape/Appearance.md +1 -1
- package/docs/_posts/components/Shape/FillProperties.md +1 -1
- package/docs/_posts/components/Shape/LineProperties.md +1 -1
- package/docs/_posts/components/Shape/Material.md +1 -1
- package/docs/_posts/components/Shape/TwoSidedMaterial.md +1 -1
- package/docs/_posts/components/Sound/AudioClip.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 -1
- package/docs/_posts/components/Texturing/MovieTexture.md +1 -1
- package/docs/_posts/components/Texturing/MultiTexture.md +1 -1
- package/docs/_posts/components/Texturing/PixelTexture.md +1 -1
- package/docs/_posts/components/Texturing3D/ImageTexture3D.md +1 -1
- package/docs/_posts/components/Texturing3D/ImageTextureAtlas.md +1 -1
- package/docs/_posts/components/Time/TimeSensor.md +1 -1
- package/docs/_posts/components/VolumeRendering/EdgeEnhancementVolumeStyle.md +1 -1
- package/docs/_posts/components/VolumeRendering/IsoSurfaceVolumeData.md +1 -1
- package/docs/_posts/components/VolumeRendering/SegmentedVolumeData.md +1 -1
- package/docs/_posts/components/VolumeRendering/ShadedVolumeStyle.md +1 -1
- package/docs/_posts/components/VolumeRendering/ToneMappedVolumeStyle.md +1 -1
- package/docs/_posts/components/VolumeRendering/VolumeData.md +1 -1
- package/docs/_posts/components/X_ITE/BlendMode.md +1 -1
- package/docs/_posts/custom-shaders.md +1 -1
- package/docs/_posts/getting-started.md +7 -2
- package/docs/_posts/reference/browser-services.md +6 -0
- package/docs/_posts/tutorials/adding-backgrounds.md +2 -2
- package/docs/_posts/tutorials/adding-sound.md +1 -1
- package/docs/_posts/tutorials/building-a-x3d-world.md +1 -1
- package/docs/_posts/tutorials/building-elevation-grids.md +1 -1
- package/docs/_posts/tutorials/building-primitive-shapes.md +2 -2
- package/docs/_posts/tutorials/controlling-appearance-with-materials.md +1 -1
- package/docs/_posts/tutorials/controlling-detail.md +1 -1
- package/docs/_posts/tutorials/hello-world.md +1 -1
- package/docs/_posts/tutorials/naming-nodes.md +1 -1
- package/docs/_posts/tutorials/writing-program-scripts-with-ecmascript.md +1 -1
- package/package.json +3 -3
- package/src/assets/shaders/webgl1/include/Shadow.glsl.js +11 -2
- package/src/assets/shaders/webgl2/include/Shadow.glsl.js +11 -2
- package/src/lib/jquery.js +13 -0
- package/src/standard/Geospatial/UniversalTransverseMercator.js +0 -1
- package/src/standard/Math/Geometry/Box2.js +18 -5
- package/src/standard/Math/Geometry/Box3.js +18 -5
- package/src/standard/Math/Geometry/Cylinder3.js +1 -1
- package/src/standard/Math/Geometry/Line2.js +1 -1
- package/src/standard/Math/Geometry/Line3.js +1 -1
- package/src/standard/Math/Geometry/Plane3.js +1 -1
- package/src/standard/Math/Geometry/Sphere3.js +14 -14
- package/src/standard/Math/Numbers/Complex.js +0 -4
- package/src/standard/Math/Numbers/Quaternion.js +27 -73
- package/src/standard/Math/Numbers/Rotation4.js +0 -29
- package/src/standard/Math/Numbers/Vector2.js +0 -64
- package/src/standard/Math/Numbers/Vector3.js +0 -72
- package/src/standard/Math/Numbers/Vector4.js +0 -64
- package/src/tests.js +0 -1
- package/src/x_ite/Base/X3DObject.js +9 -32
- package/src/x_ite/Base/X3DObjectArrayField.js +35 -64
- package/src/x_ite/Browser/Core/BrowserOptions.js +37 -0
- package/src/x_ite/Browser/Core/X3DCoreContext.js +18 -0
- package/src/x_ite/Browser/Interpolation/CatmullRomSplineInterpolatorTemplate.js +4 -4
- package/src/x_ite/Browser/Interpolation/SquatInterpolator.js +12 -7
- package/src/x_ite/Browser/Navigation/ExamineViewer.js +9 -9
- package/src/x_ite/Browser/Navigation/LookAtViewer.js +3 -3
- package/src/x_ite/Browser/Navigation/WalkViewer.js +2 -2
- package/src/x_ite/Browser/Navigation/X3DFlyViewer.js +7 -7
- package/src/x_ite/Browser/Picking/VolumePicker.js +1 -1
- package/src/x_ite/Browser/Shaders/X3DShadersContext.js +0 -1
- package/src/x_ite/Browser/Text/X3DTextGeometry.js +2 -3
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Browser/X3DBrowser.js +4 -4
- package/src/x_ite/Components/EnvironmentalSensor/ProximitySensor.js +1 -1
- package/src/x_ite/Components/EnvironmentalSensor/TransformSensor.js +1 -1
- package/src/x_ite/Components/Followers/OrientationChaser.js +3 -3
- package/src/x_ite/Components/Followers/OrientationDamper.js +3 -3
- package/src/x_ite/Components/Geometry2D/Rectangle2D.js +2 -3
- package/src/x_ite/Components/Geometry3D/Box.js +3 -10
- package/src/x_ite/Components/Geometry3D/Cone.js +1 -1
- package/src/x_ite/Components/Geometry3D/Cylinder.js +2 -2
- package/src/x_ite/Components/Geometry3D/Extrusion.js +3 -3
- package/src/x_ite/Components/Geospatial/GeoViewpoint.js +2 -2
- package/src/x_ite/Components/Interpolation/OrientationInterpolator.js +2 -2
- package/src/x_ite/Components/Layout/Layout.js +1 -1
- package/src/x_ite/Components/Navigation/Billboard.js +1 -1
- package/src/x_ite/Components/Navigation/X3DViewpointNode.js +10 -10
- package/src/x_ite/Components/Picking/PointPickSensor.js +1 -1
- package/src/x_ite/Components/PointingDeviceSensor/CylinderSensor.js +7 -7
- package/src/x_ite/Components/PointingDeviceSensor/PlaneSensor.js +1 -1
- package/src/x_ite/Components/PointingDeviceSensor/SphereSensor.js +9 -9
- package/src/x_ite/Components/Rendering/X3DGeometryNode.js +1 -1
- package/src/x_ite/Components/RigidBodyPhysics/DoubleAxisHingeJoint.js +2 -2
- package/src/x_ite/Components/RigidBodyPhysics/RigidBody.js +1 -1
- package/src/x_ite/Components/RigidBodyPhysics/SingleAxisHingeJoint.js +1 -1
- package/src/x_ite/Components/RigidBodyPhysics/SliderJoint.js +3 -3
- package/src/x_ite/Components/TextureProjector/X3DTextureProjectorNode.js +1 -1
- package/src/x_ite/Fields/ArrayFields.js +1 -1
- package/src/x_ite/Fields/SFNodeCache.js +2 -2
- package/src/x_ite/Fields/SFVec3.js +1 -1
- package/src/x_ite/Fields/SFVecPrototypeTemplate.js +3 -3
- package/src/x_ite/Parser/SVGParser.js +1 -1
- package/src/x_ite/Rendering/X3DRenderObject.js +3 -3
- package/src/x_ite/X3DCanvasElement.js +1 -0
- package/docs/assets/js/autoupdate.js +0 -25
|
@@ -119,7 +119,7 @@ Event sent when node becomes active/inactive.
|
|
|
119
119
|
|
|
120
120
|
## Example
|
|
121
121
|
|
|
122
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Navigation/NavigationInfo/NavigationInfo.x3d"></x3d-canvas>
|
|
122
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Navigation/NavigationInfo/NavigationInfo.x3d" update="auto"></x3d-canvas>
|
|
123
123
|
|
|
124
124
|
## External Links
|
|
125
125
|
|
|
@@ -150,7 +150,7 @@ Event sent when node becomes active/inactive.
|
|
|
150
150
|
|
|
151
151
|
## Example
|
|
152
152
|
|
|
153
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Navigation/OrthoViewpoint/OrthoViewpoint.x3d"></x3d-canvas>
|
|
153
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Navigation/OrthoViewpoint/OrthoViewpoint.x3d" update="auto"></x3d-canvas>
|
|
154
154
|
|
|
155
155
|
## External Links
|
|
156
156
|
|
|
@@ -150,7 +150,7 @@ Event sent when node becomes active/inactive.
|
|
|
150
150
|
|
|
151
151
|
## Example
|
|
152
152
|
|
|
153
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Navigation/Viewpoint/Viewpoint.x3d"></x3d-canvas>
|
|
153
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Navigation/Viewpoint/Viewpoint.x3d" update="auto"></x3d-canvas>
|
|
154
154
|
|
|
155
155
|
## External Links
|
|
156
156
|
|
|
@@ -153,7 +153,7 @@ Grouping nodes contain a list of children nodes.
|
|
|
153
153
|
|
|
154
154
|
## Example
|
|
155
155
|
|
|
156
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Networking/Anchor/Anchor.x3d"></x3d-canvas>
|
|
156
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Networking/Anchor/Anchor.x3d" update="auto"></x3d-canvas>
|
|
157
157
|
|
|
158
158
|
## External Links
|
|
159
159
|
|
|
@@ -140,7 +140,7 @@ Bounding box center: optional hint for position offset from origin of local coor
|
|
|
140
140
|
|
|
141
141
|
## Example
|
|
142
142
|
|
|
143
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Networking/Inline/Inline.x3d"></x3d-canvas>
|
|
143
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Networking/Inline/Inline.x3d" update="auto"></x3d-canvas>
|
|
144
144
|
|
|
145
145
|
## External Links
|
|
146
146
|
|
|
@@ -84,7 +84,7 @@ Input/Output field watchList.
|
|
|
84
84
|
|
|
85
85
|
## Example
|
|
86
86
|
|
|
87
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Networking/LoadSensor/LoadSensor.x3d"></x3d-canvas>
|
|
87
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Networking/LoadSensor/LoadSensor.x3d" update="auto"></x3d-canvas>
|
|
88
88
|
|
|
89
89
|
## External Links
|
|
90
90
|
|
|
@@ -69,7 +69,7 @@ Particle surface area in area base units (default is meters squared). Surface ar
|
|
|
69
69
|
|
|
70
70
|
## Example
|
|
71
71
|
|
|
72
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/ConeEmitter/ConeEmitter.x3d"></x3d-canvas>
|
|
72
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/ConeEmitter/ConeEmitter.x3d" update="auto"></x3d-canvas>
|
|
73
73
|
|
|
74
74
|
## External Links
|
|
75
75
|
|
|
@@ -65,7 +65,7 @@ Particle surface area in area base units (default is meters squared). Surface ar
|
|
|
65
65
|
|
|
66
66
|
## Example
|
|
67
67
|
|
|
68
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/ExplosionEmitter/ExplosionEmitter.x3d"></x3d-canvas>
|
|
68
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/ExplosionEmitter/ExplosionEmitter.x3d" update="auto"></x3d-canvas>
|
|
69
69
|
|
|
70
70
|
## External Links
|
|
71
71
|
|
|
@@ -51,7 +51,7 @@ Force field indicates strength and direction of the propelling force on the part
|
|
|
51
51
|
|
|
52
52
|
## Example
|
|
53
53
|
|
|
54
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/ForcePhysicsModel/ForcePhysicsModel.x3d"></x3d-canvas>
|
|
54
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/ForcePhysicsModel/ForcePhysicsModel.x3d" update="auto"></x3d-canvas>
|
|
55
55
|
|
|
56
56
|
## External Links
|
|
57
57
|
|
|
@@ -185,7 +185,7 @@ The geometry node provides geometry used for each particle when geometryType=GEO
|
|
|
185
185
|
|
|
186
186
|
## Example
|
|
187
187
|
|
|
188
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/ParticleSystem/ParticleSystem.x3d"></x3d-canvas>
|
|
188
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/ParticleSystem/ParticleSystem.x3d" update="auto"></x3d-canvas>
|
|
189
189
|
|
|
190
190
|
## External Links
|
|
191
191
|
|
|
@@ -69,7 +69,7 @@ Particle surface area in area base units (default is meters squared). Surface ar
|
|
|
69
69
|
|
|
70
70
|
## Example
|
|
71
71
|
|
|
72
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/PointEmitter/PointEmitter.x3d"></x3d-canvas>
|
|
72
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/PointEmitter/PointEmitter.x3d" update="auto"></x3d-canvas>
|
|
73
73
|
|
|
74
74
|
## External Links
|
|
75
75
|
|
|
@@ -87,7 +87,7 @@ Particle surface area in area base units (default is meters squared). Surface ar
|
|
|
87
87
|
|
|
88
88
|
## Example
|
|
89
89
|
|
|
90
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/PolylineEmitter/PolylineEmitter.x3d"></x3d-canvas>
|
|
90
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/PolylineEmitter/PolylineEmitter.x3d" update="auto"></x3d-canvas>
|
|
91
91
|
|
|
92
92
|
## External Links
|
|
93
93
|
|
|
@@ -83,7 +83,7 @@ The geometry node provides geometry used as the emitting surface.
|
|
|
83
83
|
|
|
84
84
|
## Example
|
|
85
85
|
|
|
86
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/SurfaceEmitter/SurfaceEmitter.x3d"></x3d-canvas>
|
|
86
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/SurfaceEmitter/SurfaceEmitter.x3d" update="auto"></x3d-canvas>
|
|
87
87
|
|
|
88
88
|
## External Links
|
|
89
89
|
|
|
@@ -83,7 +83,7 @@ Particle surface area in area base units (default is meters squared). Surface ar
|
|
|
83
83
|
|
|
84
84
|
## Example
|
|
85
85
|
|
|
86
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/VolumeEmitter/VolumeEmitter.x3d"></x3d-canvas>
|
|
86
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/VolumeEmitter/VolumeEmitter.x3d" update="auto"></x3d-canvas>
|
|
87
87
|
|
|
88
88
|
## External Links
|
|
89
89
|
|
|
@@ -61,7 +61,7 @@ Initial linear speed (default is m/s) imparted to all particles along their dire
|
|
|
61
61
|
|
|
62
62
|
## Example
|
|
63
63
|
|
|
64
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/WindPhysicsModel/WindPhysicsModel.x3d"></x3d-canvas>
|
|
64
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/ParticleSystems/WindPhysicsModel/WindPhysicsModel.x3d" update="auto"></x3d-canvas>
|
|
65
65
|
|
|
66
66
|
## External Links
|
|
67
67
|
|
|
@@ -116,7 +116,7 @@ Output event containing 3D texture coordinates of surfaces computed by the picki
|
|
|
116
116
|
|
|
117
117
|
## Example
|
|
118
118
|
|
|
119
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Picking/LinePickSensor/LinePickSensor.x3d"></x3d-canvas>
|
|
119
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Picking/LinePickSensor/LinePickSensor.x3d" update="auto"></x3d-canvas>
|
|
120
120
|
|
|
121
121
|
## External Links
|
|
122
122
|
|
|
@@ -104,7 +104,7 @@ Output event containing 3D points on surface of underlying pickingGeometry compu
|
|
|
104
104
|
|
|
105
105
|
## Example
|
|
106
106
|
|
|
107
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Picking/PointPickSensor/PointPickSensor.x3d"></x3d-canvas>
|
|
107
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Picking/PointPickSensor/PointPickSensor.x3d" update="auto"></x3d-canvas>
|
|
108
108
|
|
|
109
109
|
## External Links
|
|
110
110
|
|
|
@@ -105,7 +105,7 @@ The sortOrder field determines the order provided for picked output events.
|
|
|
105
105
|
|
|
106
106
|
## Example
|
|
107
107
|
|
|
108
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Picking/PrimitivePickSensor/PrimitivePickSensor.x3d"></x3d-canvas>
|
|
108
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Picking/PrimitivePickSensor/PrimitivePickSensor.x3d" update="auto"></x3d-canvas>
|
|
109
109
|
|
|
110
110
|
## External Links
|
|
111
111
|
|
|
@@ -112,7 +112,7 @@ Select geometry by activating the pointing device (e.g. clicking the mouse) to g
|
|
|
112
112
|
|
|
113
113
|
## Example
|
|
114
114
|
|
|
115
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/PointingDeviceSensor/CylinderSensor/CylinderSensor.x3d"></x3d-canvas>
|
|
115
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/PointingDeviceSensor/CylinderSensor/CylinderSensor.x3d" update="auto"></x3d-canvas>
|
|
116
116
|
|
|
117
117
|
## External Links
|
|
118
118
|
|
|
@@ -104,7 +104,7 @@ Select geometry by activating the pointing device (e.g. clicking the mouse) to g
|
|
|
104
104
|
|
|
105
105
|
## Example
|
|
106
106
|
|
|
107
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/PointingDeviceSensor/PlaneSensor/PlaneSensor.x3d"></x3d-canvas>
|
|
107
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/PointingDeviceSensor/PlaneSensor/PlaneSensor.x3d" update="auto"></x3d-canvas>
|
|
108
108
|
|
|
109
109
|
## External Links
|
|
110
110
|
|
|
@@ -60,7 +60,7 @@ If (a,b,c,d) is the plane, with the first three components being a normalized ve
|
|
|
60
60
|
|
|
61
61
|
## Example
|
|
62
62
|
|
|
63
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/ClipPlane/ClipPlane.x3d"></x3d-canvas>
|
|
63
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/ClipPlane/ClipPlane.x3d" update="auto"></x3d-canvas>
|
|
64
64
|
|
|
65
65
|
## External Links
|
|
66
66
|
|
|
@@ -44,7 +44,7 @@ The color field defines an array of 3-tuple RGB colors.
|
|
|
44
44
|
|
|
45
45
|
## Example
|
|
46
46
|
|
|
47
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/Color/Color.x3d"></x3d-canvas>
|
|
47
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/Color/Color.x3d" update="auto"></x3d-canvas>
|
|
48
48
|
|
|
49
49
|
<table class="x3d-widgets"><tbody><tr><td><button class="button" id="reset-colors-button">Reset Colors</button></td><td><select class="select" id="randomize-colors-button"><option value="0">Preserve Positions</option><option value="1">Move Colors To Left Side</option><option value="2">Move Colors To Right Side</option><option selected="selected" value="3">Randomize Colors</option></select></td></tr></tbody></table>
|
|
50
50
|
|
|
@@ -53,7 +53,7 @@ The color field defines an array of 4-tuple RGBA colors.
|
|
|
53
53
|
|
|
54
54
|
## Example
|
|
55
55
|
|
|
56
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/ColorRGBA/ColorRGBA.x3d"></x3d-canvas>
|
|
56
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/ColorRGBA/ColorRGBA.x3d" update="auto"></x3d-canvas>
|
|
57
57
|
|
|
58
58
|
## External Links
|
|
59
59
|
|
|
@@ -38,7 +38,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
38
38
|
|
|
39
39
|
## Example
|
|
40
40
|
|
|
41
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/Coordinate/Coordinate.x3d"></x3d-canvas>
|
|
41
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/Coordinate/Coordinate.x3d" update="auto"></x3d-canvas>
|
|
42
42
|
|
|
43
43
|
## External Links
|
|
44
44
|
|
|
@@ -121,7 +121,7 @@ Single contained Coordinate or CoordinateDouble node that can specify a list of
|
|
|
121
121
|
|
|
122
122
|
## Example
|
|
123
123
|
|
|
124
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/IndexedLineSet/IndexedLineSet.x3d"></x3d-canvas>
|
|
124
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/IndexedLineSet/IndexedLineSet.x3d" update="auto"></x3d-canvas>
|
|
125
125
|
|
|
126
126
|
## External Links
|
|
127
127
|
|
|
@@ -121,7 +121,7 @@ Single contained Coordinate or CoordinateDouble node that can specify a list of
|
|
|
121
121
|
|
|
122
122
|
## Example
|
|
123
123
|
|
|
124
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/IndexedTriangleFanSet/IndexedTriangleFanSet.x3d"></x3d-canvas>
|
|
124
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/IndexedTriangleFanSet/IndexedTriangleFanSet.x3d" update="auto"></x3d-canvas>
|
|
125
125
|
|
|
126
126
|
## External Links
|
|
127
127
|
|
|
@@ -121,7 +121,7 @@ Single contained Coordinate or CoordinateDouble node that can specify a list of
|
|
|
121
121
|
|
|
122
122
|
## Example
|
|
123
123
|
|
|
124
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/IndexedTriangleSet/IndexedTriangleSet.x3d"></x3d-canvas>[/c3-source-example]
|
|
124
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/IndexedTriangleSet/IndexedTriangleSet.x3d" update="auto"></x3d-canvas>[/c3-source-example]
|
|
125
125
|
|
|
126
126
|
## External Links
|
|
127
127
|
|
|
@@ -78,7 +78,7 @@ Single contained Coordinate or CoordinateDouble node that can specify a list of
|
|
|
78
78
|
|
|
79
79
|
## Example
|
|
80
80
|
|
|
81
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/LineSet/LineSet.x3d"></x3d-canvas>
|
|
81
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/LineSet/LineSet.x3d" update="auto"></x3d-canvas>
|
|
82
82
|
|
|
83
83
|
## External Links
|
|
84
84
|
|
|
@@ -69,7 +69,7 @@ Single contained Coordinate or CoordinateDouble node that can specify a list of
|
|
|
69
69
|
|
|
70
70
|
## Example
|
|
71
71
|
|
|
72
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/PointSet/PointSet.x3d"></x3d-canvas>
|
|
72
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Rendering/PointSet/PointSet.x3d" update="auto"></x3d-canvas>
|
|
73
73
|
|
|
74
74
|
## External Links
|
|
75
75
|
|
|
@@ -71,7 +71,7 @@ Input/Output field body2.
|
|
|
71
71
|
|
|
72
72
|
## Example
|
|
73
73
|
|
|
74
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/BallJoint/BallJoint.x3d"></x3d-canvas>
|
|
74
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/BallJoint/BallJoint.x3d" update="auto"></x3d-canvas>
|
|
75
75
|
|
|
76
76
|
## External Links
|
|
77
77
|
|
|
@@ -93,7 +93,7 @@ Field shape.
|
|
|
93
93
|
|
|
94
94
|
## Example
|
|
95
95
|
|
|
96
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/CollidableShape/CollidableShape.x3d"></x3d-canvas>
|
|
96
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/CollidableShape/CollidableShape.x3d" update="auto"></x3d-canvas>
|
|
97
97
|
|
|
98
98
|
## External Links
|
|
99
99
|
|
|
@@ -83,7 +83,7 @@ Input/Output field collidables.
|
|
|
83
83
|
|
|
84
84
|
## Example
|
|
85
85
|
|
|
86
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/CollisionCollection/CollisionCollection.x3d"></x3d-canvas>
|
|
86
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/CollisionCollection/CollisionCollection.x3d" update="auto"></x3d-canvas>
|
|
87
87
|
|
|
88
88
|
## External Links
|
|
89
89
|
|
|
@@ -168,7 +168,7 @@ Input/Output field geometry.
|
|
|
168
168
|
|
|
169
169
|
## Example
|
|
170
170
|
|
|
171
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/RigidBody/RigidBody.x3d"></x3d-canvas>
|
|
171
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/RigidBody/RigidBody.x3d" update="auto"></x3d-canvas>
|
|
172
172
|
|
|
173
173
|
## External Links
|
|
174
174
|
|
|
@@ -113,7 +113,7 @@ Input/Output field joints.
|
|
|
113
113
|
|
|
114
114
|
## Example
|
|
115
115
|
|
|
116
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/RigidBodyCollection/RigidBodyCollection.x3d"></x3d-canvas>
|
|
116
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/RigidBodyCollection/RigidBodyCollection.x3d" update="auto"></x3d-canvas>
|
|
117
117
|
|
|
118
118
|
## External Links
|
|
119
119
|
|
|
@@ -101,7 +101,7 @@ Input/Output field body2.
|
|
|
101
101
|
|
|
102
102
|
## Example
|
|
103
103
|
|
|
104
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/SingleAxisHingeJoint/SingleAxisHingeJoint.x3d"></x3d-canvas>
|
|
104
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/SingleAxisHingeJoint/SingleAxisHingeJoint.x3d" update="auto"></x3d-canvas>
|
|
105
105
|
|
|
106
106
|
## External Links
|
|
107
107
|
|
|
@@ -99,7 +99,7 @@ Input/Output field body2.
|
|
|
99
99
|
|
|
100
100
|
## Example
|
|
101
101
|
|
|
102
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/SliderJoint/SliderJoint.x3d"></x3d-canvas>
|
|
102
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/RigidBodyPhysics/SliderJoint/SliderJoint.x3d" update="auto"></x3d-canvas>
|
|
103
103
|
|
|
104
104
|
## External Links
|
|
105
105
|
|
|
@@ -74,7 +74,7 @@ Input/Output field parts.
|
|
|
74
74
|
|
|
75
75
|
## Example
|
|
76
76
|
|
|
77
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Shaders/ComposedShader/ComposedShader.x3d"></x3d-canvas>
|
|
77
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Shaders/ComposedShader/ComposedShader.x3d" update="auto"></x3d-canvas>
|
|
78
78
|
|
|
79
79
|
## External Links
|
|
80
80
|
|
|
@@ -58,7 +58,7 @@ Required name for this particular VertexAttribute instance.
|
|
|
58
58
|
|
|
59
59
|
## Example
|
|
60
60
|
|
|
61
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Shaders/FloatVertexAttribute/FloatVertexAttribute.x3d"></x3d-canvas>
|
|
61
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Shaders/FloatVertexAttribute/FloatVertexAttribute.x3d" update="auto"></x3d-canvas>
|
|
62
62
|
|
|
63
63
|
## External Links
|
|
64
64
|
|
|
@@ -111,7 +111,7 @@ Location and filename of shader. Multiple locations are more reliable, and inclu
|
|
|
111
111
|
|
|
112
112
|
## Example
|
|
113
113
|
|
|
114
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Shaders/ShaderPart/ShaderPart.x3d"></x3d-canvas>
|
|
114
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Shaders/ShaderPart/ShaderPart.x3d" update="auto"></x3d-canvas>
|
|
115
115
|
|
|
116
116
|
## External Links
|
|
117
117
|
|
|
@@ -116,7 +116,7 @@ Single contained acousticProperties node that can specify additional acoustic at
|
|
|
116
116
|
|
|
117
117
|
## Example
|
|
118
118
|
|
|
119
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Shape/Appearance/Appearance.x3d"></x3d-canvas>
|
|
119
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Shape/Appearance/Appearance.x3d" update="auto"></x3d-canvas>
|
|
120
120
|
|
|
121
121
|
## External Links
|
|
122
122
|
|
|
@@ -60,7 +60,7 @@ Color of the hatch pattern.
|
|
|
60
60
|
|
|
61
61
|
## Example
|
|
62
62
|
|
|
63
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Shape/FillProperties/FillProperties.x3d"></x3d-canvas>
|
|
63
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Shape/FillProperties/FillProperties.x3d" update="auto"></x3d-canvas>
|
|
64
64
|
|
|
65
65
|
## External Links
|
|
66
66
|
|
|
@@ -56,7 +56,7 @@ Whether or not LineProperties are applied to associated geometry.
|
|
|
56
56
|
|
|
57
57
|
## Example
|
|
58
58
|
|
|
59
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Shape/LineProperties/LineProperties.x3d"></x3d-canvas>
|
|
59
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Shape/LineProperties/LineProperties.x3d" update="auto"></x3d-canvas>
|
|
60
60
|
|
|
61
61
|
## External Links
|
|
62
62
|
|
|
@@ -196,7 +196,7 @@ Transparency < .5 opaque, transparency > .5 transparent.
|
|
|
196
196
|
|
|
197
197
|
## Example
|
|
198
198
|
|
|
199
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Shape/Material/Material.x3d"></x3d-canvas>
|
|
199
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Shape/Material/Material.x3d" update="auto"></x3d-canvas>
|
|
200
200
|
|
|
201
201
|
## External Links
|
|
202
202
|
|
|
@@ -141,7 +141,7 @@ Transparency < .5 opaque, transparency > .5 transparent.
|
|
|
141
141
|
|
|
142
142
|
## Example
|
|
143
143
|
|
|
144
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Shape/TwoSidedMaterial/TwoSidedMaterial.x3d"></x3d-canvas>
|
|
144
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Shape/TwoSidedMaterial/TwoSidedMaterial.x3d" update="auto"></x3d-canvas>
|
|
145
145
|
|
|
146
146
|
## External Links
|
|
147
147
|
|
|
@@ -165,7 +165,7 @@ Current elapsed time since AudioClip activated/running, cumulative in seconds, a
|
|
|
165
165
|
|
|
166
166
|
## Example
|
|
167
167
|
|
|
168
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Sound/AudioClip/AudioClip.x3d"></x3d-canvas>
|
|
168
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Sound/AudioClip/AudioClip.x3d" update="auto"></x3d-canvas>
|
|
169
169
|
|
|
170
170
|
## External Links
|
|
171
171
|
|
|
@@ -132,7 +132,7 @@ The justify field determines alignment of the above text layout relative to the
|
|
|
132
132
|
|
|
133
133
|
## Example
|
|
134
134
|
|
|
135
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Text/FontStyle/FontStyle.x3d"></x3d-canvas>
|
|
135
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Text/FontStyle/FontStyle.x3d" update="auto"></x3d-canvas>
|
|
136
136
|
|
|
137
137
|
## See Also
|
|
138
138
|
|
|
@@ -89,7 +89,7 @@ Input/Output field fontStyle.
|
|
|
89
89
|
|
|
90
90
|
## Example
|
|
91
91
|
|
|
92
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Text/Text/Text.x3d"></x3d-canvas>
|
|
92
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Text/Text/Text.x3d" update="auto"></x3d-canvas>
|
|
93
93
|
|
|
94
94
|
## See Also
|
|
95
95
|
|
|
@@ -122,7 +122,7 @@ Field textureProperties.
|
|
|
122
122
|
|
|
123
123
|
## Example
|
|
124
124
|
|
|
125
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing/ImageTexture/ImageTexture.x3d"></x3d-canvas>
|
|
125
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing/ImageTexture/ImageTexture.x3d" update="auto"></x3d-canvas>
|
|
126
126
|
|
|
127
127
|
## External Links
|
|
128
128
|
|
|
@@ -209,7 +209,7 @@ Field textureProperties.
|
|
|
209
209
|
|
|
210
210
|
## Example
|
|
211
211
|
|
|
212
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing/MovieTexture/MovieTexture.x3d"></x3d-canvas>
|
|
212
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing/MovieTexture/MovieTexture.x3d" update="auto"></x3d-canvas>
|
|
213
213
|
|
|
214
214
|
## External Links
|
|
215
215
|
|
|
@@ -93,7 +93,7 @@ Input/Output field texture.
|
|
|
93
93
|
|
|
94
94
|
## Example
|
|
95
95
|
|
|
96
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing/MultiTexture/MultiTexture.x3d"></x3d-canvas>
|
|
96
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing/MultiTexture/MultiTexture.x3d" update="auto"></x3d-canvas>
|
|
97
97
|
|
|
98
98
|
## External Links
|
|
99
99
|
|
|
@@ -72,7 +72,7 @@ Field textureProperties.
|
|
|
72
72
|
|
|
73
73
|
## Example
|
|
74
74
|
|
|
75
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing/PixelTexture/PixelTexture.x3d"></x3d-canvas>
|
|
75
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing/PixelTexture/PixelTexture.x3d" update="auto"></x3d-canvas>
|
|
76
76
|
|
|
77
77
|
## External Links
|
|
78
78
|
|
|
@@ -124,7 +124,7 @@ Field textureProperties.
|
|
|
124
124
|
|
|
125
125
|
## Example
|
|
126
126
|
|
|
127
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing3D/ImageTexture3D/ImageTexture3D.x3d"></x3d-canvas>
|
|
127
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing3D/ImageTexture3D/ImageTexture3D.x3d" update="auto"></x3d-canvas>
|
|
128
128
|
|
|
129
129
|
## External Links
|
|
130
130
|
|
|
@@ -124,7 +124,7 @@ Field textureProperties.
|
|
|
124
124
|
|
|
125
125
|
## Example
|
|
126
126
|
|
|
127
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing3D/ImageTextureAtlas/ImageTextureAtlas.x3d"></x3d-canvas>
|
|
127
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Texturing3D/ImageTextureAtlas/ImageTextureAtlas.x3d" update="auto"></x3d-canvas>
|
|
128
128
|
|
|
129
129
|
## External Links
|
|
130
130
|
|
|
@@ -136,7 +136,7 @@ Current elapsed time since TimeSensor activated/running, cumulative in seconds,
|
|
|
136
136
|
|
|
137
137
|
## Example
|
|
138
138
|
|
|
139
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/Time/TimeSensor/TimeSensor.x3d"></x3d-canvas>
|
|
139
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/Time/TimeSensor/TimeSensor.x3d" update="auto"></x3d-canvas>
|
|
140
140
|
|
|
141
141
|
## External Links
|
|
142
142
|
|
|
@@ -60,7 +60,7 @@ Input/Output field surfaceNormals.
|
|
|
60
60
|
|
|
61
61
|
## Example
|
|
62
62
|
|
|
63
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/VolumeRendering/EdgeEnhancementVolumeStyle/EdgeEnhancementVolumeStyle.x3d"></x3d-canvas>
|
|
63
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/VolumeRendering/EdgeEnhancementVolumeStyle/EdgeEnhancementVolumeStyle.x3d" update="auto"></x3d-canvas>
|
|
64
64
|
|
|
65
65
|
## External Links
|
|
66
66
|
|
|
@@ -109,7 +109,7 @@ Bounding box size is usually omitted, and can easily be calculated automatically
|
|
|
109
109
|
|
|
110
110
|
## Example
|
|
111
111
|
|
|
112
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/VolumeRendering/IsoSurfaceVolumeData/IsoSurfaceVolumeData.x3d"></x3d-canvas>
|
|
112
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/VolumeRendering/IsoSurfaceVolumeData/IsoSurfaceVolumeData.x3d" update="auto"></x3d-canvas>
|
|
113
113
|
|
|
114
114
|
## External Links
|
|
115
115
|
|
|
@@ -90,7 +90,7 @@ Bounding box size is usually omitted, and can easily be calculated automatically
|
|
|
90
90
|
|
|
91
91
|
## Example
|
|
92
92
|
|
|
93
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/VolumeRendering/SegmentedVolumeData/SegmentedVolumeData.x3d"></x3d-canvas>
|
|
93
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/VolumeRendering/SegmentedVolumeData/SegmentedVolumeData.x3d" update="auto"></x3d-canvas>
|
|
94
94
|
|
|
95
95
|
## External Links
|
|
96
96
|
|
|
@@ -68,7 +68,7 @@ Define scattering model for implementations using global illumination (NONE or H
|
|
|
68
68
|
|
|
69
69
|
## Example
|
|
70
70
|
|
|
71
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/VolumeRendering/ShadedVolumeStyle/ShadedVolumeStyle.x3d"></x3d-canvas>
|
|
71
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/VolumeRendering/ShadedVolumeStyle/ShadedVolumeStyle.x3d" update="auto"></x3d-canvas>
|
|
72
72
|
|
|
73
73
|
## External Links
|
|
74
74
|
|
|
@@ -64,7 +64,7 @@ Input/Output field surfaceNormals.
|
|
|
64
64
|
|
|
65
65
|
## Example
|
|
66
66
|
|
|
67
|
-
<x3d-canvas src="https://create3000.github.io/media/examples/VolumeRendering/ToneMappedVolumeStyle/ToneMappedVolumeStyle.x3d"></x3d-canvas>
|
|
67
|
+
<x3d-canvas src="https://create3000.github.io/media/examples/VolumeRendering/ToneMappedVolumeStyle/ToneMappedVolumeStyle.x3d" update="auto"></x3d-canvas>
|
|
68
68
|
|
|
69
69
|
## External Links
|
|
70
70
|
|