Closed
Description
WebGL can apparently only handle 16-bit indexes into the Vertex array, so if you try to draw something with more than 64k vertices, it doesn't work. This can be worked around by splitting the draw call up so not all the polygons get drawn at once.
Would be cool if OpenJsCad could separate the mesh somehow to work around this limitation.
Metadata
Metadata
Assignees
Labels
No labels