@plasius/gpu-shared 0.1.15 → 0.1.16
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 +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,9 @@ All notable changes to this project will be documented in this file.
|
|
|
16
16
|
delegation to the `@plasius/gpu-renderer` WebGPU wavefront renderer.
|
|
17
17
|
|
|
18
18
|
- **Changed**
|
|
19
|
+
- Updated the optional `@plasius/gpu-renderer` peer range to the 0.2 line so
|
|
20
|
+
Product Studio and demo consumers can use the released realtime wavefront
|
|
21
|
+
camera update API without npm peer conflicts.
|
|
19
22
|
- Documented that project-wide display-quality path tracing requires renderer
|
|
20
23
|
mesh BVH intersections and triangle normals; bounded model proxies are now
|
|
21
24
|
disabled rather than exposed as a debug bridge.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasius/gpu-shared",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"description": "Shared browser-safe demo runtime and asset helpers for the Plasius gpu-* package family.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"author": "Plasius LTD <development@plasius.co.uk>",
|
|
58
58
|
"license": "Apache-2.0",
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@plasius/gpu-renderer": "^0.
|
|
60
|
+
"@plasius/gpu-renderer": "^0.2.3",
|
|
61
61
|
"@plasius/translations": "^1.0.17"
|
|
62
62
|
},
|
|
63
63
|
"peerDependenciesMeta": {
|