Module three_d::renderer::effect[][src]

Expand description

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

Structs

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

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