Menu

about msh file

Help
2001-05-14
2001-05-14
  • Nobody/Anonymous

    hi:
      Your project is very good!!!
      Could you explain the *.msh file format for me?I could't understand it very well!!!
      My E-MAIL is chengyuny@sina.com!
      Thanks a lot in advance!!!
                                        

     
    • Gedalia Pasternak

      The mesh file format is fairly straight forward, most of the loading code is in:
      bool CMaxMesh::LoadMesh(). it stores the name of the object, the parents name for establishing heirachy. the transform Matrix of the object. Depending on the type of object, there are currently meshes and helpers (the helpers are 3dsMax dummy object) if the object is a mesh it has a list of vert, faces, UV coordinates and normals. It also stores a list of bones and what verts they affect,

      -Gedalia

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.