Module gltf::accessor []

Contains Accessor and other related data structures.

Reexports

pub use json::accessor::ComponentType as DataType;
pub use json::accessor::Type as Dimensions;

Modules

sparse

Contains data structures for sparse storage.

Structs

Accessor

A typed view into a buffer view.

Iter

An Iterator that iterates over the members of an accessor.