Bug 427 : curveVertex not showing in 118 OPENGL
Last modified: 2006-11-02 04:58




Status:
RESOLVED
Resolution:
DUPLICATE of bug 390
Priority:
P2
Severity:
normal

 

Reporter:
mflux
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2006-11-02 01:31
the use of curveVertex is, for some reason, not working in version 118.

example

import processing.opengl.*;
size(500,500,OPENGL);
background(255);
stroke(0);
noFill();
beginShape();
curveVertex(100,100);
curveVertex(50,50);
curveVertex(100,80);
endShape(CLOSE);
Additional Comment #1 From fry 2006-11-02 04:58


*** This bug has been marked as a duplicate of 390 ***