rehabilit an init method to ensure morphing po setted before skinning po in case of rigeom source that are morphgeom

This commit is contained in:
Julien Valentin
2017-08-30 20:36:34 +02:00
parent 86ad54f671
commit 1f628235d4
2 changed files with 86 additions and 75 deletions

View File

@@ -81,6 +81,8 @@ namespace osgAnimation
unsigned int _minAttribIndex;
bool buildPalette(const BoneMap& boneMap ,const RigGeometry& rig);
bool init(RigGeometry& );
};
}