POV-Ray : Newsgroups : povray.newusers : Output file name with a scene parameter : Re: Output file name with a scene parameter Server Time
7 Jul 2024 08:30:27 EDT (-0400)
  Re: Output file name with a scene parameter  
From: Jaime Vives Piqueres
Date: 13 May 2010 17:37:56
Message: <4bec7134@news.povray.org>

> Here is my current 'solution':
>
> I set vue to the appropriate view I want to compute.... but I get a
> single picture while I would like to get for example views 0, 1 and
> 10....

   Then you can create a pov scene for each value of "vue", just containing
the declaration and then including the rest of the scene.

   For example, the file "face_vue.pov" will contain:

   #local vue=0;
   #include "rest_of_the_sdl.pov"

   and so on for each value of "vue". Then simply queue all of them for
rendering... :)


-- 
Jaime Vives Piqueres

http://www.ignorancia.org


Post a reply to this message

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