@woosh/meep-engine 2.113.2 → 2.113.4

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 (71) hide show
  1. package/build/bundle-worker-terrain.js +1 -1
  2. package/build/meep.cjs +63 -43
  3. package/build/meep.min.js +1 -1
  4. package/build/meep.module.js +63 -43
  5. package/package.json +1 -1
  6. package/src/core/collection/array/combine_hash.d.ts +7 -0
  7. package/src/core/collection/array/combine_hash.d.ts.map +1 -0
  8. package/src/core/collection/array/combine_hash.js +13 -0
  9. package/src/core/collection/array/computeHashIntegerArray.d.ts.map +1 -1
  10. package/src/core/collection/array/computeHashIntegerArray.js +4 -7
  11. package/src/core/collection/array/typed/is_typed_array_equals.d.ts.map +1 -1
  12. package/src/core/collection/array/typed/is_typed_array_equals.js +32 -15
  13. package/src/core/collection/array/typed/sparse_typed_array_hash.d.ts +10 -0
  14. package/src/core/collection/array/typed/sparse_typed_array_hash.d.ts.map +1 -0
  15. package/src/core/collection/array/typed/sparse_typed_array_hash.js +26 -0
  16. package/src/core/function/FunctionCompiler.js +3 -3
  17. package/src/core/geom/3d/compute_triangle_normal.d.ts +5 -5
  18. package/src/core/geom/3d/compute_triangle_normal.d.ts.map +1 -1
  19. package/src/core/geom/3d/compute_triangle_normal.js +4 -4
  20. package/src/core/geom/ConicRay.js +2 -2
  21. package/src/core/geom/Vector4.js +2 -2
  22. package/src/core/math/random/roundFair.js +1 -1
  23. package/src/core/model/node-graph/node/NodeInstancePortReference.js +2 -2
  24. package/src/core/model/reactive/model/ReactiveBinaryExpression.d.ts.map +1 -1
  25. package/src/core/model/reactive/model/ReactiveBinaryExpression.js +2 -2
  26. package/src/core/model/reactive/model/terminal/ReactiveReference.d.ts.map +1 -1
  27. package/src/core/model/reactive/model/terminal/ReactiveReference.js +2 -2
  28. package/src/engine/asset/AssetDescription.js +2 -2
  29. package/src/engine/asset/AssetManager.d.ts.map +1 -1
  30. package/src/engine/asset/AssetManager.js +2 -0
  31. package/src/engine/asset/loaders/material/computeMaterialHash.js +6 -6
  32. package/src/engine/asset/loaders/material/computeTextureHash.js +2 -2
  33. package/src/engine/ecs/animation/Animation.js +2 -2
  34. package/src/engine/ecs/animation/AnimationClip.d.ts.map +1 -1
  35. package/src/engine/ecs/animation/AnimationClip.js +4 -4
  36. package/src/engine/ecs/gui/GUIElement.js +2 -2
  37. package/src/engine/ecs/gui/hud/HeadsUpDisplay.js +2 -2
  38. package/src/engine/ecs/gui/position/ViewportPosition.js +2 -2
  39. package/src/engine/ecs/ik/IKConstraint.d.ts.map +1 -1
  40. package/src/engine/ecs/ik/IKConstraint.js +3 -3
  41. package/src/engine/graphics/ecs/animation/animator/AnimationClip.d.ts.map +1 -1
  42. package/src/engine/graphics/ecs/animation/animator/AnimationClip.js +4 -4
  43. package/src/engine/graphics/ecs/animation/animator/AnimationClipDefinition.js +4 -4
  44. package/src/engine/graphics/ecs/animation/animator/AnimationNotification.js +2 -2
  45. package/src/engine/graphics/ecs/animation/animator/AnimationNotificationDefinition.js +3 -3
  46. package/src/engine/graphics/ecs/animation/animator/graph/AnimationGraph.js +2 -2
  47. package/src/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.d.ts.map +1 -1
  48. package/src/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.js +8 -8
  49. package/src/engine/graphics/ecs/animation/animator/graph/definition/AnimationStateDefinition.js +2 -2
  50. package/src/engine/graphics/ecs/animation/animator/graph/definition/AnimationTransitionDefinition.js +3 -3
  51. package/src/engine/graphics/geometry/buffered/computeBufferAttributeHash.d.ts.map +1 -1
  52. package/src/engine/graphics/geometry/buffered/computeBufferAttributeHash.js +2 -13
  53. package/src/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.js +2 -2
  54. package/src/engine/graphics/particles/particular/engine/emitter/ParticleLayer.js +2 -2
  55. package/src/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.d.ts.map +1 -1
  56. package/src/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.js +8 -3
  57. package/src/engine/graphics/particles/particular/engine/parameter/ParameterTrack.d.ts.map +1 -1
  58. package/src/engine/graphics/particles/particular/engine/parameter/ParameterTrack.js +3 -3
  59. package/src/engine/graphics/particles/particular/engine/parameter/ParticleParameter.d.ts.map +1 -1
  60. package/src/engine/graphics/particles/particular/engine/parameter/ParticleParameter.js +4 -4
  61. package/src/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.d.ts.map +1 -1
  62. package/src/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.js +4 -4
  63. package/src/engine/graphics/render/frame_graph/resource/TextureResourceDescriptor.js +2 -2
  64. package/src/engine/grid/obstacle/GridObstacle.js +2 -2
  65. package/src/engine/intelligence/behavior/selector/WeightedElement.js +2 -2
  66. package/src/engine/sound/ecs/emitter/SoundEmitter.js +2 -2
  67. package/src/engine/sound/ecs/emitter/SoundTrack.d.ts.map +1 -1
  68. package/src/engine/sound/ecs/emitter/SoundTrack.js +6 -6
  69. package/src/misc/makeMaterialIconCached.js +2 -2
  70. package/src/view/common/HTMLElementCacheKey.d.ts.map +1 -1
  71. package/src/view/common/HTMLElementCacheKey.js +5 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.