Skip to content

Commit c2220a2

Browse files
committed
Add a couple deprecated exports
1 parent 0c03de9 commit c2220a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ export * from './textures/GradientEquirectTexture.js';
1414

1515
// utils
1616
export * from './utils/BlurredEnvMapGenerator.js';
17-
export * from './utils/IESLoader.js';
1817

1918
// materials
2019
export * from './materials/fullscreen/DenoiseMaterial.js';
2120
export * from './materials/surface/FogVolumeMaterial.js';
21+
22+
// deprecated
23+
export * from './utils/IESLoader.js';
24+
export * from './materials/pathtracing/PhysicalPathTracingMaterial.js';
25+
export * from './core/PathTracingRenderer.js';

0 commit comments

Comments
 (0)