This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
2024-12-12 01:07:40 -08:00

10 lines
146 B
Rust

pub struct Camera {
position:glam::DVec3,
orientation:glam::Quat,
fov:f64,
transform:glam::DMat3,
itransform:glam::DMat3,
}