POV-Ray : Newsgroups : povray.advanced-users : Calculating planet positions : Re: Calculating planet rotations Server Time
5 May 2024 02:20:54 EDT (-0400)
  Re: Calculating planet rotations  
From: Mike Horvath
Date: 26 Sep 2018 02:32:47
Message: <5bab280f@news.povray.org>
Thanks for taking a look!


> Figure 1.3 , page 11
> 
>  From the point gamma on ICRF equator, starting sphere, the axis of 
> rotation of the planet is located at 90°+alpha, for an amount of 
> 90°-delta. (a single tilting of the planet axis, along a single 
> perpendicular axis)
> 
> If I assert +x is gamma at start, +z north, you have to apply a rotation 
> along v_rotate( y, alpha*z) of 90°-delta, then a rotation of W along the 
> new pole axis.
> 

I can't quite understand your steps. Do you want me to do this?

   #declare sphere_coo = vrotate(y, (90+alpha_0) * z);
   #declare sphere_coo = vrotate(sphere_coo, (90-delta_0) * x);

OTOH, I have attached my scene so far if you would please look at it. 
The result is not similar to what I see in the program Celestia for the 
same Julian day. (I have attached a screenshot of that program as well.)


Mike


Post a reply to this message


Attachments:
Download 'do_not_delete.pov.txt' (5 KB) Download '2k_earth_daymap.jpg' (453 KB) Download 'celestia_screenshot_01.png' (130 KB)

Preview of image '2k_earth_daymap.jpg'
2k_earth_daymap.jpg

Preview of image 'celestia_screenshot_01.png'
celestia_screenshot_01.png


 

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