![]() |
SCENE C++ API
2.0.31
|
The LSOverlay3D class represents represents an overlay of a 3D-view. More...
#include <lsoverlay3d.h>
Public Member Functions | |
LSOverlay3D () | |
Constructor. More... | |
Eigen::Vector2ui | getPosition () const |
Gets the position of this overlay in screen coordinates. More... | |
void | setPosition (Eigen::Vector2ui position) |
Sets the position of this node in screen coordinates. More... | |
![]() | |
LSRenderable3D () | |
Constructor. More... | |
virtual void | render ()=0 |
Renders this object. More... | |
virtual bool | isVisible () const |
Query if this object is visible. More... | |
virtual void | setVisible (bool visible) |
Sets whether this object is visible. More... | |
virtual bool | isTransparent () const |
Query if this object is transparent. More... | |
virtual void | setTransparent (bool transparent) |
Sets whether this object is transparent. More... | |
Additional Inherited Members | |
![]() | |
void | ref () const |
Increments the internal reference counter. More... | |
void | unref () const |
Decrements the internal reference counter. More... | |
The LSOverlay3D class represents represents an overlay of a 3D-view.
|
inline |
Constructor.
|
inline |
Gets the position of this overlay in screen coordinates.
|
inline |
Sets the position of this node in screen coordinates.
position | The position to be set for this node in screen coordinates. |