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 90 of file c3dmodel.h.
SMATERIAL* S3DMODEL::m_Materials |
The materials list of this model.
Definition at line 96 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 95 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 93 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 92 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().