AndEngine icon indicating copy to clipboard operation
AndEngine copied to clipboard

Ugly text in Text on GLES2

Open irodin opened this issue 12 years ago • 1 comments

Please, add : bufferData[bufferDataOffset + 0 * Text.VERTEX_SIZE + Text.VERTEX_INDEX_X] = x; before : Untitled

bufferData[bufferDataOffset + 0 * Text.VERTEX_SIZE + Text.VERTEX_INDEX_Y] = y; bufferData[bufferDataOffset + 0 * Text.VERTEX_SIZE + Text.TEXTURECOORDINATES_INDEX_U] = u; bufferData[bufferDataOffset + 0 * Text.VERTEX_SIZE + Text.TEXTURECOORDINATES_INDEX_V] = v; in HighPerformanceTextVertexBufferObject.class Because, current implementation is corrupted text

irodin avatar Dec 17 '12 10:12 irodin

It's already there: https://github.com/nicolasgramlich/AndEngine/blob/GLES2/src/org/andengine/entity/text/vbo/HighPerformanceTextVertexBufferObject.java#L121

nicolasgramlich avatar Apr 23 '13 07:04 nicolasgramlich