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

SMATERIAL* S3DMODEL::m_Materials

◆ m_MaterialsSize

unsigned int S3DMODEL::m_MaterialsSize

◆ m_Meshes

SMESH* S3DMODEL::m_Meshes

The meshes list of this model.

Definition at line 93 of file c3dmodel.h.

Referenced by RENDER_3D_RAYTRACE::addModels(), S3D::FREE_S3DMODEL(), S3D::GetModel(), MODEL_3D::MODEL_3D(), and EDA_3D_MODEL_VIEWER::Set3DModel().

◆ m_MeshesSize

unsigned int S3DMODEL::m_MeshesSize

Number of meshes in the array.

Definition at line 92 of file c3dmodel.h.

Referenced by RENDER_3D_RAYTRACE::addModels(), S3D::FREE_S3DMODEL(), S3D::GetModel(), MODEL_3D::MODEL_3D(), and EDA_3D_MODEL_VIEWER::Set3DModel().


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