Skip to content

Commit

Permalink
Export shadowWorldPosition from TSL
Browse files Browse the repository at this point in the history
I think this is missing from mrdoob#30060?
  • Loading branch information
Methuselah96 authored Dec 15, 2024
1 parent 9b7de0f commit 0770a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/TSL.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 0770a9c

Please sign in to comment.