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'm trying to use a light source other than the sun so I figured I could just change the shadowMap of the scene. But to create a new ShadowMap it looks like I need to specify a Context which is not part of the public API.
The text was updated successfully, but these errors were encountered:
We weren't planning on exposing multiple shadow maps until Cesium support multiple light sources so this constructor should actually be private and not in the reference doc.
In the meantime, you can, of course, use Context and friends, but the API is may change.
I'm trying to use a light source other than the sun so I figured I could just change the shadowMap of the scene. But to create a new
ShadowMap
it looks like I need to specify aContext
which is not part of the public API.The text was updated successfully, but these errors were encountered: