Page 1 of 1
Is there a Plane Collision Entity?
Posted: Tue Feb 24, 2009 4:01 am
by SomeCallMeTim
Is there a Plane Collision Entity? I'm guessing no, because I don't see it in the online documentation. I'm thinking of something like the Plane class that ODE has.
Thanks
Re: Is there a Plane Collision Entity?
Posted: Tue Feb 24, 2009 8:13 am
by Norbo
No, not at the moment. I've been tossing around some ideas for new special case frameworks that would let me add in planes (and help out with numerical stability elsewhere), but I'm not sure when I'd get around to implementing it.
Re: Is there a Plane Collision Entity?
Posted: Wed Feb 25, 2009 3:45 am
by SomeCallMeTim
Ok, thanks. I'll just use a box as a plane for now.