POV-Ray : Newsgroups : povray.advanced-users : AI for Povray? : Re: AI for Povray... Simulations, too Server Time
28 Jul 2024 18:12:39 EDT (-0400)
  Re: AI for Povray... Simulations, too  
From: Tangent128
Date: 15 Mar 2006 22:35:00
Message: <web.4418dbf1a35c6546a0aefbbf0@news.povray.org>
If you want to do it completely in the SDL, it's possible to read/write
files; if you use a file to store the state of whatever needs the AI (eg.
the location, orientation, and mental state of a hamster) between frames,
then it should just be necessary to read in the file (or set it up on the
first frame), process whatever you need to to calculate the next state,
save the new data, then use the calculated values for that frame.


Post a reply to this message

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