assimp
assimp copied to clipboard
The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
Hi devs, There are some bones missing when I load a rigged mesh from a collada files. The `mesh->mNumBones` is less than the real number of bones that the mesh...
The irrlicht mesh loader seems to be broken in many ways 1. the files in the repository are utf16LE but the loader assumes utf8 (I think this bug was introduced...
**Describe the bug** The [IFC file attached](https://github.com/assimp/assimp/files/7882406/ConferenceCentre_Slab.zip) contains a slab with an opening. The opening is not cut in the IFC reader. **To Reproduce** Steps to reproduce the behavior: 1....
### **Describe the bug** When exporting animation in FBX, animation run too slowly The related issues, I think, are: - #3545 - #3698 - #4197 - #4206 ### **To Reproduce**...
**Describe the bug** DLLs are being exported in code because `OPENDDL_STATIC_LIBARY `is not defined when attempting to link statically, which causes the final project to compile differently, which results in...
``` -- Checking for module 'zzip-zlib-config' -- Package 'zzip-zlib-config', required by 'virtual:world', not found ``` Version: 5.2.4 zziplib-0.13.72_1 FreeBSD 13.1
Bug: Collada models which previously loaded in v5.0 now failed to load on v5.2, with error message
**Describe the bug** I have several collada (.dae) models which used to load using assimp v5.0 (these are direct output from: https://www.mixamo.com/ ), without animation - just rigged models. These...
**Describe the bug** While packaging v5.2.2 for Gentoo Linux, a few unit tests failed to succeed with default `ASSIMP_DOUBLE_PRECISION=OFF`. When using `ASSIMP_DOUBLE_PRECISION=ON` some more unit tests related to FBX are...
Import of huge PLY mesh (285 000 000 tris, 5 GB) produces high memory peak. It rises to 23 GB, then stabilizes at 7 GB. OBJ version of this mesh...