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] - Switch Scene Management #75

Closed syt123450 closed 6 years ago

syt123450 commented 7 years ago

As a user, I want to change scene between planets and solar system, so that I can look around.

Definition of done: Add "switch button" function to demo.html, to let user can switch between different scene with click the "button".

syt123450 commented 7 years ago

Notice:

The definition of button is not exactly "button form" in front end, it may be threejs's object or pic, we may change it latter.

syt123450 commented 6 years ago

Now I add a button, user can click this button to return to solar system.

syt123450 commented 6 years ago

The solar system support click the planet to switch to planet scene.