oframe / ogl

Minimal WebGL Library
https://oframe.github.io/ogl/examples
3.71k stars 211 forks source link

MSDF Text batch render #195

Open russelgal opened 9 months ago

russelgal commented 9 months ago

I'm trying to combine the rendering of thousands of different strings with different coordinates into one draw call (labels)

Is this really possible?

ps: I am an absolute beginner in webgl )