Struct opengex::structure::Morph [] [src]

pub struct Morph {
    pub base_target_index: Option<u32>,
    pub name: Option<Name>,
}

The Morph structure holds information about a morph target belonging to a GeometryObject structure.

Fields

The base morph target index for a relative morph target.

An optional name for this structure.