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 310 assimp issues
Sort by recently updated
recently updated
newest added

# Environment Ubuntu 18.04,64 bit # Command **Compile test program:** ```shell $ cmake CMakeLists.txt $ cmake --build . ``` **Compile test program with address sanitizer:** - Update Makefile: ```cmake SET...

Bug

BRLCAD recommended: > AP203 (v1 and v2) is by far the most common, followed by AP214. Both are pretty well supported among commercial CAD at this point. AP242 is the...

Feature-Request

Hey there. So in my application, I stumbled across the issue, that the Shininess-value in `aiMaterial` does not have a universal range and the maximum value is dependent on the...

Bug

I'm trying to read a STP file with assimp, but in C# I get a CTD in my application (no error). I tried as well with the command line tool...

Feature-Request
Step

**Is your feature request related to a problem? Please describe.** It's frustrating having to build the binaries needed manually instead of just having them prebuilt and ready to use. Assimp64.dll...

Feature-Request

Hi, I am now get very used into assimp, it's very convenient! Now I have some question want to consult: I want reading the BVH file, which is not model...

Feature-Request

**Description** CMake fails to link with `assimp::assimp` because it refers to the unexistent path `/usr/lib/include`. **Details** I am running Ubuntu 20.04.4 LTS. I installed CMake and assimp using `sudo apt-get...

Build
Bug

Hi, assimp is awesome. But I got some problems build on a macOS: ``` assimp/code/glTFAsset.inl:978:23: error: no matching function for call to 'FindArray' Value* extsUsed = FindArray(doc, "extensionsUsed"); ``` I...

Bug

I tried to open attached DXF file, but got error message "Error importing file: DXF: this file contains no 3d data". This DXF file is using SOLID, maybe this is...

Bug
DXF

The file DXFLoader.cpp is contained the line unsigned int indices[4]; This array is used to store face indices. But, it is known, the DXF file can contain negative face indices...

Bug
DXF