|
KiCad PCB EDA Suite
|
Public Member Functions | |
| MODELTORENDER (glm::mat4 aModelWorldMat, const MODEL_3D *aNodel, float aOpacity, bool aIsTransparent, bool aIsSelected) | |
Public Attributes | |
| glm::mat4 | m_modelWorldMat |
| const MODEL_3D * | m_model |
| float | m_opacity |
| bool | m_isTransparent |
| bool | m_isSelected |
Definition at line 145 of file render_3d_opengl.h.
|
inline |
Definition at line 153 of file render_3d_opengl.h.
References m_isSelected, m_isTransparent, m_model, m_modelWorldMat, m_opacity, and move.
| bool RENDER_3D_OPENGL::MODELTORENDER::m_isSelected |
Definition at line 151 of file render_3d_opengl.h.
Referenced by MODELTORENDER(), and RENDER_3D_OPENGL::renderModel().
| bool RENDER_3D_OPENGL::MODELTORENDER::m_isTransparent |
Definition at line 150 of file render_3d_opengl.h.
Referenced by MODELTORENDER(), and RENDER_3D_OPENGL::renderModel().
| const MODEL_3D* RENDER_3D_OPENGL::MODELTORENDER::m_model |
Definition at line 148 of file render_3d_opengl.h.
Referenced by MODELTORENDER(), and RENDER_3D_OPENGL::renderModel().
| glm::mat4 RENDER_3D_OPENGL::MODELTORENDER::m_modelWorldMat |
Definition at line 147 of file render_3d_opengl.h.
Referenced by MODELTORENDER(), and RENDER_3D_OPENGL::renderModel().
| float RENDER_3D_OPENGL::MODELTORENDER::m_opacity |
Definition at line 149 of file render_3d_opengl.h.
Referenced by MODELTORENDER(), and RENDER_3D_OPENGL::renderModel().