Expand description
A container format for models and materials.
Supported material properties:
- Diffuse color (required)
- Normal map
- Roughness map
- Metallic map
- Ambient occlusion map
Supported model properties:
- Vertices
- Indices
- Normals
- Texture coordinates
- Tangents
- Bitangents
- Material index
Re-exports§
pub use gltf;pub use tobj;pub use drum::*;pub use handle::*;pub use light::*;pub use material::*;pub use model::*;pub use source::*;
Modules§
Enums§
- Mipmaps
- Options for how many mipmaps to generate. Mipmaps are counted starting from the base level, so a surface with only the full resolution base level has 1 mipmap.