naev 0.12.6
Mesh Struct Reference

Represents a mesh that can be made of multiple primitives. More...

#include <gltf.h>

Collaboration diagram for Mesh:

Data Fields

MeshPrimitiveprimitives
int nprimitives

Detailed Description

Represents a mesh that can be made of multiple primitives.

Definition at line 90 of file gltf.h.

Field Documentation

◆ nprimitives

int Mesh::nprimitives

Number of primitives.

Definition at line 92 of file gltf.h.

◆ primitives

MeshPrimitive* Mesh::primitives

Primitives in the mesh.

Definition at line 91 of file gltf.h.


The documentation for this struct was generated from the following file: