MCPcopy Create free account
hub / github.com/benfry/processing4 / attribNormal

Method attribNormal

core/src/processing/core/PGraphics.java:1255–1257  ·  view source on GitHub ↗
(String name, float nx, float ny, float nz)

Source from the content-addressed store, hash-verified

1253
1254
1255 public void attribNormal(String name, float nx, float ny, float nz) {
1256 showMissingWarning("attrib");
1257 }
1258
1259
1260 public void attribColor(String name, int color) {

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected