20#ifndef LIBREPCB_EDITOR_OPENGLOBJECT_H
21#define LIBREPCB_EDITOR_OPENGLOBJECT_H
51 virtual
void draw(QOpenGLFunctions& gl,
52 QOpenGLShaderProgram& program) noexcept = 0;
Represents one 3D object in an OpenGL 3D model.
Definition: openglobject.h:43
virtual void draw(QOpenGLFunctions &gl, QOpenGLShaderProgram &program) noexcept=0
OpenGlObject() noexcept=default
Definition: occmodel.cpp:77