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
package/src/EngineDefaults.js
CHANGED
|
@@ -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: '
|
|
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: '
|
|
56
|
-
balance: '
|
|
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: {
|