Results 1 to 2 of 2

Thread: SubMesh -> Mesh

  1. #1

    SubMesh -> Mesh

    Hi all!

    I've a D3XMesh that contains SubMeshes.

    I'd like to separate each SubMesh a create a single D3DXMesh for each one.

    How can i do? The only method relative to submeshes is DrawSubset!

    May i have to lock vb and copy vertex by vertex by material?

    Hmm... :?:

  2. #2

    SubMesh -> Mesh

    Meshes are separated by attributes (materials, etc) - dig at GetAttributeTable(...)
    There are only 10 types of people in this world; those who understand binary and those who don't.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •