POV-Ray : Newsgroups : povray.windows : Passing user-defined parameters : Re: Passing user-defined parameters Server Time
29 Apr 2024 13:03:53 EDT (-0400)
  Re: Passing user-defined parameters  
From: Alain
Date: 16 Feb 2009 14:49:12
Message: <4999c338$1@news.povray.org>
twister nous illumina en ce 2009-02-15 14:50 -->
> Darren New <dne### [at] sanrrcom> wrote:
> You'll probably want something like
>>    pvengine.exe myscene.pov +w640 -h480 /render /exit
> 
> Not exactly. I want to generate couple of scenes with different content. As far
> as I know there is no other option to do this than specifying this in
> additional .inc file. Or I miss something...
> I am quite familiar with the tutorial.
> 
> Regards,
> Twister
> 
> 
> 
> 
This will render 4 scenes from 4 sources files then exit after the last one is 
finished:

pvengine.exe myscene1.pov +w800 +h480 /render
pvengine.exe myscene2.pov +w640 +h480 /render
pvengine.exe myscene3.pov +w480 +h700 /render
pvengine.exe myscene4.pov +w1024 +h768 /render /exit

-- 
Alain
-------------------------------------------------
You know you've been raytracing too long when you even think about using Povray 
for writing letters.
Sven Rudolph (Germany)


Post a reply to this message

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