BinaryMuse / planetary.js

:earth_americas: Awesome interactive globes for the web
http://planetaryjs.com
MIT License
1.6k stars 181 forks source link

Allow a planet to draw to more than one canvas simultaneously #14

Open BinaryMuse opened 9 years ago

BinaryMuse commented 9 years ago

Currently, the data and rendering of a planet is highly coupled; one side effect is that you cannot draw a planet to more than one canvas at a time. These concerns should be separated.