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.

18 lines (15 loc) 479 B
import { S as ShaderStore } from './index-MZPybX0H.esm.js'; // Do not edit. const name = "mainUVVaryingDeclaration"; const shader = `#ifdef MAINUV{X} varying vec2 vMainUV{X}; #endif `; // Sideeffect if (!ShaderStore.IncludesShadersStore[name]) { ShaderStore.IncludesShadersStore[name] = shader; } /** @internal */ const mainUVVaryingDeclaration = { name, shader }; export { mainUVVaryingDeclaration as m }; //# sourceMappingURL=mainUVVaryingDeclaration-Bm0UsfVq.esm.js.map