Comment on TraceGL: JavaScript code flow visualisation in WebGLparentComments−rikarendsOP13yI'm rendering font-textures using canvas, and using GL POINT sprites with x+y+texture offsets (the ascii) in the vertexbuffers to store text.
Comments
I'm rendering font-textures using canvas, and using GL POINT sprites with x+y+texture offsets (the ascii) in the vertexbuffers to store text.