can not get correct index information for FBX files.

Issue #10 invalid
Former user created an issue

I am trying to get FBX's indices for indexBuffer but I can not list them there are some options like GetIndices they just list 0,1,2,3,4,5...

What can I do to get mesh indices correctly ? Or am I missing something ?

Comments (1)

  1. Nicholas Woodfield repo owner

    Oldie on the issue tracker, but if you're still monitoring it sounds like you need to use "Join Identical Vertices" post process - otherwise each vertex will be unique, making the use of indices pointless (e.g. will get the 0,1,2,3,4,5 stuff)

  2. Log in to comment