mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
This commit is contained in:
parent
a88d56148b
commit
ee450471fd
@ -1320,6 +1320,8 @@ namespace MWRender
|
||||
{
|
||||
mHeadController = NULL;
|
||||
|
||||
if (mPtr.getClass().isBipedal(mPtr))
|
||||
{
|
||||
NodeMap::iterator found = mNodeMap.find("bip01 head");
|
||||
if (found != mNodeMap.end() && dynamic_cast<osg::MatrixTransform*>(found->second.get()))
|
||||
{
|
||||
@ -1329,6 +1331,7 @@ namespace MWRender
|
||||
mActiveControllers.insert(std::make_pair(node, mHeadController));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void Animation::setHeadPitch(float pitchRadians)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user