Type Alias mjvGeom
Source pub type mjvGeom = _mjvGeom;
#[repr(C)]
pub struct mjvGeom {Show 22 fields
pub type_: i32,
pub dataid: i32,
pub objtype: i32,
pub objid: i32,
pub category: i32,
pub texid: i32,
pub texuniform: i32,
pub texcoord: i32,
pub segid: i32,
pub texrepeat: [f32; 2],
pub size: [f32; 3],
pub pos: [f32; 3],
pub mat: [f32; 9],
pub rgba: [f32; 4],
pub emission: f32,
pub specular: f32,
pub shininess: f32,
pub reflectance: f32,
pub label: [u8; 100],
pub camdist: f32,
pub modelrbound: f32,
pub transparent: u8,
}