Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 216 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 216 Bytes

wxGLScene

GLScene with wxWidgets

This project is similar to my other project GLScene but it use only wxGLCanvas of wxWidgets.
With the directive USE_VBO, I use VBO for drawing objects else I use vertex array.