Search found 3 matches

by ph03
Tue Apr 22, 2008 8:43 pm
Forum: Advanced Help
Topic: Irrlicht and OpenMesh?
Replies: 8
Views: 1819

Any news about this topic yet? I would still like to use irrlicht together with an efficient triangle mesh data structure like openmesh or the CGAL polyhedron class ( http://www.cgal.org/Manual/3.3/doc_html ... _main.html ).
by ph03
Thu Sep 27, 2007 2:08 pm
Forum: Advanced Help
Topic: Irrlicht and OpenMesh?
Replies: 8
Views: 1819

From a first glance I'd say that it's easiest to use OpenMesh as the algorithmic data structure and convert them to Irrlicht structures in a simple linear conversion. You'd probably have to convert it each frame, or at least every time you did some conversion. If you'd like to add OpenMesh more tig...
by ph03
Tue Sep 25, 2007 5:25 pm
Forum: Advanced Help
Topic: Irrlicht and OpenMesh?
Replies: 8
Views: 1819

Irrlicht and OpenMesh?

Hi! I´m planning to use the Irrlicht Engine in an university project because i like it´s architecture. The only thing that I'm missing is an elaborate triangle-mesh data-structure (correct me if it has one however, I would be happy about that!). I need an data-structure that is similar to, for examp...