POV-Ray : Newsgroups : povray.binaries.scene-files : Planetarium test : Re: Planetarium test Server Time
17 May 2024 01:45:16 EDT (-0400)
  Re: Planetarium test  
From: SharkD
Date: 29 Jun 2010 23:48:37
Message: <4c2abe95$1@news.povray.org>
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.


-- 
http://isometricland.com


Post a reply to this message

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