Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
k4r7h4
k4r7h4'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
Need help in using loop within draw
[3 Replies]
09-May-2012 03:31 AM
Forum:
Programming Questions
Dear friends
Will someone pls point out the mistake in the below code
It is supposed to draw a diagonal line but i get only a black screen as output.
void setup()
{
background(0);
size(300,300);
}
void draw()
{
while(true)
{
stroke(255);
line(0,0,300,300);
}
}
«Prev
Next »
Moderate user : k4r7h4
Forum