The LSSceneNode3D class represents a node in the scene graph of a 3D-view.
More...
#include <lsscenenode3d.h>
|
| void | ref () const |
| | Increments the internal reference counter. More...
|
| |
| void | unref () const |
| | Decrements the internal reference counter. More...
|
| |
The LSSceneNode3D class represents a node in the scene graph of a 3D-view.
- Version
- SCENE API Version 2.0.0.
◆ LSSceneNode3D()
Constructor.
- Version
- SCENE API Version 2.0.0.
◆ getTransformation()
| Eigen::Affine3d getTransformation |
( |
| ) |
const |
|
inline |
Gets the transformation of this node.
- Returns
- The transformation of this node.
- Version
- SCENE API Version 2.0.0.
◆ setTransformation()
| void setTransformation |
( |
const Eigen::Affine3d & |
transformation | ) |
|
|
inline |
Sets the transformation of this node.
- Parameters
-
| transformation | The transformation to be set for this node. |
- Version
- SCENE API Version 2.0.0.