Radium Engine  1.5.20
Loading...
Searching...
No Matches
LinearBlendSkinning.hpp
1#pragma once
2
3#include <Core/Containers/VectorArray.hpp>
4#include <Core/RaCore.hpp>
5
6namespace Ra {
7namespace Core {
8namespace Animation {
9
10struct SkinningRefData;
11struct SkinningFrameData;
12
15
16// clang-format off
29// clang-format on
30void RA_CORE_API linearBlendSkinning( const SkinningRefData& refData,
31 const Vector3Array& tangents,
32 const Vector3Array& bitangents,
33 SkinningFrameData& frameData );
35
36} // namespace Animation
37} // namespace Core
38} // namespace Ra
hepler function to manage enum as underlying types in VariableSet
Definition Cage.cpp:3