Home
last modified time | relevance | path

Searched refs:TRIANGLE_FAN (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js268 TRIANGLE_FAN: 11, property in PConstants
7588 ctxMode = curContext.TRIANGLE_FAN;
7901 } else if (curShape === PConstants.TRIANGLE_FAN) {
8164 } else if (curShape === PConstants.TRIANGLE_FAN) {
8782 curContext.drawArrays(curContext.TRIANGLE_FAN, 0, rectVerts.length / 3);