pub type mjvGLCamera = _mjvGLCamera;Aliased Type§
#[repr(C)]pub struct mjvGLCamera {
pub pos: [f32; 3],
pub forward: [f32; 3],
pub up: [f32; 3],
pub frustum_center: f32,
pub frustum_bottom: f32,
pub frustum_top: f32,
pub frustum_near: f32,
pub frustum_far: f32,
}Fields§
§pos: [f32; 3]§forward: [f32; 3]§up: [f32; 3]§frustum_center: f32§frustum_bottom: f32§frustum_top: f32§frustum_near: f32§frustum_far: f32