Struct kiss3d::post_processing::Waves [] [src]

pub struct Waves { /* fields omitted */ }

An useless post-processing effect mainly to test that everything works correctly.

It deforms the displayed scene with a wave effect.

Methods

impl Waves
[src]

Creates a new Waves post processing effect.

Trait Implementations

impl PostProcessingEffect for Waves
[src]

Updates the post processing effect.

Render the effect. Read more