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

--
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