From: Josh B. <br...@vr...> - 2002-06-16 02:06:48
|
On Sat, 15 Jun 2002, Ben Scott wrote: > On Sat, 15 Jun 2002, Josh Brown wrote: > > > Does stl have and tree type data structures implemented? > > Not directly. Some of the containers - set and map I believe - are > implemented as a Red-Black tree, but I don't believe they're publicly > exposed. > > > And in our obj. collision system is it possible to ask the system if two > > objects would collide? > > Josh > > Not directly. ;) Do you need this functionality?? I could add it in ... Maybe - Actaully, what is needed isn't really object collision. What we need is the capability to draw a line between an two objects and see if any other object is on that line? This allows the enemy to "see" or not see his opponent. Josh > > cheers, > ----- > Ben Scott > Research Assistant VRAC > bs...@ia... > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > Isugamedev-midworld mailing list > Isu...@li... > https://lists.sourceforge.net/lists/listinfo/isugamedev-midworld > |