assimp/test/invalid
aramis_acg dce1a8e7ce Added test data for UV Transformations (3DS and ASE files + referenced images, rendered in max)
Added AC test model with light
Added "empty" irrmesh file - crashes for the moment
Added LWO sphere mapping test files

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@240 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2008-11-14 15:59:29 +00:00
..
OutOfMemory.off Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 2008-10-22 20:06:16 +00:00
empty.x Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 2008-10-22 20:06:16 +00:00
emptyIrrMesh.xml Added test data for UV Transformations (3DS and ASE files + referenced images, rendered in max) 2008-11-14 15:59:29 +00:00
readme.txt Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. 2008-10-22 20:06:16 +00:00

readme.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.


*********************************************************
GENERAL
*********************************************************


The files in this directory are invalid ... some of them are empty, 
others have invalid vertices or faces, others are prepared to make
 assimp allocate a few hundreds gigs of memory ...

This test case is successful if the library (and the viewer) don't
crash.


*********************************************************
FILES
*********************************************************

OutOfMemory.off - the number of faces is invalid. There won't be 
  enough memory so std::vector::reserve() will most likely fail. 
  The exception should be caught in Importer.cpp.

empty.<x> - These files are completely empty. The corresponding
   loaders should not crash.