Re: [osg-users] osgDB::readNodeFile fails for IVE files, works in osgviewer

2010-10-18 Thread Daniel Barber
Hi, Thanks for the response I found out what the problem was (user error on my part). The issue was case sensitivity on the filenames. In Windows they let you get away with murder, so I had the wrong case on the filename in my settings files for my programs which Windows didn't care about, bu

[osg-users] osgDB::readNodeFile fails for IVE files, works in osgviewer

2010-10-15 Thread Daniel Barber
Hi, I am in the process of porting a program using OSG developed in Windows to Linux (Ubuntu 10.04), and I am not able to get the program to load my IVE files that were generated in Windows. However, the osgviewer program is able to open the files without problem, but my program won't. Every

[osg-users] osgViewer::View::computeIntersections Fails when Window is Never Clicked On

2009-02-12 Thread Daniel Barber
I'm having a problem using the computeIntersections method of the View class in osgViewer namespace. I'm trying to perform picking, but not using a mouse click or event on the window. Here is the issue: if I don't click inside the window of the OSG application at some point in time, then the