|
KiCad PCB EDA Suite
|
#include <kicad_gl/kiglad.h>#include <memory>#include <mutex>#include <vector>#include <plugins/3dapi/c3dmodel.h>#include "../raytracing/shapes3D/bbox_3d.h"#include <3d_enums.h>#include <wx/chartype.h>Go to the source code of this file.
Classes | |
| class | MODEL_3D |
| struct | MODEL_3D::VERTEX |
| struct | MODEL_3D::MATERIAL |
| class | MODEL_3D_DEFERRED |
| Allows to defer the creation of the 3D model until it is needed and in the GL context. More... | |