readme.txt 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. *********************************************************
  2. GENERAL
  3. *********************************************************
  4. The files in this directory are invalid ... some of them are empty,
  5. others have invalid vertices or faces, others are prepared to make
  6. assimp allocate a few hundreds gigs of memory ... most are
  7. actually regression tests, i.e. there was once a bugfix that
  8. fixed the respective loaders.
  9. This test case is successful if the library (and the viewer) don't
  10. crash.
  11. *********************************************************
  12. FILES
  13. *********************************************************
  14. box_nested_animation_4286.dae - This was reported as GH#4286.
  15. The "count" parameter in "Cube-mesh-positions-array" is too small.
  16. OutOfMemory.off - the number of faces is invalid. There won't be
  17. enough memory so std::vector::reserve() will most likely fail.
  18. The exception should be caught in Importer.cpp.
  19. empty.<x> - These files are completely empty. The corresponding
  20. loaders should not crash.
  21. malformed.obj - out-of-range vertex indices
  22. malformed2.obj - non-existent material referenced