You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might sound like a terrible question, but I'm not fully sure of the answer.
The compound shape constructor has a "enableDynamicAabbTree" parameter. That tree is used to accelerate early rejection.
In the case all shapes added to a compound shape are static (i.e. not moving), does that AABB tree still help with performance ? I guess it does, I assume "dynamic" means the bounding volume hierarchy is based on a dynamic space partition (vs. its purpose being dynamic children handling), but could anyone confirm this ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
This might sound like a terrible question, but I'm not fully sure of the answer.
The compound shape constructor has a "enableDynamicAabbTree" parameter. That tree is used to accelerate early rejection.
In the case all shapes added to a compound shape are static (i.e. not moving), does that AABB tree still help with performance ? I guess it does, I assume "dynamic" means the bounding volume hierarchy is based on a dynamic space partition (vs. its purpose being dynamic children handling), but could anyone confirm this ?
Thanks,
Greg
Beta Was this translation helpful? Give feedback.
All reactions