11 lines
444 B
Rust
11 lines
444 B
Rust
pub use super::animation::GltfAnimation;
|
|
pub use super::channel::InterpolatedTransforms;
|
|
pub use super::gltfasset::{GltfAsset, RepeatType};
|
|
pub use super::node::Node;
|
|
pub use super::primitive::{Material as PrimitiveMaterial, Primitive};
|
|
pub use super::skin::Skin;
|
|
|
|
pub use gltf::image::Data as GltfImageData;
|
|
pub use gltf::image::Format as GltfImageFormat;
|
|
pub use gltf::material::AlphaMode;
|
|
pub use gltf::mesh::BoundingBox as GltfBoundingBox;
|