|
Avara3D 0.2.0
C++ API reference
|
Target point expressed in the local coordinates of a weakly referenced Node. More...
#include <a3d/extension/camera/TurntableCameraController.h>
Public Attributes | |
| std::weak_ptr< Node > | node |
| Node whose transform supplies the target coordinate space. More... | |
| math::vec3 | localPosition {0.0f} |
| Target point in the Node's local coordinates. More... | |
Target point expressed in the local coordinates of a weakly referenced Node.
Definition at line 42 of file TurntableCameraController.h.
| math::vec3 a3d::ext::TurntableCameraController::NodeTarget::localPosition {0.0f} |
Target point in the Node's local coordinates.
Definition at line 45 of file TurntableCameraController.h.
| std::weak_ptr<Node> a3d::ext::TurntableCameraController::NodeTarget::node |
Node whose transform supplies the target coordinate space.
Definition at line 44 of file TurntableCameraController.h.