Unravel Engine C++ Reference
Loading...
Searching...
No Matches
animation_blend_space.h File Reference

Go to the source code of this file.

Classes

struct  unravel::blend_space_point
 
class  unravel::blend_space_def
 

Namespaces

namespace  unravel
 

Functions

auto unravel::blend (const math::transform &lhs, const math::transform &rhs, float factor) -> math::transform
 
void unravel::blend_poses (const animation_pose &pose1, const animation_pose &pose2, float factor, animation_pose &result_pose)
 
auto unravel::blend_additive (const math::transform &base, const math::transform &additive, const math::transform &ref, float weight) -> math::transform
 
void unravel::blend_poses_additive (const animation_pose &base, const animation_pose &additive, const animation_pose &ref_pose, float weight, animation_pose &result)