Skip to content

Commit 6a3b0c8

Browse files
authored
TSL: Export shadowWorldPosition (#30129)
* Export shadowWorldPosition from TSL I think this is missing from #30060? * Single quotes
1 parent 9b7de0f commit 6a3b0c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nodes/TSL.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export * from './gpgpu/AtomicFunctionNode.js';
131131
export * from './accessors/Lights.js';
132132
export * from './lighting/LightsNode.js';
133133
export * from './lighting/LightingContextNode.js';
134+
export * from './lighting/ShadowBaseNode.js';
134135
export * from './lighting/ShadowNode.js';
135136
export * from './lighting/PointLightNode.js';
136137

0 commit comments

Comments
 (0)