POV-Ray : Newsgroups : povray.binaries.animations : MegaPOV MechSim: Grouping & Gravity : Re: MegaPOV MechSim: Grouping & Gravity (Test2.pov - 6 KB) Server Time
19 Jul 2024 05:22:34 EDT (-0400)
  Re: MegaPOV MechSim: Grouping & Gravity (Test2.pov - 6 KB)  
From: Tom Bates
Date: 27 Jul 2003 23:56:51
Message: <3f249f03@news.povray.org>
I am attaching the source that produced the test renders.

The same file produced all four renders.

I simply changed the TestNum variable in the following lines:

#local  TestNum   = 3;
#local  DOGROUP   = div(mod(TestNum,2),1);  //  <<--  the first bit
#local  DOCONNECT = div(mod(TestNum,4),2);  //  <<--  the second bit

This test file is a stripped copy of my full project file.

Thank you,

Tom Bates

--
#macro T(B)#local m=mod(B,8);#local B=floor(B/8);m#end#local C=126981491245202;#
local D=115694168992822;sphere_sweep{b_spline 16#local i=0;#while(i<16)<T(C)-4,T
(D)-4,10-i/10>.1#local i=i+1;#end pigment{rgb 1}}light_source{-10,1} //Tom Bates


Post a reply to this message


Attachments:
Download 'Test2.pov.txt' (7 KB)

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