POV-Ray : Newsgroups : povray.binaries.scene-files : Pre-Calculated, Spaced Vectors (Spaced.inc 40.8k) Server Time
2 Sep 2024 08:13:01 EDT (-0400)
  Pre-Calculated, Spaced Vectors (Spaced.inc 40.8k) (Message 1 to 2 of 2)  
From: Samuel Benge
Subject: Pre-Calculated, Spaced Vectors (Spaced.inc 40.8k)
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)

From: Samuel Benge
Subject: Re: Pre-Calculated, Spaced Vectors (Spaced.inc 40.8k)
Date: 31 May 2002 14:50:21
Message: <3CF7CA78.1050400@caltel.com>
Oh, the points are spaced ramdomly, otherwise this would be a useless file:)

~Sam


Post a reply to this message

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