Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Engine::Animation Namespace Reference

Classes

struct  AnimationChannel
 A single animation channel targeting one joint's transform property. More...
class  AnimationEvaluator
 Evaluates animation keyframes at a given time. More...

Enumerations

enum class  InterpolationType {
  LINEAR ,
  STEP ,
  CUBIC_SPLINE
}
 Interpolation method for animation keyframes. More...

Enumeration Type Documentation

◆ InterpolationType

Interpolation method for animation keyframes.

Enumerator
LINEAR 
STEP 
CUBIC_SPLINE 

Definition at line 15 of file AnimationAsset.h.