Jump to content

Beta Branch Update - Child Items no longer animate with parent


martyj
 Share

Recommended Posts

Child entities of animated models no longer animate with the model.

 

See video here:

 

The item is added similar to the code below:

 

Entity* rightHand = entity->FindChild("RightHand");
Model* item = Model::Load("Axe.mdl");

item->SetParent(rightHand);
item->SetPosition(Vec3(...), false);
item->SetRotation(vec3(...), false);

 

Also I have a major framerate drop of at least 1/6th my framerate. Which is concerning that even with a 980 TI I can only get 50 FPS. Where as before I would always have 60 FPS.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...