getPoints = function() { N = 100; for(j=0; j<3; j++) points[j] = new Array(N); for(i=0; i
Simple 3D point cloud viewer.
N determines number of points.
Specify (x,y,z) coordinates using 'points' array.
home