NcEngine
SkeletalAnimationController.h File Reference
#include "ncengine/asset/AssetViews.h"
#include "ncengine/utility/SparseMap.h"
#include <functional>
#include <limits>

Go to the source code of this file.

Classes

struct  nc::LoopAnimation
 Animation state that loops until the exit condition is met. More...
 
struct  nc::PlayOnceAnimation
 Animation state that plays once before transitioning to the exitTo state. More...
 
struct  nc::StopAnimation
 Animation state that stops the state machine.. More...
 
class  nc::SkeletalAnimationController
 State machine that controls animation transitions for a SkinnedMesh. More...
 

Animation State Id Types

using nc::AnimationStateId = uint32_t
 
constexpr auto nc::NullAnimationState = std::numeric_limits<AnimationStateId>::max()
 
constexpr auto nc::RootAnimationState = AnimationStateId{0u}
 
constexpr auto nc::ImmediateAnimationState = NullAnimationState - 1u
 
constexpr auto nc::MaxAnimationStates = 32ull
 

Animation Transition Types

using nc::TransitionCondition = std::move_only_function< bool()>
 
constexpr auto nc::UseDefaultTransitionDuration = -1.0f
 
constexpr bool nc::ConditionNever ()
 

Detailed Description