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 and remove cones to earth #54

Closed syt123450 closed 7 years ago

syt123450 commented 7 years ago

As a developer, I want to have an API to add and remove cones (a list of cone parameters) to earth object, so that we can put the data from back end to earth.

Definition of done: Create a demo to show how to add cones to earth and how to remove them.

syt123450 commented 7 years ago

I will write two API to a PinController, and then write a demo to show how to add a several cones to earth by an add API and how to remove by call a remove API.