Tulip
4.10.0
Better Visualization Through Research
|
#include <GLInteractor.h>
Inherits tlp::InteractorComponent.
Public Slots | |
virtual bool | compute (tlp::GlMainWidget *) |
virtual bool | draw (tlp::GlMainWidget *) |
The GLInteractorComponent class is an InteractorComponent that can do OpenGL rendering on a GlMainWidget.
GLInteractorComponent are meant to be stored into a GLInteractorComposite When installed on a GlMainWidget, this interactor will have two new methods getting called:
Definition at line 42 of file GLInteractor.h.
|
inlinevirtualslot |
Initializes the interactor before the scene in the given GlMainWidget is rendered.
Definition at line 58 of file GLInteractor.h.
|
inlinevirtualslot |
Draws an OpenGL visual feedback for the interactor into a given GlMainWidget. This method is called after the scene was rendered.
Definition at line 51 of file GLInteractor.h.