Hi All,
I am working on a project that is requiring me to cover the cesium globe with 86000 triangles, I am working on React with the Resium project.
I get an error when I try to render this many triangles: “An error eccured while rendering, rendering has stopped”.
I have tried to use GEOJSON / TOPOJSON, but just like having seperate Entities for each triangle, it crashes when I move to 50K+ triangles.
I think the problem is trying to render them all at once, when actually I only want to render the triangles a user can see at any point in time, so I guess thats only ever about half the total amount of triangles.
I’ve seen a potential solution using 3d tiles, but not sure if this solution fits my use case here
Image below is with 40k triangles.