@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.
20 lines (17 loc) • 643 B
JavaScript
import { S as ShaderStore } from './index-MZPybX0H.esm.js';
// Do not edit.
const name = "bumpVertexDeclaration";
const shader = `
varying vTBN0: vec3f;varying vTBN1: vec3f;varying vTBN2: vec3f;
`;
// Sideeffect
if (!ShaderStore.IncludesShadersStoreWGSL[name]) {
ShaderStore.IncludesShadersStoreWGSL[name] = shader;
}
/** @internal */
const bumpVertexDeclarationWGSL = { name, shader };
export { bumpVertexDeclarationWGSL as b };
//# sourceMappingURL=bumpVertexDeclaration-BtOz3cqg.esm.js.map