Module three_d::effect[][src]

Expand description

Effects applied to each pixel, for example fog or anti-aliasing.

Structs

FXAAEffect

A simple anti-aliasing approach which smooths otherwise jagged edges (for example lines) but also smooths the rest of the image.

FogEffect

An effect that simulates fog, ie. the entire screen gets hazy white when objects are far away.

ImageEffect

A customizable 2D effect. Can for example be used for adding an effect on top of the rendered 3D scene, like fog.