LukasZim / Final-Project-3D-Computer-Graphics

0 stars 0 forks source link

Transparency #15

Closed LukasZim closed 1 year ago

LukasZim commented 1 year ago

Add at least 2 layers of transparency.

For example, involving a smoke effect by rendering view aligned quads with a texture on top that are drawn with semitransparency (texture sprites).

To sort the quads correctly, make use of the peeling strategy [Shadow Mapping].

tudelftstudent commented 1 year ago

Add transparency effects to the scene (at least two layers of transparency). For example, involving a smoke effect by rendering view aligned quads with a texture on top that are drawn with semitransparency (texture sprites). To sort the quads correctly, make use of the peeling strategy [Shadow Mapping].