|
KiCad PCB EDA Suite
|
#include <atomic>#include "board_adapter.h"#include "3d_rendering/raytracing/accelerators/accelerator_3d.h"#include "3d_rendering/render_3d_base.h"#include "3d_cache/3d_cache.h"#include <gal/hidpi_gl_3D_canvas.h>#include <wx/image.h>#include <wx/timer.h>Go to the source code of this file.
Classes | |
| class | EDA_3D_CANVAS |
| Implement a canvas based on a wxGLCanvas. More... | |
Macros | |
| #define | EDA_3D_CANVAS_ID (wxID_HIGHEST + 1321) |
| #define EDA_3D_CANVAS_ID (wxID_HIGHEST + 1321) |
Definition at line 45 of file eda_3d_canvas.h.
Referenced by EDA_3D_CANVAS::EDA_3D_CANVAS(), and EDA_3D_CONTROLLER::Reset().