Hello all. I had a behavior with ac3d objects and osgconv that i think can be a wrong behavior and i'd like to check with you.
I have an ac3d model with textures that are being saved on different path. /home/simoes/model/ac3d_model.ac /home/simoes/texture/ac3d_texture.rgb I shall emphasize here that my texture declaration path inside ac3d_model.acis pointing to the right path: texture "/home/simoes/texture/ac3d_texture.rgb" And that ac3d program opens the model together with the texture correctly. when i use osgviewer on my ac3d_model.ac the texture is not being loaded together. It just consider ac3d textures that are on my OSG_FILE_PATH or on the current directory that i'm calling osgviewer. It appers to not consider the full path declared within the ac file. Also when working with osgconv the path is not parsed inside the converted osg file. it just add file "ac3d_texture.rgb" You can see the problem by using any ac3d model with a texture being held on a different path together with osgviewer/osgconv Kind Regard André Simões
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

