[osg-users] Array of points of object

2010-05-12 Thread Danyil Volovyk
Hi, How can I get a mesh or array of points of object (OBJ file), that I loaded with code below: Code: Osg.MatrixTransform transform = new Osg.MatrixTransform(); Node readNodeFile = OsgDB.Globals.readNodeFile(file, null); transform.addChild(readNodeFile);

Re: [osg-users] Array of points of object

2010-05-12 Thread Tomlinson, Gordon
Message- From: osg-users-boun...@lists.openscenegraph.org [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Danyil Volovyk Sent: Tuesday, May 11, 2010 3:05 PM To: osg-users@lists.openscenegraph.org Subject: [osg-users] Array of points of object Hi, How can I get a mesh or array