PlaceholderGames / Team1-2017

Team 1 CS2S561 game
2 stars 3 forks source link

System planetary bodies #43

Closed SharktasticA closed 6 years ago

SharktasticA commented 6 years ago

A relativity easy task - adding the planets and moons of the solar system with some free textures. All bodies are based on the PlanetEarthFree package from the Unity Store with textures from here: https://www.solarsystemscope.com/textures. Each body should have a rigidbody, sphere collider, ObjectRotator and a BodyVariables class attached to it.

Planets and planetoids

Moons (only significant ones):

Besides planets, there will also be composite objects:

SharktasticA commented 6 years ago

Reference for planetary axial tilts: https://en.wikipedia.org/wiki/Axial_tilt#Solar_System_bodies

SharktasticA commented 6 years ago

Added Ceres and Eris as potential bodies to add. Added links for commits when Earth, Venus, Mars, and Jupiter were added.

SharktasticA commented 6 years ago

Mercury done

SharktasticA commented 6 years ago

Note to self: reduce reflections from gas giants

SharktasticA commented 6 years ago

Mars' moons done

SharktasticA commented 6 years ago

Uranus, Neptune, and Pluto added

SharktasticA commented 6 years ago

Callisto added

SharktasticA commented 6 years ago

Remaining main Jupiter and all Saturn moons added

SharktasticA commented 6 years ago

Triton of Neptune done

SharktasticA commented 6 years ago

Update d43cb56c4c10d0aa261e00e7a882e1597cabc019

Uranus' moons (no dirty comment intended) are done, so I'm going to conclude this issue.