-
CGAL in Qt4?
In CGAL website at the end of this page: http://www.cgal.org/Manual/3.4/doc_h.../packages.html
It says "This package provides classes for displaying CGAL objects and data structures in the Qt 4 Graphics View Framework."
But I could not find any examples Qt showing CGAL objects... Can some give a pointer?
Thanks
-
Re: CGAL in Qt4?
take a look at the
CGAL_DIR/demo/Triangulation_2
best regards,
grinderfox
-
Re: CGAL in Qt4?
hellow,
I found them but! How could I display and view this sample in my qt app??
Is there any workflow of how to show a sigle point 3D??
I need to show several planes.
Before this I need to calculate plane equation to show those planes.
What is the best way to do that, calculate planes with 3 points and show those plane and poins with cgal??
Thank and best regards.
-
Re: CGAL in Qt4?
Maybe reading the CGAL documentation or looking at the CGAL posts on stackoverflow would help.
Your question is more in the use of CGAL than it is Qt, so you would probably get better help a forum devoted to CGAL.