[][src]Trait molecules::camera::Camera

pub trait Camera {
    fn eye(&self) -> Vec3;
fn set_speed(&mut self, speed: f32); }

General trait for any implementation of camera.

Required methods

fn eye(&self) -> Vec3

fn set_speed(&mut self, speed: f32)

Loading content...

Implementors

impl Camera for RotationCamera[src]

Loading content...