tjheldna Posted March 4, 2014 Share Posted March 4, 2014 Hi Josh, I'm having an issue with an entity with rigid body physics applied v3.0. This is occurring if you are animating a skinned entity with rigid body, shape and mass. Apply any kind of physics i.e AddForce, gravity etc, the entity is not effected by these forces. Let me know if you need more detail? It's real busy for me at the moment but I'll see if I can do a quick sample of the issue. Cheers! Quote Link to comment Share on other sites More sharing options...
Josh Posted March 4, 2014 Share Posted March 4, 2014 That actually makes sense because when you call SetAnimationFrame() you are manually repositioning the entity. You might try calling SetAnimationFrame() on just the children of the entity instead, and skipping the parent. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
tjheldna Posted March 4, 2014 Author Share Posted March 4, 2014 I had no I idea that's what it was doing, I did a search for the first child bone and it all animated with physics as expected. I'll have to modify my rig to include a root node I think. Thanks Josh! I guess this isn't a bug. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.