[osg-users] Mesh/Triangulation Examples?

2008-12-09 Thread Simon Sanderson
Are there any examples of how to create and display a mesh? I have been studying the OSG classes and think that I'd be looking at making use of either the osgUtil::DelaunayConstraint or osg::TriangleMesh. My application will create a set of (X,Y,Z) points wich I would like to display

Re: [osg-users] Mesh/Triangulation Examples?

2008-12-09 Thread Simon Sanderson
effect would be a breeze. This is where I thought that the osg::Geometry derived class osg::DelaunayConstraint might come in handy. I shall look in to this a little further with what I have gleaned from the suggested osggeometry example. Cheers Simon Sanderson

Re: [osg-users] Mesh/Triangulation Examples?

2008-12-09 Thread Simon Sanderson
effect would be a breeze. This is where I thought that the osg::Geometry derived class osg::DelaunayConstraint might come in handy. I shall look in to this a little further with what I have gleaned from the suggested osggeometry example. Cheers Simon Sanderson P.S. On prrof reading

Re: [osg-users] Mesh/Triangulation Examples?

2008-12-09 Thread Simon Sanderson
Solved! Thank you both - As I mentioned in my last (double) post and as David illustrated, I was on the right track to my solution: In fact I had failed to realise there was a DelauneyTransform class and was trying to use the DelaunayConstraint class with no luck. That said, I lifted

[osg-users] Node Kits for Charts Graphs

2008-12-03 Thread Simon Sanderson
Can anyone tell me whether there are any node kits for OSG in existence that provide chart or graph capabilities? In particular I am mainly interested in 3D bar charts and if there was support for intersection (i.e mouse hovering) with displayed data Cheers