You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ode-users
Is there a way for making a list of objects in a certain AABB bounded
place (Or between 4 planes)? I was thinking about making an AABB
geometry object and check for collisions with it and then for any
collisions occured, save the objects in the list and then use it for
my own purposes. Are there any better approaches? I'm programming a 2D
game engine and I'm using ODE for physics. All of my objects are
handled by ODE, so I would like to find what objects are currently
visible at the given view point, so I can efficiently draw them.