UnderwareDESIGN

PlayBASIC => Show Case => Topic started by: kevin on November 23, 2003, 02:20:57 PM

Title: Alpha Blending
Post by: kevin on November 23, 2003, 02:20:57 PM
The following picture shows 20, 64*64 16bit sprites being (variable) Alpha Blended to the main frame buffer.  Since PlayBASIC doesn't rely upon hardware manipulation, thus these types of effects must be performed in software directly to video memory. This is a slow and cumbersome process. However, if used sparingly these types of effects can really add extra level of quality to your programs..

Anyway, here's a shot.


  2023 Note: This is obsolete today as you can write into FX image too keep the render in system memory, then copy the full frame into video memory when your done. 
Title: Alpha Blending
Post by: empty on November 23, 2003, 03:14:36 PM
Sweet.