1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

Add comment

This commit is contained in:
scrawl 2015-03-29 18:44:46 +02:00
parent a7272b73d0
commit 5162e9c09e

View File

@ -141,6 +141,8 @@ namespace SceneUtil
osgAnimation::BoneMapVisitor boneMapVisitor;
masterSkel->accept(boneMapVisitor);
// would be more efficient if we could attach the RigGeometry directly to the master skeleton, but currently not possible
// due to a difference in binding pose of the two skeletons
AddCopyControllerVisitor visitor(boneMapVisitor.getBoneMap());
toAttach->accept(visitor);