I am trying to optimize my code using buffered geometry (three.js).I was going through Is there a limit of vertices in WebGL?. It seems I cannot comment on that question. My question is on the 65k limit. Is this limit is on number of vertex indexes?? Or it is about each vertex index being smaller than 65k and the array can have more than 65k vertex indexes.
And need some good documentation on buffered geometry.