Batch conversion in multiple formats to POD

Hello,

  1. I’m interested in converting files on a server in a batch type method.  File format X is given to the server and it saves out the POD file.  Is it possible to do something like this on Linux?





  2. I have files in VRML / WRL format, how would I get these files into POD format?

  3. If I can parse a VRML file, can i write any code that uses the POD tools / SDK to convert my file to POD?
Thanks so much,
Ryan

Yeah, you can easily do that with their SDK.





Look for CPVRTModelPOD class ( inside of PVRTModelPOD.h/cpp) - it has everything you would need to create POD files programmatically.