syt123450 / Three.js-Solar-Exploration

:rocket: Exploration the solar system created by Three.js
http://solar-exploration.com/
MIT License
26 stars 6 forks source link

[Front End] - Add ring for Saturn and Uranus #65

Closed zchholmes closed 7 years ago

zchholmes commented 7 years ago

As a developer, I want to add the ring for the Planet Saturn and Uranus.

Definition of done: Create a demo and add it to proper SceneControllers

zchholmes commented 7 years ago

Ring structure is done. The issue left is the default texture loader is loading ring map as plain picture instead of ring-shape picture. Find the alternative way is to include the extended library from: https://github.com/jeromeetienne/threex.planets The function, THREEx.Planets._RingGeometry (https://raw.githubusercontent.com/jeromeetienne/threex.planets/master/threex.planets.js), can solve the issue.

zchholmes commented 7 years ago