ragdoll method

Discuss any questions about BEPUphysics or problems encountered.
Post Reply
sueds
Posts: 43
Joined: Tue Feb 05, 2008 10:40 am

ragdoll method

Post by sueds »

I'm working on my ragdoll right now and I was wondering if removing the entities and adding them again would be expensive ?
Norbo
Site Admin
Posts: 4929
Joined: Tue Jul 04, 2006 4:45 am

Re: ragdoll method

Post by Norbo »

It should be fine, unless you're doing hundreds or thousands per frame.

There is one problem you might encounter if you're using a part of the v0.4.X demo rendering system- removing objects from an EntityDrawer while using GPU instancing can cause desynchronization between world matrices and entities, and even crashes.
Post Reply