POV-Ray : Newsgroups : povray.programming : Getting POV's output after a GUIEXT starts a render. Server Time
28 Jul 2024 06:20:48 EDT (-0400)
  Getting POV's output after a GUIEXT starts a render. (Message 1 to 1 of 1)  
From: Andrew Wilcox
Subject: Getting POV's output after a GUIEXT starts a render.
Date: 16 Aug 2002 18:24:18
Message: <3d5d7b92$1@news.povray.org>
I looked through the variables POV makes available to GUIEXTs and I don't
see one that specifies where the image is being written too.  Is there a way
to find the file POV creates during a render, or does a GUIEXT have to
capture each pixel with the WinAssignPixel method?

--
#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


Post a reply to this message

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