KiCad PCB EDA Suite
Loading...
Searching...
No Matches
render_3d_opengl.h File Reference

Go to the source code of this file.

Classes

class  RENDER_3D_OPENGL
 Object to render the board using openGL. More...
 
struct  RENDER_3D_OPENGL::MODELTORENDER
 

Macros

#define SIZE_OF_CIRCLE_TEXTURE   1024
 

Typedefs

typedef std::map< PCB_LAYER_ID, OPENGL_RENDER_LIST * > MAP_OGL_DISP_LISTS
 
typedef std::list< TRIANGLE_DISPLAY_LIST * > LIST_TRIANGLES
 

Macro Definition Documentation

◆ SIZE_OF_CIRCLE_TEXTURE

#define SIZE_OF_CIRCLE_TEXTURE   1024

Definition at line 47 of file render_3d_opengl.h.

Typedef Documentation

◆ LIST_TRIANGLES

typedef std::list<TRIANGLE_DISPLAY_LIST* > LIST_TRIANGLES

Definition at line 45 of file render_3d_opengl.h.

◆ MAP_OGL_DISP_LISTS

Definition at line 44 of file render_3d_opengl.h.