OpenSceneGraph
OpenSceneGraph copied to clipboard
Fix RigTransformSoftware copy
- Force init for new copy as _uniqVertexGroupList is not copied
The problem can occur if you deep copy a scene with a RigTransformSoftware in it after it has already been displayed. We were copying a pedestrian model and trying to use a different animation on it, but the second animation fails to apply as the copied RigTransformSoftware never gets inited.