Avara3D 0.2.0
C++ API reference
a3d::ext::TurntableCameraController::NodeTarget Struct 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< Nodenode
 Node whose transform supplies the target coordinate space. More...
 
math::vec3 localPosition {0.0f}
 Target point in the Node's local coordinates. More...
 

Detailed Description

Target point expressed in the local coordinates of a weakly referenced Node.

Definition at line 42 of file TurntableCameraController.h.

Member Data Documentation

◆ localPosition

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.

◆ node

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.


The documentation for this struct was generated from the following file: