Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssimpImporter: support multiple meshes per Assimp node #81

Merged
merged 3 commits into from Mar 22, 2020

Commits on Mar 14, 2020

  1. AssimpImporter: support multiple meshes per Assimp Node

    We basically introduce additional dummy objects just containing the
    extra meshes as childs of the original objects (which still contain the
    first mesh).
    xqms committed Mar 14, 2020
    Copy the full SHA
    2c6b473 View commit details
    Browse the repository at this point in the history
  2. AssimpImporter: add unit test for multi-primitive meshes

    This tests the new support for multiple primitives and meshes per Assimp
    node. Mostly ported from the corresponding TinyGltfImporter test case,
    but using Collada format, since Assimp does not load the GLTF file properly.
    xqms committed Mar 14, 2020
    Copy the full SHA
    d3d2c4d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d1bc575 View commit details
    Browse the repository at this point in the history