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 want to set the anisotropy of the globe to be higher (to be exact : renderer.capabilities.setMaxAnisotropy()). However, when I try to access the map property (for anisotropy), it shows null.
The text was updated successfully, but these errors were encountered:
@Divyesh-Kamalanaban the map property of the globeMaterial only gets set after the globeImageUrl file is loaded into a texture. So if you try to do it too early while it's still being loaded you'll encounter it empty. Perhaps that's the issue, but a simple example on https://codesandbox.io/ would help.
I want to set the anisotropy of the globe to be higher (to be exact : renderer.capabilities.setMaxAnisotropy()). However, when I try to access the map property (for anisotropy), it shows null.
The text was updated successfully, but these errors were encountered: