Expand description
Mesh attribute serialization utilities
This module provides comprehensive mesh attribute handling for serialization, including normals, tangents, and UV coordinates. It ensures that mesh attributes survive round-trip across different formats with optional recomputation.
Modules§
- utils
- Utility functions for mesh attribute processing
Structs§
- Extended
Triangle Mesh - Extended mesh with full attribute support
- Mesh
Attribute Options - Configuration for mesh attribute processing
- Mesh
Metadata - Metadata tracking mesh attribute completeness and validation
- Tangent
- Tangent vector with handedness information
Type Aliases§
- UV
- Texture coordinates (UV mapping)