nolibgs_hello_worlds/hello_poly_stp
ABelliqueux 040e70aad9 Links to wiki 2021-10-29 14:57:33 +02:00
..
TIM Add STP semi-transparency example 2021-07-25 13:06:55 +02:00
Makefile Add STP semi-transparency example 2021-07-25 13:06:55 +02:00
README.md Links to wiki 2021-10-29 14:57:33 +02:00
hello_poly_stp.c Update credits 2021-07-25 17:39:20 +02:00

README.md

Hello_stp

STP : Semi-Transparency usage

This example shows the various way of converting an image with transparency to a TIM and use it in code.
It also shows the effect of activating Semi-Transparency on a primitive textured with those images.

Use the SELECT button to switch primitive semi-transparency on and off.

It also features a few C struct to facilitate access to the TIM file / pixel data.

See https://github.com/ABelliqueux/nolibgs_hello_worlds/wiki/STP for more information on how to convert your images to TIM while preserving transparency.

See https://github.com/ABelliqueux/nolibgs_hello_worlds/wiki/TIM#transparency for mor details on transparency.