rayzee 5.9.4 → 5.10.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rayzee",
3
- "version": "5.9.4",
3
+ "version": "5.10.1",
4
4
  "type": "module",
5
5
  "description": "Real-time WebGPU path tracing engine built on Three.js",
6
6
  "main": "dist/rayzee.umd.js",
@@ -440,7 +440,7 @@ export const DEFAULT_TEXTURE_MATRIX = [ 0, 0, 1, 1, 0, 0, 0, 1 ];
440
440
  export const FINAL_RENDER_CONFIG = {
441
441
  maxSamples: 30, bounces: 20, transmissiveBounces: 8, samplesPerPixel: 1,
442
442
  renderMode: 1, enableAlphaShadows: true, tiles: 3, tilesHelper: true,
443
- enableOIDN: true, oidnQuality: 'high',
443
+ enableOIDN: true, oidnQuality: 'balance',
444
444
  interactionModeEnabled: false,
445
445
  };
446
446
 
@@ -52,8 +52,8 @@ const MODEL_CONFIG = {
52
52
  BASE_URL: 'https://cdn.jsdelivr.net/npm/denoiser/tzas/',
53
53
  // clean-aux models — first-hit albedo/normal are deterministic per pixel
54
54
  QUALITY_MODELS: {
55
- fast: 'rt_hdr_calb_cnrm_small',
56
- balance: 'rt_hdr_calb_cnrm',
55
+ fast: 'rt_hdr_alb_nrm_small',
56
+ balance: 'rt_hdr_alb_nrm',
57
57
  high: 'rt_hdr_calb_cnrm_large'
58
58
  },
59
59
  DEFAULT_OPTIONS: {