Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
bshambles
bshambles's Profile
1
Posts
2
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Multi-vertex curve won't stay open
[3 Replies]
28-May-2012 11:07 AM
Forum:
Core Library Questions
This sample sketch, from the reference, shows the issue I'm having with Processing 2.0a5:
import processing.opengl.*;
void setup() {
size(120, 120, OPENGL);
}
void draw() {
noFill();
beginShape();
curveVertex(84, 91);
curveVertex(84, 91);
curveVertex(68, 19);
curveVertex(21, 17);
curveVertex(32, 100);
curveVertex(32, 100);
endShape();
}
Same thing happens with P3D, the curve won't stay open.
Anyone has a quick workaround? Has this been fixed already after the 2.0a5 release?
«Prev
Next »
Moderate user : bshambles
Forum