POD file conversion

Hi!


I need to convert a POD file to a ASCII format. I need à tool that helps me to do so.


Great thanks

Generally, there are no tools for converting POD files to other formats since the intended usage was to use the POD format as the final “device friendly” way to quickly load models into your apps.








Having said that, it would be easy to write your own code to convert binary POD streams into whatever you want - look up the tools SDK , there is code there to read and access POD files.