On Thu, 06 Aug 2009 14:00:15 +0200, Joakim Simonsson <joa...@autosim.no> wrote:

On Thu, 06 Aug 2009 10:31:57 +0200, Mach Bhai <sar...@dsi.co.ae> wrote:

Hi,
I have a model in ive format and osgviewer displays it fine. However if i convert it to osg, i get black and white shaded files as textures, which are of no use. I am using osgconv.exe with the following command line

osgconv.exe -e osg -O OutputTextureFiles -O precision:0.001 model.ive model.osg

Try

osgconv.exe -e osg -O "OutputTextureFiles precision 4" model.ive model.osg

precision takes an integer
multiple options are space separated

When I try the OutputTextureFiles option, I also get black and white striped textures.

What image format do you use? I use .rgb.

If you also use .rgb, perhaps it is something with the .rgb plugin...

--
Joakim Simonsson
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to