Expand description
3D models: vertices, materials, meshes, and GPU-uploadable data.
This module provides types for loading and managing 3D models:
ModelVertexholds position, normals, tangents, and texture coordinatesMaterialis the material with diffuse and normal textures and samplersMeshis a single mesh (vertices, indices, material)Modelis a collection of meshes with shared materials
Structs§
- Material
- Mesh
- Model
- Model
Vertex - A 3D model vertex with position, texture coordinates, and normal/tangent data.