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 believe I have discovered a case where the Cesium viewer in requestRenderMode continuously renders if an entity with an ellipsoid is added to the viewer's entity collection. The condition for this is the entity has to have a SampledPositionProperty and the attached EllipsoidGraphic has its innerRadii set. Changing the entity to have a ConstantPositionProperty or removing the innerRadii from the EllipsoidGraphic seems to fix the problem.
I believe I have discovered a case where the Cesium viewer in requestRenderMode continuously renders if an entity with an ellipsoid is added to the viewer's entity collection. The condition for this is the entity has to have a SampledPositionProperty and the attached EllipsoidGraphic has its innerRadii set. Changing the entity to have a ConstantPositionProperty or removing the innerRadii from the EllipsoidGraphic seems to fix the problem.
Sandcastle example here
The text was updated successfully, but these errors were encountered: