GLB2 missing texture coordinats

Issue #63 resolved
Christian Schell created an issue

Hello!

When I export a model with assimp.net in GLB2 format, it does not export any texture coridnate at all. I have seen that there is a fix for this problem in the assimp 5.0 version (Fix glTF2 export with no texture coordinates).

Does the 5.0.1 beta package already use th assimp version 5.0? When I export my file into the assbin format (the internal one of assimp) everything works like intended.

Thank you very much for your awesome library! Cheers!

Comments (3)

  1. Nicholas Woodfield repo owner

    Yes, the 5.0 beta nuget package uses the 5.0 native release.

    Two things you can count on in the managed library releases:

    1. Major # will match the native one
    2. The native version shipped in the nuget packages will be built from the releases tagged in assimp's github release page.

  2. Christian Schell reporter

    Thank you for the clarification!

    If I have some time I will try to build assimp from source and debug the issue.

  3. Log in to comment