Closed GoogleCodeExporter closed 9 years ago
Note: The GhostObject approach (add it, check OverlappingPairs, remove it)
seems to work fine so I'm going with that.
Original comment by jared.ac...@thirsk.ca
on 23 Mar 2012 at 2:03
Yep, I was calling the BroadphaseProxy constructor instead of looking from the
object table first. I don't want to put this check into ObjectTable::Add,
because there may be cases where it's already known that the object is not in
the table. Dictionary::Add will throw an exception anyway, so it's okay.
Can you try out the latest trunk? Soon there should be a 2.80 SP1 release as
well.
Thanks!
Original comment by andres.traks
on 24 Mar 2012 at 10:51
Looks good. My build environment isn't set up so I haven't been able to verify
the fix, but I'll definitely try a binary release (I'm using Mogre).
Original comment by jthi...@gmail.com
on 29 Mar 2012 at 8:42
Original issue reported on code.google.com by
jared.ac...@thirsk.ca
on 23 Mar 2012 at 12:27