您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

24 行
790 B

  1. ------------------------------------------------------------------------------------
  2. Open Asset Import Library (Assimp) SDK Installer
  3. Release Notes
  4. ------------------------------------------------------------------------------------
  5. http://assimp.sf.net
  6. Troubleshooting
  7. ===============
  8. 1. Missing d3dx9_(some-number).dll?
  9. Install the latest DirectX runtime or grab the file from somewhere (that's evil but mostly fine).
  10. 2. Application configuration not correct / missing msvcr***.dll?
  11. Reinstall Microsoft Visual C++ 2005 SP1 Redistributable (x86 or x64, depending on your system)
  12. 3. assimp.exe not in PATH
  13. Add it to PATH. That's not a bug, the installer does not alter the PATH.
  14. 4. Crashes immediately
  15. You CPU lacks SSE2 support. Build Assimp from scratch to suit your CPU, sorry.