|
|
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
|
|