@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) • 582 B
JavaScript
import { S as ShaderStore } from './index-MZPybX0H.esm.js';
// Do not edit.
const name = "bumpVertexDeclaration";
const shader = `
varying mat3 vTBN;
`;
// Sideeffect
if (!ShaderStore.IncludesShadersStore[name]) {
ShaderStore.IncludesShadersStore[name] = shader;
}
/** @internal */
const bumpVertexDeclaration = { name, shader };
export { bumpVertexDeclaration as b };
//# sourceMappingURL=bumpVertexDeclaration-BskwVZKJ.esm.js.map