Comment 16 for bug 1068529

Revision history for this message
gzotti (georg-zotti) wrote :

r8181 introduces some magic in handling of init_view_pos: To look into the zenith, use x,y,1, so that
0,1,1=West is bottom
0,-1,1=East is bottom
1,0,1=North is bottom
-1,0,1=South is bottom
and intermediate values for x/y give azimuths between those. E.g., 1,1,1 would yield NorthWest at screen bottom.
I hope this works now with all useful configurations...