Sorry, the last failure case was wrong

Let me try again: Failure case for the 3rd case:

The author of the FBX file have stored the model in a far away folder compared 
to the texure, for example the model in"c:\model\animal\cow\cow.fbx" while the 
texture is in "c:\texture\cow\cowskin.tga". The resulting relative path will 
then be "..\..\..\texture\cow\cowskin.tga". 

If the resulting FBX model is stored in the path 
"D:\application\models\cow.fbx", then the plugin will try to lookup in 
"D:\application\models\..\..\..\texture\cow\cowskin.tga", i.e. it tried to move 
to a parent directory three times which is impossible. 

Regards,
Björn

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=75585#75585





_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to