Struct gltf::Accessor [] [src]

pub struct Accessor {
    pub buffer_view: String,
    pub byte_offset: u32,
    pub byte_stride: u32,
    pub component_type: u32,
    pub count: u32,
    pub data_type: String,
    pub extensions: Option<Map<String, Value>>,
    pub extras: Option<Map<String, Value>>,
    pub max: Option<[f32; 3]>,
    pub min: Option<[f32; 3]>,
    pub name: Option<String>,
}

Fields

Trait Implementations

impl Debug for Accessor
[src]

Formats the value using the given formatter.