Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
ModelObjectData Struct Reference

Structure representing the data of a 3D model object. More...

#include <model.h>

Collaboration diagram for ModelObjectData:

Public Attributes

VertexfacesVertex
 
u32 length
 
Material ** materials
 
u32materialsLength
 
u32 materialsCount
 
VAO VAO
 

Detailed Description

Structure representing the data of a 3D model object.

This structure holds the vertices, normals, texture vertices, faces, and other properties of a model object.

Member Data Documentation

◆ facesVertex

Vertex* ModelObjectData::facesVertex

Array of vertex indices for faces

◆ length

u32 ModelObjectData::length

Length of the object data

◆ materials

Material** ModelObjectData::materials

Array of pointers to materials

◆ materialsLength

u32* ModelObjectData::materialsLength

Array of material lengths

◆ materialsCount

u32 ModelObjectData::materialsCount

Number of materials

◆ VAO

VAO ModelObjectData::VAO

Vertex Array Object


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