You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been digging around the code in the repo and wondering if it's possible to override your createGlowMesh function to have less of a glow effect, and rather a flat colour? I'm a THREE newbie and not sure on the best approach to add my own here instead!
I am using this module as I need more control over the globe than the other globe.gl module you have.
Thanks,
Jack
The text was updated successfully, but these errors were encountered:
@jackkemmish if you need more custom control over the glow mesh, perhaps the easiest is if you deactivate the one bundled with the module (via .showAtmosphere = false) and add your own mesh, which you can configure the way you prefer.
Hi there,
I've been digging around the code in the repo and wondering if it's possible to override your
createGlowMesh
function to have less of a glow effect, and rather a flat colour? I'm a THREE newbie and not sure on the best approach to add my own here instead!I am using this module as I need more control over the globe than the other
globe.gl
module you have.Thanks,
Jack
The text was updated successfully, but these errors were encountered: