Transparency effects: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
(Created page with "The video hardware doesn't support real transparency between sprites. Developers had to come up with ways of faking it with different methods like quickly alternating images…")
(No difference)

Revision as of 19:24, 9 February 2011

The video hardware doesn't support real transparency between sprites.

Developers had to come up with ways of faking it with different methods like quickly alternating images, or only having one out of two pixels left transparent.