From a62c1dde4cc417bec166ee032bb39d1be63d7e7d Mon Sep 17 00:00:00 2001 From: epoch Date: Fri, 17 Jul 2020 03:58:33 -0500 Subject: removed the rotation from map2globe. you can use a second script to do rotation. --- bin/map2globe.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/map2globe.py b/bin/map2globe.py index cb49675..1a50ea5 100755 --- a/bin/map2globe.py +++ b/bin/map2globe.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3.6 +#!/usr/bin/python3 import sys import math @@ -49,9 +49,6 @@ while(1): break if(lat and lon and x and y and z and plat and plon and px and py and pz): #if the previouses exist print("{} addshape 2 2 {} {} {} {} {} {}".format(name,x,y,z,px,py,pz)) - print("{} rotate 0 {} 0".format(name,str(rotation))) - rotation+=1 - rotation%=360 #set previouses to currents (plat,plon,px,py,pz)=(lat,lon,x,y,z) -- cgit v1.2.3