Search found 2 matches

by samcruise
Wed Feb 15, 2012 8:12 pm
Forum: Questions and Help
Topic: Getting entity from a broadphase entry.
Replies: 2
Views: 2709

Re: Getting entity from a broadphase entry.

Ah don't worry - I set the tag of the collision information object. Perfect
by samcruise
Wed Feb 15, 2012 6:07 pm
Forum: Questions and Help
Topic: Getting entity from a broadphase entry.
Replies: 2
Views: 2709

Getting entity from a broadphase entry.

Hi,

I'm a bit new to all this so apologies in advance!

I'm using BroadPhase.QueryAccelerator.GetEntries() to get a list of broad phase entries within a bounding volume.

How can I get the entity with which the volume overlaps from the broad phase entry?

Cheers