2015-08-08 16:02:37 +00:00
|
|
|
|
|
|
|
------------------------------------------------------------------------------------
|
|
|
|
Open Asset Import Library (Assimp) Viewer Installer
|
|
|
|
Release Notes
|
|
|
|
------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
http://assimp.sf.net
|
|
|
|
|
|
|
|
Known Bugs & Limitations
|
|
|
|
========================
|
|
|
|
|
|
|
|
Viewer
|
|
|
|
|
|
|
|
- Normals appear flipped from time to time when either of the normals-related menu items was hit.
|
|
|
|
- Alpha-sorting is implemented, but still causes artifacts when models are moved quickly.
|
|
|
|
- Several important texture file formats (such as GIF) are not supported.
|
|
|
|
- HUD is blurred on the right side. ATI/AMD hardware only.
|
|
|
|
|
|
|
|
Troubleshooting
|
|
|
|
===============
|
|
|
|
|
2021-07-29 11:28:51 +00:00
|
|
|
1. Missing d3dx9_(number).dll?
|
2015-08-08 16:02:37 +00:00
|
|
|
Install the latest DirectX runtime or grab the file from somewhere (that's evil but mostly fine).
|
|
|
|
|
|
|
|
2. Application configuration not correct / missing msvcr***.dll?
|
|
|
|
Reinstall Microsoft Visual C++ 2005 SP1 Redistributable (x86 or x64, depending on your system)
|
|
|
|
|
|
|
|
3. assimp.exe not in PATH
|
|
|
|
Add it to PATH. That's not a bug, the installer does not alter the PATH.
|
|
|
|
|
|
|
|
4. Crashes immediately
|
2020-03-21 06:34:12 +00:00
|
|
|
You CPU lacks SSE2 support. Build Assimp from scratch to suit your CPU, sorry.
|