KiCad PCB EDA Suite
|
#include <gal/opengl/kiglew.h>
#include "render_3d_opengl.h"
#include "opengl_utils.h"
#include "common_ogl/ogl_utils.h"
#include <footprint.h>
#include <3d_math.h>
#include <math/util.h>
#include <wx/log.h>
#include <base_units.h>
Go to the source code of this file.
Macros | |
#define | UNITS3D_TO_UNITSPCB (IU_PER_MM) |
Scale conversion from 3d model units to pcb units. More... | |
Functions | |
void | init_lights (void) |
#define UNITS3D_TO_UNITSPCB (IU_PER_MM) |
Scale conversion from 3d model units to pcb units.
Definition at line 40 of file render_3d_opengl.cpp.
void init_lights | ( | void | ) |
Definition at line 451 of file render_3d_opengl.cpp.
References SphericalToCartesian().
Referenced by RENDER_3D_OPENGL::initializeOpenGL().