POV-Ray : Newsgroups : povray.binaries.scene-files : Pre-Calculated, Spaced Vectors (Spaced.inc 40.8k) : Pre-Calculated, Spaced Vectors (Spaced.inc 40.8k) Server Time
2 Sep 2024 06:12:48 EDT (-0400)
  Pre-Calculated, Spaced Vectors (Spaced.inc 40.8k)  
From: Samuel Benge
Date: 31 May 2002 14:48:04
Message: <3CF7C9EA.4030701@caltel.com>
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)

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.