MCPcopy Index your code
hub / github.com/PavelDoGreat/WebGL-Fluid-Simulation / updateKeywords

Function updateKeywords

script.js:1160–1166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1158}
1159
1160function updateKeywords () {
1161 let displayKeywords = [];
1162 if (config.SHADING) displayKeywords.push("SHADING");
1163 if (config.BLOOM) displayKeywords.push("BLOOM");
1164 if (config.SUNRAYS) displayKeywords.push("SUNRAYS");
1165 displayMaterial.setKeywords(displayKeywords);
1166}
1167
1168updateKeywords();
1169initFramebuffers();

Callers 1

script.jsFile · 0.85

Calls 1

setKeywordsMethod · 0.80

Tested by

no test coverage detected