chaoticbob / Cinder-SdfText

libcinder.org
SIL Open Font License 1.1
40 stars 20 forks source link

Cleaned up the alpha blending code in the shaders. #6

Closed paulhoux closed 8 years ago

paulhoux commented 8 years ago

I think it would be better to render with pre-multiplied alpha by default, as this is what the other Cinder text renderers do and it also looks correct if you disable blending altogether.

chaoticbob commented 8 years ago

Pulling this in manually from cherry picking.