@needle-tools/engine 2.67.2-pre → 2.67.3-pre
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/CHANGELOG.md +5 -0
- package/dist/needle-engine.js +6467 -6453
- package/dist/needle-engine.umd.cjs +226 -226
- package/lib/engine/extensions/NEEDLE_progressive.d.ts +1 -0
- package/lib/engine/extensions/NEEDLE_progressive.js +21 -8
- package/lib/engine/extensions/NEEDLE_progressive.js.map +1 -1
- package/lib/engine-components/ReflectionProbe.js +1 -0
- package/lib/engine-components/ReflectionProbe.js.map +1 -1
- package/lib/engine-components/Renderer.js +4 -3
- package/lib/engine-components/Renderer.js.map +1 -1
- package/lib/engine-components/timeline/TimelineTracks.d.ts +1 -0
- package/lib/engine-components/timeline/TimelineTracks.js +5 -0
- package/lib/engine-components/timeline/TimelineTracks.js.map +1 -1
- package/package.json +1 -1
- package/src/engine/extensions/NEEDLE_progressive.ts +23 -8
- package/src/engine-components/ReflectionProbe.ts +1 -0
- package/src/engine-components/Renderer.ts +4 -4
- package/src/engine-components/timeline/TimelineTracks.ts +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ All notable changes to this package will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## [2.67.3-pre] - 2023-03-28
|
|
8
|
+
- Fix: issue where progressive textures would not be applied correctly anymore
|
|
9
|
+
- Fix: Timeline audio loading on firefox
|
|
10
|
+
- Fix: issue where progressive textures with reflection probes wouldn't be applied correctly anymore
|
|
11
|
+
|
|
7
12
|
## [2.67.2-pre] - 2023-03-28
|
|
8
13
|
- Change: calculations for rect transform animation offsets
|
|
9
14
|
- Change: Warn if engine element src contains a url without .glb or .gltf
|