nw::model::Animation
-
struct Animation : public nw::model::Geometry
Public Functions
-
Animation(String name_)
-
virtual ~Animation() = default
-
Node *find(const std::regex &re)
-
const Node *find(const std::regex &re) const
Public Members
-
float length = {1.0f}
-
float transition_time = {0.25f}
-
String anim_root
-
Vector<AnimationEvent> events
-
String name
-
GeometryType type
-
Vector<std::unique_ptr<Node>> nodes