OCESS / orbitx

Rewrite of OrbitV, maintained by Patrick, Gavin, and contributors
MIT License
10 stars 18 forks source link

Added clouds to earth #95

Closed StefanDeYoung closed 4 years ago

StefanDeYoung commented 4 years ago

Created earth.py to handle the logic for drawing the clouds as a sphere around the earth. It does read from earth.atmopheric_thickness to determine the size of the cloud sphere.

I haven't figured out how to make the clouds rotate faster than the earth.

pep8speaks commented 4 years ago

Hello @StefanDeYoung! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2020-06-28 03:45:26 UTC
pmelanson commented 4 years ago

Let me know when this is ready to merge and I'll give it a final look

StefanDeYoung commented 4 years ago

@pmelanson should be good now.