Format camera.rs

This commit is contained in:
mars 2022-04-24 19:37:34 -06:00
parent 5c3dd5ebeb
commit 47ab9cae65
1 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
use glam::{Mat4, Quat, Vec2, Vec3};
use std::f32::consts::LN_2;
use std::time::Instant;
use winit::event::{ElementState, VirtualKeyCode};
use std::f32::consts::LN_2;
pub trait Camera {
fn get_eye(&self) -> [f32; 4];