Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

29 linhas
1.1 KiB

  1. ------------------------------------------------------------------------------------
  2. Open Asset Import Library (Assimp) Tools/Binaries for Windows
  3. Release Notes
  4. ------------------------------------------------------------------------------------
  5. Known Bugs & Limitations
  6. ========================
  7. Viewer
  8. - For files more than one embedded texture, only the first is loaded.
  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_42.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 msv*** DLLs?
  18. (Re)install Microsoft Visual C++ 2005 SP1 Redistributable (x86 or x64, depending on your system)
  19. 3. Crashes immediately
  20. You CPU lacks SSE2 support. Build Assimp from scratch to suit your CPU, sorry.