Expand description
Post-processing module for asset-importer-rs
This module provides implementations of various post-processing steps that can be applied to 3D assets after import.
Re-exports§
pub use error::AiPostProcessError;pub use steps::CalcTangentSpaces;pub use steps::FindDegenerates;pub use steps::FindInvalidData;pub use steps::GenNormals;pub use steps::GenSmoothNormals;pub use steps::JoinIdenticalVertices;pub use steps::OptimizeGraph;pub use steps::OptimizeMeshes;pub use steps::RemoveRedundantMaterials;pub use steps::Triangulate;pub use steps::ValidateDataStructure;
Modules§
Structs§
- AiPost
Processer - AiPost
Processer Wrapper - AiScene
- Represents a complete 3D scene containing all the elements needed for rendering.
- Post
Process