From 8a9e7f1181185d55ff63809c63ed07c2398b2f96 Mon Sep 17 00:00:00 2001 From: sunag Date: Wed, 26 Nov 2025 17:58:20 -0300 Subject: [PATCH] introduce `builtinShadowContext` --- examples/webgpu_postprocessing_sss.html | 15 ++---------- src/Three.TSL.js | 1 + src/nodes/core/ContextNode.js | 31 +++++++++++++++++++++++++ src/nodes/lighting/AnalyticLightNode.js | 8 +------ 4 files changed, 35 insertions(+), 20 deletions(-) diff --git a/examples/webgpu_postprocessing_sss.html b/examples/webgpu_postprocessing_sss.html index 48a328bfe0532a..c5c468ddba03c9 100644 --- a/examples/webgpu_postprocessing_sss.html +++ b/examples/webgpu_postprocessing_sss.html @@ -36,7 +36,7 @@