@bear Surely u have a python or perl shell script 2 3d render r = sqrt(x*x + y*y + z*z ) theta = atan2(sqrt(x*x + y*y) , z) ... bla bla ;)