Mesh

Variables

Name

Type

Description

vertices

std::vector<Vertex>

The mesh’s vertices.

indices

std::vector<uint32_t>

The mesh’s indices.

skin

Skin

The mesh’s Skin for animation.

animations

std::vector<Animation>

The mesh’s animations.

topology

MeshTopology

The mesh’s topology.