@plasius/gpu-lighting 0.2.7 → 0.2.8

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 (2) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -20,7 +20,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
20
20
  - **Security**
21
21
  - (placeholder)
22
22
 
23
- ## [0.2.7] - 2026-06-16
23
+ ## [0.2.8] - 2026-06-20
24
24
 
25
25
  - **Added**
26
26
  - Extended the wavefront lighting contract with compact medium-state carry,
@@ -31,11 +31,21 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
31
31
  - Wavefront ray-record documentation now mirrors the current renderer payload
32
32
  shape, including medium-stack and spectral-state fields used for transport
33
33
  validation.
34
+ - The Eames validation page now defaults display-quality captures to
35
+ `accelerationBuildMode=cpu-upload` while still allowing explicit GPU BVH
36
+ validation through the query parameter.
34
37
 
35
38
  - **Fixed**
36
39
  - Wavefront continuation helpers now report total internal reflection
37
40
  explicitly and keep refraction/transparency medium transitions stable in the
38
41
  published reference contract.
42
+ - The Eames validation mesh transform now floor-aligns scaled product meshes
43
+ by their actual lower bound instead of centering them through the analytic
44
+ floor plane, preventing chair geometry from rendering mostly below ground.
45
+ - Eames validation captures at 4 SPP and 8 SPP no longer depend on the
46
+ corrupted display-quality CPU-upload material path or the broken high-SPP
47
+ tile scheduling order, so browser-driven runtime screenshots now render the
48
+ chair coherently instead of producing striped/blocked artifact regions.
39
49
 
40
50
  - **Security**
41
51
  - (placeholder)
@@ -495,8 +505,8 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
495
505
  [0.1.16]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.16
496
506
  [0.1.17]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.17
497
507
  [0.1.19]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.19
498
- [Unreleased]: https://github.com/Plasius-LTD/gpu-lighting/compare/v0.2.7...HEAD
508
+ [Unreleased]: https://github.com/Plasius-LTD/gpu-lighting/compare/v0.2.8...HEAD
499
509
  [0.2.0]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.2.0
500
510
  [0.2.2]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.2.2
501
511
  [0.2.6]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.2.6
502
- [0.2.7]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.2.7
512
+ [0.2.8]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.2.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/gpu-lighting",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "description": "Advanced lighting WGSL modules and planning profiles for @plasius/gpu-worker.",
5
5
  "type": "module",
6
6
  "sideEffects": false,