Hi,

  I am using 1.6 and from the tutorial examples, there isn't one
showing the usage of HalfEdge* classes.

  Is there somewhere I can download an example code using HalfEdge?

  I am interested in representing a polyhedral mesh with HalfEdge so
that I can experiment with edge topology walking and editing.


The OSGHalfEdgeGaph class, which is part of the current 1.x cvs, 
is not useful for editing. Only for creating and walking. There
is no method to removing edges and, AFAIR, it could not be added
easily since the structure is really optimized for efficient
graph-construction from triangle-soups
The class is mainly used to produce strips and fans 
(e.g. with  createOptimizedPrimitives)

best regards,
  johannes

The OSGHalfEdgeGraph class is 
Yours

    Dirk


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
_______________________________________________
Opensg-users mailing list

---
Dr.-Ing. Johannes Behr tel: +49-6151-155-510
Fraunhoferstr. 5 fax: +49-6151-155-196
D-64283 Darmstadt skype: johannesbehr


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to