Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
benfattino
benfattino's Profile
2
Posts
1
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
PeasyCam library
[1 Reply]
28-Jun-2011 01:37 PM
Forum:
Contributed Library Questions
I have problem with PeasyCam library. I copy it into libraries folder but it doesn't work. What's the right folder where i copy this library? I use processing 1.5.1.
Thanks.
Point cloud
[3 Replies]
16-Apr-2011 04:47 AM
Forum:
Programming Questions
I try to write a script for the visualization of a point cloud from point array.
I don't understand where i wrong...
import processing.opengl.*;
float[] linearray= {10,10,250,50,80,50,70,7,70};
void setup() {
size(640,480,OPENGL);
noStroke();
}
void draw() {
background(255);
pushMatrix();
for (int i=0; i<linearray.length/3; i++){
point(linearray[i*3],linearray[i*3+1],linearray[i*3+2]);
}
popMatrix();
}
«Prev
Next »
Moderate user : benfattino
Forum