POV-Ray : Newsgroups : povray.windows : Command Line POV-Ray 3.5 GUIEXT. : Re: Command Line POV-Ray 3.5 GUIEXT. Server Time
2 Jul 2024 23:41:05 EDT (-0400)
  Re: Command Line POV-Ray 3.5 GUIEXT.  
From: Andrew Wilcox
Date: 10 Sep 2002 17:42:32
Message: <3d7e6748$1@news.povray.org>
Could you post a sample of what the command line version prints.  I don't
have access to a Linux or Unix box (much sadness and wailing, etc...)

Thanks. :-)

--
#macro Q(A,E,W)box{-A/2,A/2pigment{rgb 9*W}translate E*A+W/1000}#end#macro
M(D,E)#local A=1/pow(3,D);#if(D<3)#local C=D+1;union{M(C,1)M(C,x+y)M(C,x+z)
M(C,y+z)M(C,x+y-z)M(C,x+z-y)M(C,y+z-x)M(C,x-y)M(C,z-x)M(C,y-z)M(C,y-x)M(C,
x-z)M(C,z-y)M(C,x-y-z)M(C,y-x-z)M(C,z-x-y)translate A*E}#else Q(A,E,x)Q(A,E
,y)Q(A,E,z)#end#end union{M(0,0)rotate<45,145,0>translate z*2}//Andrew


> I think it's a good idea in general.  I would make the program print a
> text similar to the one generated by the command line version.  I don't
> know much about the GUI extensions, but printing the statistics after the
> render would also be a good idea if possible.
>
> Christoph


Post a reply to this message

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