diff --git a/src/mol-gl/shader-code.ts b/src/mol-gl/shader-code.ts index d1665548dbd2cc2febb5bc885cb240e7d63d6317..8ece5180fb4190159957bbd2e8a668656a1d408d 100644 --- a/src/mol-gl/shader-code.ts +++ b/src/mol-gl/shader-code.ts @@ -55,7 +55,7 @@ import matrix_scale from './shader/chunks/matrix-scale.glsl'; import normal_frag_params from './shader/chunks/normal-frag-params.glsl'; import read_from_texture from './shader/chunks/read-from-texture.glsl'; import size_vert_params from './shader/chunks/size-vert-params.glsl'; -import texture3d_from_2d_linear from './shader/chunks/texture3d-from-2d-nearest.glsl'; +import texture3d_from_2d_linear from './shader/chunks/texture3d-from-2d-linear.glsl'; import texture3d_from_2d_nearest from './shader/chunks/texture3d-from-2d-nearest.glsl'; const ShaderChunks: { [k: string]: string } = {