From 0770a9c1d605381bad557dcef1e1008e8e63671d Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 15 Dec 2024 16:40:41 -0500 Subject: [PATCH] Export shadowWorldPosition from TSL I think this is missing from https://github.com/mrdoob/three.js/pull/30060? --- src/nodes/TSL.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nodes/TSL.js b/src/nodes/TSL.js index 0f9e49e086e9d6..7c772d11c713f4 100644 --- a/src/nodes/TSL.js +++ b/src/nodes/TSL.js @@ -131,6 +131,7 @@ export * from './gpgpu/AtomicFunctionNode.js'; export * from './accessors/Lights.js'; export * from './lighting/LightsNode.js'; export * from './lighting/LightingContextNode.js'; +export * from "./lighting/ShadowBaseNode.js"; export * from './lighting/ShadowNode.js'; export * from './lighting/PointLightNode.js';