| 
    KiCad PCB EDA Suite
    
   | 
 
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.   | |
| SMESH * | m_Meshes | 
| The meshes list of this model.   | |
| unsigned int | m_MaterialsSize | 
| Number of materials in the material array.   | |
| SMATERIAL * | m_Materials | 
| The materials list of this model.   | |
Store the a model based on meshes and materials.
Definition at line 94 of file c3dmodel.h.
| SMATERIAL* S3DMODEL::m_Materials | 
The materials list of this model.
Definition at line 100 of file c3dmodel.h.
Referenced by RENDER_3D_RAYTRACE_BASE::addModels(), S3D::FREE_S3DMODEL(), S3D::GetModel(), RENDER_3D_RAYTRACE_BASE::getModelMaterial(), MODEL_3D::MODEL_3D(), and EDA_3D_MODEL_VIEWER::Set3DModel().
| unsigned int S3DMODEL::m_MaterialsSize | 
Number of materials in the material array.
Definition at line 99 of file c3dmodel.h.
Referenced by RENDER_3D_RAYTRACE_BASE::addModels(), S3D::FREE_S3DMODEL(), S3D::GetModel(), RENDER_3D_RAYTRACE_BASE::getModelMaterial(), MODEL_3D::MODEL_3D(), and EDA_3D_MODEL_VIEWER::Set3DModel().
| SMESH* S3DMODEL::m_Meshes | 
The meshes list of this model.
Definition at line 97 of file c3dmodel.h.
Referenced by RENDER_3D_RAYTRACE_BASE::addModels(), S3D::FREE_S3DMODEL(), S3D::GetModel(), MODEL_3D::MODEL_3D(), and EDA_3D_MODEL_VIEWER::Set3DModel().
| unsigned int S3DMODEL::m_MeshesSize | 
Number of meshes in the array.
Definition at line 96 of file c3dmodel.h.
Referenced by RENDER_3D_RAYTRACE_BASE::addModels(), S3D::FREE_S3DMODEL(), S3D::GetModel(), MODEL_3D::MODEL_3D(), and EDA_3D_MODEL_VIEWER::Set3DModel().