aramis_acg dce1a8e7ce Added test data for UV Transformations (3DS and ASE files + referenced images, rendered in max) hace 17 años
..
OutOfMemory.off 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. hace 17 años
empty.x 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. hace 17 años
emptyIrrMesh.xml dce1a8e7ce Added test data for UV Transformations (3DS and ASE files + referenced images, rendered in max) hace 17 años
readme.txt 383a614931 Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete. hace 17 años

readme.txt


*********************************************************
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. - These files are completely empty. The corresponding
loaders should not crash.