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] - Assign value to the .name property of object in Three.js #49

Closed BoTime closed 7 years ago

BoTime commented 7 years ago

As a developer, I want to assign value to the .name property of object in Three.js, so that it will easier to debug raycaster.

Definition of done: Update source code.

zchholmes commented 7 years ago

I've added a name for solarSystemScene as this.name = "SolarSystemScene";

let me know if it works or not.

BoTime commented 7 years ago

done