x_ite 8.11.3 → 8.11.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/build/bin/bump.pl +4 -1
  2. package/build/bin/version.pl +6 -4
  3. package/dist/assets/components/Annotation.js +13 -13
  4. package/dist/assets/components/Annotation.min.js +1 -1
  5. package/dist/assets/components/CADGeometry.js +13 -13
  6. package/dist/assets/components/CADGeometry.min.js +1 -1
  7. package/dist/assets/components/CubeMapTexturing.js +26 -30
  8. package/dist/assets/components/CubeMapTexturing.min.js +1 -1
  9. package/dist/assets/components/DIS.js +13 -13
  10. package/dist/assets/components/DIS.min.js +1 -1
  11. package/dist/assets/components/EventUtilities.js +9 -9
  12. package/dist/assets/components/EventUtilities.min.js +1 -1
  13. package/dist/assets/components/Geometry2D.js +19 -19
  14. package/dist/assets/components/Geometry2D.min.js +1 -1
  15. package/dist/assets/components/Geospatial.js +33 -33
  16. package/dist/assets/components/Geospatial.min.js +1 -1
  17. package/dist/assets/components/HAnim.js +25 -29
  18. package/dist/assets/components/HAnim.min.js +1 -1
  19. package/dist/assets/components/KeyDeviceSensor.js +8 -8
  20. package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
  21. package/dist/assets/components/Layout.js +26 -26
  22. package/dist/assets/components/Layout.min.js +1 -1
  23. package/dist/assets/components/NURBS.js +24 -24
  24. package/dist/assets/components/NURBS.min.js +1 -1
  25. package/dist/assets/components/ParticleSystems.js +29 -33
  26. package/dist/assets/components/ParticleSystems.min.js +1 -1
  27. package/dist/assets/components/Picking.js +18 -18
  28. package/dist/assets/components/Picking.min.js +1 -1
  29. package/dist/assets/components/RigidBodyPhysics.js +17 -17
  30. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  31. package/dist/assets/components/Scripting.js +37 -37
  32. package/dist/assets/components/Scripting.min.js +1 -1
  33. package/dist/assets/components/Text.js +24 -29
  34. package/dist/assets/components/Text.min.js +1 -1
  35. package/dist/assets/components/TextureProjector.js +14 -14
  36. package/dist/assets/components/TextureProjector.min.js +1 -1
  37. package/dist/assets/components/Texturing3D.js +31 -35
  38. package/dist/assets/components/Texturing3D.min.js +1 -1
  39. package/dist/assets/components/VolumeRendering.js +18 -18
  40. package/dist/assets/components/VolumeRendering.min.js +1 -1
  41. package/dist/assets/components/X_ITE.js +9 -9
  42. package/dist/assets/components/X_ITE.min.js +1 -1
  43. package/dist/x_ite.css +1 -1
  44. package/dist/x_ite.js +104 -201
  45. package/dist/x_ite.min.js +1 -1
  46. package/dist/x_ite.zip +0 -0
  47. package/docs/_config.yml +1 -1
  48. package/package.json +1 -1
  49. package/src/assets/shaders/webgl2/include/Fragment.glsl.js +6 -4
  50. package/src/assets/shaders/webgl2/include/Skin.glsl.js +1 -1
  51. package/src/assets/shaders/webgl2/include/Utils.glsl.js +3 -3
  52. package/src/assets/shaders/webgl2/include/Vertex.glsl.js +1 -1
  53. package/src/x_ite/Base/X3DChildObject.js +4 -5
  54. package/src/x_ite/Browser/Navigation/ExamineViewer.js +4 -5
  55. package/src/x_ite/Browser/Navigation/X3DFlyViewer.js +4 -5
  56. package/src/x_ite/Browser/Time/X3DTimeContext.js +2 -3
  57. package/src/x_ite/Browser/VERSION.js +1 -1
  58. package/src/x_ite/Components/Core/X3DBindableNode.js +0 -1
  59. package/src/x_ite/Components/CubeMapTexturing/ImageCubeMapTexture.js +1 -2
  60. package/src/x_ite/Components/HAnim/HAnimMotion.js +2 -3
  61. package/src/x_ite/Components/Networking/X3DUrlObject.js +4 -5
  62. package/src/x_ite/Components/ParticleSystems/ParticleSystem.js +6 -7
  63. package/src/x_ite/Components/Sound/AudioClip.js +1 -2
  64. package/src/x_ite/Components/Text/X3DFontStyleNode.js +0 -3
  65. package/src/x_ite/Components/Texturing/ImageTexture.js +1 -2
  66. package/src/x_ite/Components/Texturing/MovieTexture.js +1 -2
  67. package/src/x_ite/Components/Texturing3D/ImageTextureAtlas.js +1 -2
  68. package/src/x_ite/Components/Time/X3DTimeDependentNode.js +2 -3
  69. package/src/x_ite/Execution/BindableList.js +4 -8
  70. package/src/x_ite/Execution/BindableStack.js +3 -5
  71. package/src/x_ite/Rendering/X3DRenderObject.js +1 -2
  72. package/src/standard/Time/Time.js +0 -77
@@ -1,77 +0,0 @@
1
- /*******************************************************************************
2
- *
3
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
- *
5
- * Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
6
- *
7
- * All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
8
- *
9
- * The copyright notice above does not evidence any actual of intended
10
- * publication of such source code, and is an unpublished work by create3000.
11
- * This material contains CONFIDENTIAL INFORMATION that is the property of
12
- * create3000.
13
- *
14
- * No permission is granted to copy, distribute, or create derivative works from
15
- * the contents of this software, in whole or in part, without the prior written
16
- * permission of create3000.
17
- *
18
- * NON-MILITARY USE ONLY
19
- *
20
- * All create3000 software are effectively free software with a non-military use
21
- * restriction. It is free. Well commented source is provided. You may reuse the
22
- * source in any way you please with the exception anything that uses it must be
23
- * marked to indicate is contains 'non-military use only' components.
24
- *
25
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
26
- *
27
- * Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
28
- *
29
- * This file is part of the X_ITE Project.
30
- *
31
- * X_ITE is free software: you can redistribute it and/or modify it under the
32
- * terms of the GNU General Public License version 3 only, as published by the
33
- * Free Software Foundation.
34
- *
35
- * X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
36
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
37
- * A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
38
- * details (a copy is included in the LICENSE file that accompanied this code).
39
- *
40
- * You should have received a copy of the GNU General Public License version 3
41
- * along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
42
- * copy of the GPLv3 License.
43
- *
44
- * For Silvio, Joy and Adi.
45
- *
46
- ******************************************************************************/
47
-
48
- // Return a pseudo accurate timestamp.
49
-
50
- const Time =
51
- {
52
- now: (function ()
53
- {
54
- let
55
- offset = 0,
56
- last = 0;
57
-
58
- return function ()
59
- {
60
- const current = Date .now ();
61
-
62
- if (current > last)
63
- {
64
- offset = 0;
65
- last = current;
66
-
67
- return current;
68
- }
69
- else
70
- {
71
- return last = current + (offset < 1000 ? ++ offset : offset) / 1000;
72
- }
73
- };
74
- })(),
75
- };
76
-
77
- export default Time;