MCPcopy Index your code
hub / github.com/processing/processing / attribNormal

Method attribNormal

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

Source from the content-addressed store, hash-verified

1287
1288
1289 public void attribNormal(String name, float nx, float ny, float nz) {
1290 showMissingWarning("attrib");
1291 }
1292
1293
1294 public void attribColor(String name, int color) {

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected