MCPcopy Create free account
hub / github.com/microsoft/SandDance / getShaders

Method getShaders

docs/app/js/sanddance-app.js:7697–7707  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7695 //dynamic superclass, since we don't know have deck.Layer in the declaration phase
7696 class __CubeLayer extends (0, _base.base).deck.Layer {
7697 getShaders() {
7698 return {
7699 vs: (0, _cubeLayerVertexGlslDefault.default),
7700 fs: (0, _cubeLayerFragmentGlslDefault.default),
7701 modules: [
7702 (0, _base.base).deck.project32,
7703 (0, _base.base).deck.gouraudLighting,
7704 (0, _base.base).deck.picking
7705 ]
7706 };
7707 }
7708 initializeState() {
7709 const attributeManager = this.getAttributeManager();
7710 attributeManager.addInstanced({

Callers 2

_getModelMethod · 0.95
sanddance-app.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected