strange_attractor_renderer::config

Enum RenderKind

source
pub enum RenderKind {
    Gas,
    Depth,
}
Expand description

How to render the internal data.

Variants§

§

Gas

The default, creates a good-looking gas-like image.

§

Depth

Renders the depth map.

Trait Implementations§

source§

impl Clone for RenderKind

source§

fn clone(&self) -> RenderKind

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source