Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
tubbus
tubbus's Profile
1
Posts
0
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
not shure this is a bug
[1 Reply]
11-Apr-2011 09:44 AM
Forum:
Core Library Questions
Hey I found a possible bug with line(...) and P3D
Not shure if this appears on every system, thats why I wanted to ask first before putting it in the bug database.
The following code produces the following output on my machine:
http://img703.imageshack.us/i/bugq.gif/
It's very reproducable, evry run the same lines are not drawn.
Problem occurs only in P3D mode.
void setup()
{
size(600, 100, P3D);
background(0);
}
void draw()
{
for(int i=0; i<600;i++)
{
stroke(255);
line(i,0,i,99);
}
}
«Prev
Next »
Moderate user : tubbus
Forum