strange_attractor_renderer::config

Struct View

source
pub struct View {
    pub center_camera: Vec3,
    pub rotation: EulerAxisRotation,
    pub scale: f64,
}
Expand description

Other data which is dependant on the Attractor.

Fields§

§center_camera: Vec3

The position to center the camera on

Is highly related to which coefficients are chosen

§rotation: EulerAxisRotation§scale: f64

General viewing scale. Increase this to zoom in more.

Trait Implementations§

source§

impl Clone for View

source§

fn clone(&self) -> View</