Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

32 rader
1.1 KiB

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