@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.
- package/build/bundle-worker-terrain.js +1 -1
- package/build/meep.cjs +63 -43
- package/build/meep.min.js +1 -1
- package/build/meep.module.js +63 -43
- package/package.json +1 -1
- package/src/core/collection/array/combine_hash.d.ts +7 -0
- package/src/core/collection/array/combine_hash.d.ts.map +1 -0
- package/src/core/collection/array/combine_hash.js +13 -0
- package/src/core/collection/array/computeHashIntegerArray.d.ts.map +1 -1
- package/src/core/collection/array/computeHashIntegerArray.js +4 -7
- package/src/core/collection/array/typed/is_typed_array_equals.d.ts.map +1 -1
- package/src/core/collection/array/typed/is_typed_array_equals.js +32 -15
- package/src/core/collection/array/typed/sparse_typed_array_hash.d.ts +10 -0
- package/src/core/collection/array/typed/sparse_typed_array_hash.d.ts.map +1 -0
- package/src/core/collection/array/typed/sparse_typed_array_hash.js +26 -0
- package/src/core/function/FunctionCompiler.js +3 -3
- package/src/core/geom/3d/compute_triangle_normal.d.ts +5 -5
- package/src/core/geom/3d/compute_triangle_normal.d.ts.map +1 -1
- package/src/core/geom/3d/compute_triangle_normal.js +4 -4
- package/src/core/geom/ConicRay.js +2 -2
- package/src/core/geom/Vector4.js +2 -2
- package/src/core/math/random/roundFair.js +1 -1
- package/src/core/model/node-graph/node/NodeInstancePortReference.js +2 -2
- package/src/core/model/reactive/model/ReactiveBinaryExpression.d.ts.map +1 -1
- package/src/core/model/reactive/model/ReactiveBinaryExpression.js +2 -2
- package/src/core/model/reactive/model/terminal/ReactiveReference.d.ts.map +1 -1
- package/src/core/model/reactive/model/terminal/ReactiveReference.js +2 -2
- package/src/engine/asset/AssetDescription.js +2 -2
- package/src/engine/asset/AssetManager.d.ts.map +1 -1
- package/src/engine/asset/AssetManager.js +2 -0
- package/src/engine/asset/loaders/material/computeMaterialHash.js +6 -6
- package/src/engine/asset/loaders/material/computeTextureHash.js +2 -2
- package/src/engine/ecs/animation/Animation.js +2 -2
- package/src/engine/ecs/animation/AnimationClip.d.ts.map +1 -1
- package/src/engine/ecs/animation/AnimationClip.js +4 -4
- package/src/engine/ecs/gui/GUIElement.js +2 -2
- package/src/engine/ecs/gui/hud/HeadsUpDisplay.js +2 -2
- package/src/engine/ecs/gui/position/ViewportPosition.js +2 -2
- package/src/engine/ecs/ik/IKConstraint.d.ts.map +1 -1
- package/src/engine/ecs/ik/IKConstraint.js +3 -3
- package/src/engine/graphics/ecs/animation/animator/AnimationClip.d.ts.map +1 -1
- package/src/engine/graphics/ecs/animation/animator/AnimationClip.js +4 -4
- package/src/engine/graphics/ecs/animation/animator/AnimationClipDefinition.js +4 -4
- package/src/engine/graphics/ecs/animation/animator/AnimationNotification.js +2 -2
- package/src/engine/graphics/ecs/animation/animator/AnimationNotificationDefinition.js +3 -3
- package/src/engine/graphics/ecs/animation/animator/graph/AnimationGraph.js +2 -2
- package/src/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.d.ts.map +1 -1
- package/src/engine/graphics/ecs/animation/animator/graph/definition/AnimationGraphDefinition.js +8 -8
- package/src/engine/graphics/ecs/animation/animator/graph/definition/AnimationStateDefinition.js +2 -2
- package/src/engine/graphics/ecs/animation/animator/graph/definition/AnimationTransitionDefinition.js +3 -3
- package/src/engine/graphics/geometry/buffered/computeBufferAttributeHash.d.ts.map +1 -1
- package/src/engine/graphics/geometry/buffered/computeBufferAttributeHash.js +2 -13
- package/src/engine/graphics/particles/particular/engine/emitter/ParticleEmitter.js +2 -2
- package/src/engine/graphics/particles/particular/engine/emitter/ParticleLayer.js +2 -2
- package/src/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.d.ts.map +1 -1
- package/src/engine/graphics/particles/particular/engine/parameter/ParameterLookupTable.js +8 -3
- package/src/engine/graphics/particles/particular/engine/parameter/ParameterTrack.d.ts.map +1 -1
- package/src/engine/graphics/particles/particular/engine/parameter/ParameterTrack.js +3 -3
- package/src/engine/graphics/particles/particular/engine/parameter/ParticleParameter.d.ts.map +1 -1
- package/src/engine/graphics/particles/particular/engine/parameter/ParticleParameter.js +4 -4
- package/src/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.d.ts.map +1 -1
- package/src/engine/graphics/render/buffer/slot/parameter/ProgramValueSlotParameter.js +4 -4
- package/src/engine/graphics/render/frame_graph/resource/TextureResourceDescriptor.js +2 -2
- package/src/engine/grid/obstacle/GridObstacle.js +2 -2
- package/src/engine/intelligence/behavior/selector/WeightedElement.js +2 -2
- package/src/engine/sound/ecs/emitter/SoundEmitter.js +2 -2
- package/src/engine/sound/ecs/emitter/SoundTrack.d.ts.map +1 -1
- package/src/engine/sound/ecs/emitter/SoundTrack.js +6 -6
- package/src/misc/makeMaterialIconCached.js +2 -2
- package/src/view/common/HTMLElementCacheKey.d.ts.map +1 -1
- 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.