Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] How to use AABB Tree correctly?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] How to use AABB Tree correctly?


Chronological Thread 
  • From: Sartaj Hundal <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] How to use AABB Tree correctly?
  • Date: Sun, 25 Aug 2013 18:36:55 -0600

you can store your models in one data structure and apply an intersect function over it.


On Sun, Aug 25, 2013 at 4:29 PM, Sartaj Hundal <> wrote:
you can store your models in one data structure and apply an intersect function over it.


On Sun, Aug 25, 2013 at 5:06 AM, ChaoM <> wrote:
Hello everybody:
      Now i meet this problem: I have three models , these models are
simple geometric objecets. Such as: halfsphere, Clylinder, Cube and so on !
All these models have the trianglated surface(that is , the surface of the
models is made of a mount of triangles).
      What i want to do is use the AABB Tree to get the intersection of
these three models. In my point , i do not use the AABB Tree correctly
,because i just use "do_intersect" function to judge a triangle of one
models  if intersect a triangle  of another models .
      So I just search the CGAL mannul , but  i do not find a good example ,
So if someone use the AABB Tree to solve the Three or more models
intersection, he can point me out !
Thanks!



--
View this message in context: http://cgal-discuss.949826.n4.nabble.com/How-to-use-AABB-Tree-correctly-tp4657967.html
Sent from the cgal-discuss mailing list archive at Nabble.com.

--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://sympa.inria.fr/sympa/info/cgal-discuss








Archive powered by MHonArc 2.6.18.

Top of Page