Re: [Algorithms] Bounding Box calculation
Brought to you by:
vexxed72
From: Stephen C. <ste...@la...> - 2007-10-31 10:41:15
|
> So why not use an AABB in model space instead, and then turn it into > OOBB as part of model orientation? That's as fast as it gets to That makes sense; it's actually exactly what I've got at the moment as my first-cut temporary solution. I was thinking to try some alternatives in case there's something better than an AABB, but still pretty cheap. AABBs can be pretty bad in worst cases, eg a pencil on the diagonal in model space. OTOH, it would take a worst-case artist to make a pencil on a diagonal in model space... :) Cheers, Steve. |