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…")
 
mNo edit summary
Line 8: Line 8:
</gallery>
</gallery>


[[Category:HowTo]]
[[Category:Code]]
[[Category:Code]]

Revision as of 05:57, 23 May 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.