Re: [osg-users] OSG .net readerwriterOBJ

2007-11-12 Thread Michael Wittman
Hi Dave, Apologies for the long delay on this reply. I haven't had the chance to keep up with OSG in the last couple weeks. I think you should be fine passing the default-constructed OsgDB::ReaderWriter::Options. It may be that this is just a problem with VS 2008. Also if you haven't rebuilt t

Re: [osg-users] OSG .net readerwriterOBJ

2007-10-29 Thread Dave Fouts
I attempted: Osg::Node ^ model = OsgDB::Globals::readNodeFile("corner1.obj"); Compiler (& intellisense) says that a ReaderWriter::Options parameter is required So I added: OsgDB::ReaderWriter::Options ^ myOpts = gcnew OsgDB:: ReaderWriter::Options(); And also with Options("CACHE

Re: [osg-users] OSG .net readerwriterOBJ

2007-10-29 Thread Michael Wittman
Hi Dave, Questions are fine, although it's best to post to the osg-users mailing list so that everyone can benefit. (Also you're likely to get a quicker answer.) It's good to hear that osgDotNet is running with VS 2008; you're the first person I've heard from that's tried it. You should be able