assimp icon indicating copy to clipboard operation
assimp copied to clipboard

The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.

Results 442 assimp issues
Sort by recently updated
recently updated
newest added

Some textures referenced by bundled IRR/IRRMesh models missing. Will be fixed by PR #5374

Bug

**Is your feature request related to a problem? Please describe.** Currently, `aiMesh::mNormals` is used to store normals for the mesh. In theory, it can hold face normals but I see...

Feature-Request

**Describe the bug** STP importer is not working ![image](https://github.com/assimp/assimp/assets/88528975/27d09e38-56f2-4140-9ff9-47efcc6c56c4)

Bug

**Describe the bug** For a binary ply, if the first char after the "end_header\n" line is '\n' (hence empty line), this char (and line) will be skipped, causing the parser...

Bug
PLY

**Describe the bug** FbxConverter: When I define ASSIMP_BUILD_NO_ARMATUREPOPULATE_PROCESS to avoid generating extra data I don't need, I meet a bug that aiBone's weight array is nullptr to cause a crash....

Bug
API

**Describe the bug** When importing FBX lights with attenuation values, constant attenuation can be zero. this is a bug. Here is how attenuation values are implemented in FBXConverter.cpp ``` float...

Bug
FBX

**Describe the bug** A collada imported light has an incorect angle **To Reproduce** Parse this collada: [animatedLights.dae.zip](https://github.com/assimp/assimp/files/10710135/animatedLights.dae.zip) It contains only a single spot light with a : ``` 1 0...

Bug
Collada

**Describe the bug** Moved to own Issue from #2149 : The glTF™ 2.0 Specification only supports .jpg, and .png File Formats for textures. When converting Models with different texture formats...

Bug
glTF2.0

**Describe the bug** I read the attached STL file using : Assimp::Importer importer; const aiScene* scene = importer.ReadFile(iInputFile.string(), aiProcess_OptimizeGraph | aiProcess_Triangulate | aiProcess_JoinIdenticalVertices); But it did return any meshes on...

Bug
STL

I want to export glTF or glb to md5mesh and md5anim of DOOM3 for game modding. Thanks for your working.

Feature-Request