FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 427 : curveVertex not showing in 118 OPENGL
Last modified: 2006-11-02 04:58
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
RESOLVED
Resolution:
DUPLICATE of bug
390
Pr
i
ority:
P2
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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
***