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

Method attribPosition

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

Source from the content-addressed store, hash-verified

1248
1249
1250 public void attribPosition(String name, float x, float y, float z) {
1251 showMissingWarning("attrib");
1252 }
1253
1254
1255 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