Skip to content

Commit ef39d41

Browse files
committed
Add 3D bezierVertex declaration to PApplet
1 parent 608ae0b commit ef39d41

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Processing.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4150,6 +4150,7 @@ struct PApplet {
41504150
void vertex(float x, float y, float u, float v);
41514151
void vertex(float x, float y, float z, float u, float v);
41524152
void bezierVertex(float cx1, float cy1, float cx2, float cy2, float x, float y);
4153+
void bezierVertex(float cx1,float cy1,float cz1,float cx2,float cy2,float cz2,float x,float y,float z);
41534154
void quadraticVertex(float cx, float cy, float x, float y);
41544155
void curveVertex(float x, float y);
41554156
void curveVertex(float x, float y, float z);

0 commit comments

Comments
 (0)