POV-Ray : Newsgroups : povray.animations : can you help with how to best save the simulation for rendering animation i= : Re: can you help with how to best save the simulation for rendering animati= Server Time
1 Apr 2026 19:17:59 EDT (-0400)
  Re: can you help with how to best save the simulation for rendering animati=  
From: ingo
Date: 29 Mar 2026 04:45:00
Message: <web.69c8e55c88205a9e17bac71e8ffb8ce3@news.povray.org>
"Cossack " <nomail@nomail> wrote:
> I just have a project in python where cubes fall, and I have options: 1. save
> each frame in .txt as a list. 2. (not very good) create a .pov file for each
> frame.
> which one to use?

What I generally (try to) do:

create a base scene plus an .inc file,

have the program create .inc file content with only the variable data, loop
enrolled.

have the program call POV-Ray per frame.

if there is for example collision logic that you use `trace` for, have POV-Ray
write the data your program can uses. In this case that could be a .py with a
list you import in your python program.


ingo


Post a reply to this message

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