Commit graph

  • b1ffbb4298 moved scale factor option to the metadata file under transformations master Gered 2012-12-23 23:32:30 -0500
  • c9e521c1e5 fix incorrect parsing of scale transformation value Gered 2012-12-22 19:17:25 -0500
  • 9329ca02ac add scale transformation support to the metadata file Gered 2012-12-22 19:12:26 -0500
  • c5bbb03d00 don't attempt to write a chunk out if a NULL chunk was passed in Gered 2012-12-22 18:57:02 -0500
  • d15f32b018 clean up chunk data before returning Gered 2012-12-22 18:16:18 -0500
  • 488b6a50b2 move file writing to the very end after all chunks have been populated, allowing errors to cancel out before any file writing is done Gered 2012-12-22 18:16:00 -0500
  • 6a3f3af34f add support for the metadata ExtraGroupInfo data in ConvertToMeshFile Gered 2012-12-22 18:07:31 -0500
  • 92aef2251e update Group chunk writing with the new fields Gered 2012-12-22 18:07:06 -0500
  • 32c9c8e777 add alpha and texture fields to the Group chunk struct Gered 2012-12-22 18:06:51 -0500
  • 872ffde4c0 remove ".animations" file support from Ms3d and add support for populating+writing an AnimationsChunk in ConvertToMeshFile from the passed metadata object Gered 2012-12-22 17:47:52 -0500
  • 029a340f11 add Ms3d::FindIndexOfMesh Gered 2012-12-22 17:43:06 -0500
  • 27bb350254 implement metadata file xml loading+parsing Gered 2012-12-22 17:39:00 -0500
  • f525005abe add fields to ExtraGroupInfo allowing it to be used to specify an Ms3d group by index or name Gered 2012-12-22 17:38:32 -0500
  • c9df81d7ae add main() processing to load a MetadataFile object and pass it to ConvertToMeshFile() Gered 2012-12-22 16:29:22 -0500
  • e6aef5c0d5 fix #includes in MetadataFile header to avoid some compiler issues with the forward-declarations Gered 2012-12-22 16:28:51 -0500
  • c1b14dc4aa add IsLoaded property to MetadataFile Gered 2012-12-22 16:25:00 -0500
  • b4ac0d07d3 add stub MetadataFile class Gered 2012-12-22 16:22:02 -0500
  • df0dd07cf5 change AnimationSequence to be a struct (for consistency with all the other POCO-type objects) Gered 2012-12-22 16:15:28 -0500
  • 32db4b56f1 add ExtraGroupInfo struct to contain group info from a metadata file Gered 2012-12-22 16:15:01 -0500
  • 8c7f07d797 clean up main() processing a bit in preparation for metadata loading Gered 2012-12-22 16:04:01 -0500
  • fdcb7f459d add pugixml for XML parsing Gered 2012-12-22 15:53:41 -0500
  • c3cea06a2d fix Keyframe size calculation Gered 2012-12-21 19:02:07 -0500
  • cc141ac0ca Merge branch 'master' of https://bitbucket.org/gered/ms3dtomesh Gered 2012-12-20 22:45:37 -0500
  • 3a3bd08972 fix to generate_makefile to allow execution via double-clicking in the OS X Finder Gered 2012-12-20 22:45:21 -0500
  • 9611c9c80e fix #include path Gered 2012-12-19 09:12:09 -0500
  • 70365b0775 update ConvertToMeshFile chunk object data population to use the UniqueVertexCollection object's data instead Gered 2012-12-18 12:34:01 -0500
  • cc6fb19f4c remove normal and texcoord data from Triangle Gered 2012-12-18 12:33:04 -0500
  • d89072b3d5 added code at the start of ConvertToMeshFile that populate a UniqueVertexCollection object from the source Ms3d object Gered 2012-12-18 12:32:19 -0500
  • e5b39df0f4 added UniqueVertexCollection Gered 2012-12-18 12:30:58 -0500
  • f183b15dd7 added UniqueVertex Gered 2012-12-18 12:30:41 -0500
  • 8033c8056c add operator== to Vector2 Gered 2012-12-18 12:30:20 -0500
  • 195a289451 move animationsequence.h Gered 2012-12-18 10:56:05 -0500
  • 0f32f72259 make generate_* scripts executable Gered 2012-12-18 10:53:23 -0500
  • bcd9b3afdc use standard types in Ms3d structures/class for consistency and remove old Ms3d::ConvertToMesh method Gered 2012-12-12 15:52:37 -0500
  • 903de59132 add generate_xcode script Gered 2012-12-12 15:18:26 -0500
  • e51746243a rename generate_makefile script Gered 2012-12-12 15:18:16 -0500
  • b2ded5c6ca fix incorrect/missing #includes Gered 2012-12-12 15:17:07 -0500
  • 646cc690cc fix ReadString so fixed length strings don't have garbage at the end up to the max length specified Gered 2012-12-12 15:16:33 -0500
  • e3d515f34a add animation chunk exporting to ConvertToMeshFile() gered 2012-12-11 12:49:28 -0500
  • 194fdb35c2 add Ms3d getters for animation sequence data gered 2012-12-11 12:47:06 -0500
  • 288ea210d0 implement ConvertToMeshFile() gered 2012-12-11 12:44:22 -0500
  • 1da913d143 fix incorrect chunk descriptor string gered 2012-12-11 12:41:34 -0500
  • 55423f2a88 fix incorrect number of texcoords in Triangle struct gered 2012-12-11 11:29:47 -0500
  • 2d3fdc98df update main() to use new ConvertToMeshFile function gered 2012-12-11 11:10:36 -0500
  • 15fed2c5c3 add scale factor parameter to ConvertToMeshFile gered 2012-12-11 11:10:17 -0500
  • c219755654 added stub function for writing and converting data from an Ms3d class to a new mesh file gered 2012-12-10 19:55:42 -0500
  • 0d4179b297 made Ms3d getters const, and made Ms3d::FindIndexOfJoint a public method gered 2012-12-10 19:50:38 -0500
  • 833202dc2d added chunk writing functions gered 2012-12-10 19:40:17 -0500
  • 2404757ce7 added chunk structs for all possible types of chunks that can be written to the output mesh file gered 2012-12-10 19:01:09 -0500
  • 0770dc01e4 added various missing structs to hold raw output mesh data to be written gered 2012-12-10 19:00:22 -0500
  • b10c3cb2c4 added AnimationSequence struct gered 2012-12-10 18:59:36 -0500
  • d1de2e1890 added common header gered 2012-12-10 18:59:15 -0500
  • 3e28e22b6e initial commit (based on MeshConverter source) gered 2012-12-10 15:28:23 -0500