KiCad PCB EDA Suite
Loading...
Searching...
No Matches
S3DMODEL Struct Reference

Store the a model based on meshes and materials. More...

#include <c3dmodel.h>

Public Attributes

unsigned int m_MeshesSize
 Number of meshes in the array. More...
 
SMESHm_Meshes
 The meshes list of this model. More...
 
unsigned int m_MaterialsSize
 Number of materials in the material array. More...
 
SMATERIALm_Materials
 The materials list of this model. More...
 

Detailed Description

Store the a model based on meshes and materials.

Definition at line 90 of file c3dmodel.h.

Member Data Documentation

◆ m_Materials

◆ m_MaterialsSize

unsigned int S3DMODEL::m_MaterialsSize

◆ m_Meshes

SMESH* S3DMODEL::m_Meshes

◆ m_MeshesSize

unsigned int S3DMODEL::m_MeshesSize

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