Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
material
Function · 0.80
Calls
1
_getNormalShader
Method · 0.80
Tested by
no test coverage detected