mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Aux-info resource sharing; some rigging stubs
This commit is contained in:
18
Runtime/Graphics/CSkinnedModel.cpp
Normal file
18
Runtime/Graphics/CSkinnedModel.cpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "CSkinnedModel.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CSkinnedModel::CSkinnedModel(const TLockedToken<CModel>& model,
|
||||
const TLockedToken<CSkinRules>& skinRules,
|
||||
const TLockedToken<CCharLayoutInfo>& layoutInfo)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void CSkinnedModel::Calculate(const CPoseAsTransforms& pose,
|
||||
const std::experimental::optional<CVertexMorphEffect>&)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user