Tips for rendering many graphics to SceneView

356
0
05-06-2021 10:42 AM
avecchi
New Contributor II

Hello,

I am attempting to render many graphics to a scene view with:

 

sceneView.graphics.addMany()

 

Since I am rendering thousands of points and lines, the browser hangs for a couple hundred milliseconds before anything else can happen.

Is there a better approach for rendering many graphics?

Thank you

0 Kudos
0 Replies