Objects::Mesh::Mesh
Vertex and Mesh Structures in Unified Engine
The Vertex
and Mesh
structures in the Unified Engine
provide the foundational building blocks for 3D model representation. The Vertex
structure defines individual points on a model, including properties necessary for rendering such as position, color, UV coordinates, and normals. The Mesh
structure, on the other hand, organizes these vertices and provides indices to connect them and form the final 3D shape.
Vertex Properties
The properties that define the attributes of a vertex in 3D space.
Mesh Properties
The properties that define the shape and organization of the 3D model.
Last updated