use cgmath::*; pub struct Camera { pub mat: Matrix4<f32>, } ... Matrix4::identity(); } pub fn camera_set_position_world(camera: &mut Camera, ...
確定! 回上一頁