MCPcopy Index your code
hub / github.com/processing/p5.js / baseNormalShader

Method baseNormalShader

src/core/p5.Renderer3D.js:1408–1410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1406 }
1407
1408 baseNormalShader() {
1409 return this._getNormalShader();
1410 }
1411
1412 baseColorShader() {
1413 return this._getColorShader();

Callers 1

materialFunction · 0.80

Calls 1

_getNormalShaderMethod · 0.80

Tested by

no test coverage detected