This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
Ms3dToMesh/src
2012-12-22 18:16:00 -05:00
..
chunks update Group chunk writing with the new fields 2012-12-22 18:07:06 -05:00
geometry add alpha and texture fields to the Group chunk struct 2012-12-22 18:06:51 -05:00
metadata implement metadata file xml loading+parsing 2012-12-22 17:39:00 -05:00
ms3d remove ".animations" file support from Ms3d and add support for populating+writing an AnimationsChunk in ConvertToMeshFile from the passed metadata object 2012-12-22 17:47:52 -05:00
util fix ReadString so fixed length strings don't have garbage at the end up to the max length specified 2012-12-12 15:16:33 -05:00
animationsequence.h change AnimationSequence to be a struct (for consistency with all the other POCO-type objects) 2012-12-22 16:15:28 -05:00
common.h added common header 2012-12-10 18:59:15 -05:00
main.cpp add main() processing to load a MetadataFile object and pass it to ConvertToMeshFile() 2012-12-22 16:29:22 -05:00
meshfile.cpp move file writing to the very end after all chunks have been populated, allowing errors to cancel out before any file writing is done 2012-12-22 18:16:00 -05:00
meshfile.h add main() processing to load a MetadataFile object and pass it to ConvertToMeshFile() 2012-12-22 16:29:22 -05:00