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] - Develop Tween for Cone #126

Closed syt123450 closed 6 years ago

syt123450 commented 6 years ago

As a developer, I want to control the animation of the cones, so that I can easily control the object in the scene.

Definition of done: Write tween for the grow of cones.

syt123450 commented 6 years ago

I write a demo "coneGrowTweenDemo.html" to show how to use tween to control the animation of the cone.

syt123450 commented 6 years ago

I combine the tween of the cone into earth demo and write special tween for clicked cone when cone move to the left.

syt123450 commented 6 years ago

The clicked cone need to be rotated to the right side when earth is move to the left. Now is in the left side of the earth. @BoTime