Rendering with big coordinates
K.-Michael Aye <[email protected]> Mon, 23 Apr 2012 00:11:34 +0200
| Newsgroups | gmane.comp.python.visualpython.user |
|---|---|
| Organization | University of Bern |
| Message-ID | <[email protected]> |
Dear all, I noticed a lack of precision in the rendering of the ellipsoid when going to big numbers. I need these big numbers because I am trying to display planetary remote sensing illumination scenarios. Here is the code I used to create the attached image: from visual import * xaxis = arrow(axis=(4000,0,0), shaftwidth=40, color=color.red) yaxis = arrow(axis=(0,4000,0), shaftwidth=40, color=color.green) zaxis = arrow(axis=(0,0,4000), shaftwidth=40, color=color.blue) mars = ellipsoid(length=2*3396.19,height=2*3396.19,width=2*3376.2, opacity=0.5, color=(1,0.7,0.2)) As you can see the ellipsoid is very 'edgy', can this be improved somehow? Best regards, Michael ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Visualpython-users mailing list Visualpython-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/visualpython-users