-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebGL globe #225
Comments
Do you have any links to some WebGL globes that people have implemented? That you can use as a reference point. |
Sure, some references:
This is a project that can be as easy or as hard as you like. But even something as basic as that threejs globe in regl would go a long way. Also more abstracted globes could be pretty useful, for example drawing countries/boundaries in wireframe. |
Also a reference implementation of atmospheric scattering: Some refs: |
regl globe: https://substack.neocities.org/earth/7.html I have a regl globe tutorial finished, just need to wait on some other articles before publishing. |
Maybe this could be cleaned up and repurposed for an abstracted example? (Just shows countries and also some simple terrain) https://jsonkao.github.io/regl-globe-example |
It would be rad to have some sort of WebGL globe example. Bonus points for:
The text was updated successfully, but these errors were encountered: