UNPKG

@babylonjs/viewer

Version:

The Babylon Viewer aims to simplify a specific but common Babylon.js use case: loading, viewing, and interacting with a 3D model.

14 lines (12 loc) 409 B
import { S as ShaderStore } from './index-FzOfPXLV.esm.js'; // Do not edit. const name = "logDepthDeclaration"; const shader = `#ifdef LOGARITHMICDEPTH uniform float logarithmicDepthConstant;varying float vFragmentDepth; #endif `; // Sideeffect if (!ShaderStore.IncludesShadersStore[name]) { ShaderStore.IncludesShadersStore[name] = shader; } //# sourceMappingURL=logDepthDeclaration-CD9elcsa.esm.js.map