Hi Brad,

During my testing I also found another bug. If an image has a hint to be 
inlined and is saved using the osgt format then no image was written out. To 
fix the issue I added an extra check to OuputStream to force images to be 
written externally if the stream is not binary. I haven't done a great deal of 
testing for this change and I haven't come across the issue other than in 
experimenting with my deferred loading code. As such, I am not particularly 
confident this is the correct fix but this seems to be a bug that needs to be 
addressed.

I'm sure you know this, but when writing a .osg file you need to force it to output image files with the OutputTextureFiles option:

osgconv someFileWithEmbeddedTextures.ive outputFile.osg -O "OutputTextureFiles"

Is this the same thing? Do you always output the image (i.e. as if the above option was always enabled for the .osg plugin)? Would you need to check a similar option?

Just wondering if you're not changing the expected behavior. Thanks,

J-S
--
______________________________________________________
Jean-Sebastien Guay    [email protected]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to