nw::model::CameraNode
-
struct CameraNode : public nw::model::Node
Public Functions
-
CameraNode(String name_)
-
void add_controller_data(StringView name_, uint32_t type_, Vector<float> times_, Vector<float> data_, int rows_, int columns_ = 1)
Adds a controller to a model node.
-
ControllerValue get_controller(uint32_t type_, bool key = false) const
Gets a controller to a model node.
-
CameraNode(String name_)