POV-Ray : Newsgroups : povray.general : Declare output file name within the code? : Declare output file name within the code? Server Time
31 Jul 2024 12:20:15 EDT (-0400)
  Declare output file name within the code?  
From: Erhard Ducke
Date: 21 Mar 2007 11:07:37
Message: <46015849$1@news.povray.org>
Hi!

Is it possible to declare the output file within the code?
I want to get conditional file names as in

#if (condition = true)
	filename = "true.png"
#else
	filename = "false.png"
#end

regards

Erhard Ducke


Post a reply to this message

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