Here is the output from a small utility I made which creates an array of
3d vectors. This particular file contains about 2335 points. Here are
the specs:
//Width= 400; is actually -200 to 200
//Depth= 400; is actually -200 to 200
//Spacing= 3
Use it like this:
include "spaced.inc"
#declare V=0;
#while(V<dimension_size(s_pts,1))
sphere{s_pts[V],9 pigment{rgb 1}}
#declare V=V+1;
#end
--
Samuel Benge
sbe### [at] caltelcom
Post a reply to this message
Attachments:
Download 'us-ascii' (39 KB)
|