POV-Ray : Newsgroups : povray.binaries.scene-files : Planetarium test : Re: Planetarium test Server Time
16 May 2024 23:07:59 EDT (-0400)
  Re: Planetarium test  
From: Alain
Date: 30 Jun 2010 14:34:19
Message: <4c2b8e2b$1@news.povray.org>
Le 2010-06-29 23:48, SharkD a écrit :
> Forgot that there's a macro missing from what I posted:
>
>
> #macro m_KeplerPosition_trans(i, Omega, w, epsilon, a, P, tau, tol,
> t_clock)
> transform
> {
> translate a * m_orbitalPosition
> (
> epsilon,
> 2 * pi * (t_clock-tau)/P,
> 2 * pi * tol/P
> )
> rotate <0, -w, 0>
> rotate <-i, -Omega, 0>
> }
> #end
>
>
> Just add it to "fbruder_kepler.inc", or to the scene file if you want.
>
>

Also missing:
m_orbitalPosition()


Alain


Post a reply to this message

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