mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
Fix bam2egg issue with animated models
This commit is contained in:
parent
9aafde0579
commit
c0e4de3df7
@ -347,7 +347,7 @@ convert_character_bundle(PartGroup *bundleNode, EggGroupNode *egg_parent, Charac
|
||||
CharacterJoint *character_joint = DCAST(CharacterJoint, bundleNode);
|
||||
|
||||
LMatrix4 transformf;
|
||||
character_joint->get_net_transform(transformf);
|
||||
character_joint->get_transform(transformf);
|
||||
LMatrix4d transformd(LCAST(double, transformf));
|
||||
EggGroup *joint = new EggGroup(bundleNode->get_name());
|
||||
joint->add_matrix4(transformd);
|
||||
|
Loading…
x
Reference in New Issue
Block a user