GillesDebunne / libQGLViewer

libQGLViewer is an open source C++ library based on Qt that eases the creation of OpenGL 3D viewers.
Other
241 stars 94 forks source link

How to use VBO with libqglviewer #69

Closed gzfDream closed 1 year ago

gzfDream commented 1 year ago

Can I use VBO in QGLViewer?

GillesDebunne commented 1 year ago

Not directly, no, since this lib is not using shaders.