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

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

#include <model.h>

Collaboration diagram for ModelData:

Public Attributes

Materialmaterials
 
u32 materialsCount
 
ModelObjectDataobjects
 
u32 length
 
ModelAnimationanimations
 
u8 animationsCount
 

Detailed Description

Structure representing the data of a 3D model.

This structure holds the materials and objects that make up a 3D model.

Member Data Documentation

◆ materials

Material* ModelData::materials

Array of materials

◆ materialsCount

u32 ModelData::materialsCount

Number of materials

◆ objects

ModelObjectData* ModelData::objects

Array of model objects

◆ length

u32 ModelData::length

Number of objects

◆ animations

ModelAnimation* ModelData::animations

Array of model animations

◆ animationsCount

u8 ModelData::animationsCount

Number of animations


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