Struct three_d::effect::FXAAEffect [−][src]
pub struct FXAAEffect {
pub color: Vec3,
pub density: f32,
pub animation: f32,
// some fields omitted
}Expand description
A simple anti-aliasing approach which smooths otherwise jagged edges (for example lines) but also smooths the rest of the image.
Fields
color: Vec3density: f32animation: f32Implementations
impl FXAAEffect[src]
impl FXAAEffect[src]