Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
UppHub
Status & Roadmap
FAQ
Authors & License
Forums
Funding U++
Search on this site











SourceForge.net Logo

SourceForge.net Logo

GitHub Logo

Discord Logo

GLCtrl

 

GLCtrl : public Ctrl

This class is responsible for displaying 3D graphics via OpenGL. It directly inherits from Ctrl class from CtrlCore package.

 

Public Member List

 

Callback WhenGLPaint

Callback that can be assigned in order to provide custom rendering instructions.

 

 

Protected Method List

 

virtual void GLPaint()

The method responsible for handling OpenGL rendering. Can be overridden in child class. If the method is not overridden it is by default executing WhenGLPaint callback.

 

Do you want to contribute?