Skip to content

Commit

Permalink
Remove unused an dprivate shFromCubemap function (#6832)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Valigursky <mvaligursky@snapchat.com>
  • Loading branch information
mvaligursky and Martin Valigursky authored Jul 18, 2024
1 parent e23f4b8 commit 28c9d12
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 227 deletions.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ export { EnvLighting } from './scene/graphics/env-lighting.js';
export { PostEffect } from './scene/graphics/post-effect.js';
export { RenderPassColorGrab } from './scene/graphics/render-pass-color-grab.js';
export { RenderPassShaderQuad } from './scene/graphics/render-pass-shader-quad.js';
export { shFromCubemap } from './scene/graphics/prefilter-cubemap.js';
export { reprojectTexture } from './scene/graphics/reproject-texture.js';

// SCENE / PROCEDURAL
Expand Down
226 changes: 0 additions & 226 deletions src/scene/graphics/prefilter-cubemap.js

This file was deleted.

0 comments on commit 28c9d12

Please sign in to comment.