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

Method setAmbientAttribute

core/src/processing/opengl/PShader.java:1413–1416  ·  view source on GitHub ↗
(int vboId, int size, int type,
                                     int stride, int offset)

Source from the content-addressed store, hash-verified

1411 }
1412
1413 protected void setAmbientAttribute(int vboId, int size, int type,
1414 int stride, int offset) {
1415 setAttributeVBO(ambientLoc, vboId, size, type, true, stride, offset);
1416 }
1417
1418 protected void setSpecularAttribute(int vboId, int size, int type,
1419 int stride, int offset) {

Callers 3

flushPolysMethod · 0.95
flushSortedPolysMethod · 0.95
renderPolysMethod · 0.95

Calls 1

setAttributeVBOMethod · 0.95

Tested by

no test coverage detected