Skip to main content

Crate asset_importer_rs_post_process

Crate asset_importer_rs_post_process 

Source
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§

error
helper
steps
Post-processing step implementations

Structs§

AiPostProcesser
AiPostProcesserWrapper
AiScene
Represents a complete 3D scene containing all the elements needed for rendering.
PostProcess

Enums§

AiPostProcessSteps