POV-Ray : Newsgroups : povray.windows : Passing user-defined parameters : Re: Passing user-defined parameters Server Time
29 Apr 2024 13:16:27 EDT (-0400)
  Re: Passing user-defined parameters  
From: Darren New
Date: 15 Feb 2009 13:38:04
Message: <4998610c@news.povray.org>
twister wrote:
> Any advice appracated.

Check section 3.1.2 of the manual. Anything there can be put in an .ini file 
or can be passed on the command line.  You'll probably want something like
   pvengine.exe myscene.pov +w640 -h480 /render /exit
which sets the size of the scene to render, renders it, then exits. 
"pvengine.exe" is the name of the executable in Windows. It's going to bring 
up the GUI, but that closes again when it exits after the render.

HTH!

-- 
   Darren New, San Diego CA, USA (PST)
   "Ouch ouch ouch!"
   "What's wrong? Noodles too hot?"
   "No, I have Chopstick Tunnel Syndrome."


Post a reply to this message

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