Hi, I try to compress all my model textures.
The first try was using osgconv and the "--compressed-dxt3" option. This works well. The second try is made in my application code, using a node visitor which compress all textures to DXT3 using the nvtt plugin. In the second case, the files are correctly generated, can be opened with a DDS reader software but doesn't appears in osgviewer. If I replace all the .dds textures files of the second try with the files generated by osgconv, everything is working fine. Does anyone have experienced problems with nvtt plugin ? I've try with DXT1 / DXT5 compression, but the result is always the same : textures files seems to be valid (can be opened in any software) but are not displayed in osgviewer. Thank you! Cheers, Aurelien ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=49706#49706 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

