POV-Ray : Newsgroups : povray.binaries.animations : Re: It would have been cool... : Re: It would have been cool... Server Time
20 Jul 2024 21:32:27 EDT (-0400)
  Re: It would have been cool...  
From: Axel Hecht
Date: 25 Jan 2000 05:05:52
Message: <388D73F5.C05C6F30@numerik.uni-kiel.de>
Hey, it looks funny.
And don't try to do physics :-)

Try to do numerics. I guess you use an explicit euler scheme. And that
won't work. At least it is known to increase energy. Well, what is
explicit euler? Just take the derivatives and the current forces and
apply newton. Better is an implicit euler scheme. But this may involve
solving a system of equations. Now this is not something pov is really
into.

You may just try to use more timesteps, just don't render them but do
like 10 steps in the numerics for each step in the render. If you like
parsing time, that's the way to go.

Axel


Post a reply to this message

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