pub struct ColladaDocument {
    pub root_element: Element,
}

Fields

root_element: Element

Implementations

Construct a ColladaDocument for the XML document at the given path

Returns the library of effects. Current only supports Phong shading.

Return a vector of all Animations in the Collada document

Populate and return an ObjSet for the meshes in the Collada document

Populate and return a BindDataSet from the Collada document

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.