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

Method attribPosition

core/src/processing/core/PGraphics.java:1284–1286  ·  view source on GitHub ↗
(String name, float x, float y, float z)

Source from the content-addressed store, hash-verified

1282
1283
1284 public void attribPosition(String name, float x, float y, float z) {
1285 showMissingWarning("attrib");
1286 }
1287
1288
1289 public void attribNormal(String name, float nx, float ny, float nz) {

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected