Official Open Asset Import Library Repository. Loads 40+ 3D file formats into one unified and clean data structure.
dependabot[bot] on github_actions
Bump actions/upload-artifact fr… (compare)
kimkulling on github_actions
Bump actions/cache from 2 to 3 … Merge branch 'master' into depe… Merge pull request #4612 from a… and 1 more (compare)
kimkulling on master
Bump actions/cache from 2 to 3 … Merge branch 'master' into depe… Merge pull request #4612 from a… (compare)
kimkulling on github_actions
dependabot[bot] on github_actions
Bump actions/checkout from 2 to… (compare)
Hi Kim, I'm using 5.2.0 to export and all the file formats are working fine, apart from the glTF ones (both gltf, glb & gltf2, glb2)... Is there anything different within the 'aiScene' that i need to set for these formats? The exports are failing with aiReturn_FAILURE.
Many thanks!
I guess not. I tried to update this package but saw a looot of build failures. So I was not able to solve them at this moment
It looks like the BitBucket repo got a pull request that got merged. Apparently it works with 5.2.x now. But a Nuget package is not available and apparently x86 support wasn't updated.
Accessor::Indexer data = prim.indices->GetIndexer();
if (!data.IsValid()) {
throw DeadlyImportError("GLTF: Invalid accessor without data in mesh ", getContextForErrorMessages(mesh.id, mesh.name));
}