@needle-tools/engine 3.44.0-beta → 3.44.0-beta.1
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 -1
- package/dist/needle-engine.js +1051 -1051
- package/dist/needle-engine.light.js +1029 -1029
- package/dist/needle-engine.light.min.js +160 -160
- package/dist/needle-engine.light.umd.cjs +90 -90
- package/dist/needle-engine.min.js +119 -119
- package/dist/needle-engine.umd.cjs +79 -79
- package/lib/engine/engine_element_attributes.d.ts +1 -0
- package/lib/engine/engine_utils_screenshot.js +2 -1
- package/lib/engine/engine_utils_screenshot.js.map +1 -1
- package/lib/engine-components/CameraUtils.js +4 -0
- package/lib/engine-components/CameraUtils.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/Sharpening.js +1 -1
- package/package.json +1 -1
- package/src/engine/engine_element_attributes.ts +1 -0
- package/src/engine/engine_utils_screenshot.ts +2 -1
- package/src/engine-components/CameraUtils.ts +6 -0
- package/src/engine-components/postprocessing/Effects/Sharpening.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +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
|
-
## [3.44.0-beta] - 2024-07-01
|
|
7
|
+
## [3.44.0-beta.1] - 2024-07-01
|
|
8
|
+
- Add: support to use file extension for determining which loader to use to save initial header fetch
|
|
9
|
+
- Add: Tuned AGX tonemapping
|
|
10
|
+
- Fix: Sharpening effect causing color overflow
|
|
11
|
+
- Fix: `screenshot()` breaking transparent rendering
|
|
8
12
|
|
|
9
13
|
## [3.43.0-beta.1] - 2024-06-29
|
|
10
14
|
- Add: `environment-image` magic names now use a lower-resolution version of the HDR/EXR image if the texture is just used for lighting
|