patrickrb / edGalaxyMap

Interactive 3D Webgl Galaxy Map for the game Elite Dangerous built with Angular.js and Three.js
30 stars 9 forks source link

changed particle system to buffer geometry to allow attributes to be … #10

Closed patrickrb closed 8 years ago

patrickrb commented 8 years ago

changed particle system to buffer geometry to allow attributes to be sent to the shader. This will eventually allow me to change any attribute of a single particle that I want.