PDA

View Full Version : Can Vizard load TrianGraphics .ive files?


Matt Wheeler
11-15-2008, 07:59 PM
I'd like to load these example .ive files into Vizard.

http://www.triangraphics.de/index.php?1=Download&2=Database&l=eng

Any idea why it doesn't work?

Thanks,
Matt Wheeler

tobin
11-16-2008, 12:58 PM
The .IVE files on the TrianGraphics.de website use a later version of OpenSceneGraph than the version Vizard is based on so the .iVE files will not load directly into Vizard. I see that some of the samples are available as OpenFlight. If you have 3DS Max, its newer releases include OpenFlight import functionality. You might try importing as OpenFlight into 3DS Max, and then export as the Vizard compatible OSG/IVE format (which you can download here: http://www.worldviz.com/download/files/OSGExp0.9.4Install.exe).

dtidrow
12-22-2008, 12:37 PM
is to convert the .ive files into .osg (ie. "osgconv file.ive file.osg"), using a recent version of osgconv. Generally, you can load .osg files made with more recent versions of OSG into applications made with older versions of OSG.

dthomas
03-21-2012, 11:41 AM
is to convert the .ive files into .osg (ie. "osgconv file.ive file.osg"), using a recent version of osgconv. Generally, you can load .osg files made with more recent versions of OSG into applications made with older versions of OSG.
I had the aforementioned problem. Exporting the models as .osg like this fixed it in Vizard 3. :)