KiCad PCB EDA Suite
|
#include "../../common_ogl/openGL_includes.h"
#include <plugins/3dapi/xv3d_types.h>
#include <geometry/shape_line_chain.h>
#include <geometry/shape_poly_set.h>
#include <raytracing/accelerators/container_2d.h>
#include <vector>
#include <mutex>
Go to the source code of this file.
Classes | |
class | TRIANGLE_LIST |
Container to manage a vector of triangles. More... | |
class | TRIANGLE_DISPLAY_LIST |
Store arrays of triangles to be used to create display lists. More... | |
class | OPENGL_RENDER_LIST |
Store the OpenGL display lists to related with a layer. More... | |
Typedefs | |
typedef std::vector< SFVEC3F > | SFVEC3F_VECTOR |
typedef std::vector< SFVEC3F > SFVEC3F_VECTOR |
Definition at line 37 of file layer_triangles.h.