mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
adjusts the north-south meridian
This commit is contained in:
parent
56d802cd57
commit
06fc3ce00c
2 changed files with 102001 additions and 102001 deletions
|
@ -34,7 +34,7 @@ def meridian(azimuth,n,(r0,g0,b0),(r1,g1,b1)):
|
|||
print "%f %f #%02x%02x%02x" % (azimuth,-altitude,r,g,b)
|
||||
|
||||
if meridians:
|
||||
meridian(.2,meridians,(255,255,255), (180, 60,255)) # N->S
|
||||
meridian( 0,meridians,(255,255,255), (180, 60,255)) # N->S
|
||||
meridian(90,meridians,( 80,255, 80), (255,240, 40)) # E->W
|
||||
|
||||
if equator:
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue