cpreh / spacegameengine

An easy to use game engine written in C++
Boost Software License 1.0
7 stars 2 forks source link

Fix srgb alpha blending #84

Open pmiddend opened 12 years ago

pmiddend commented 12 years ago

This might be fixed (or at least ameliorated) by premultiplying alpha in the srgba textures. However, this should be done using a corresponding exporter instead of in software.