Areloch bf170ffbca WIP of assimp integration. 7 lat temu
..
OutOfMemory.off bf170ffbca WIP of assimp integration. 7 lat temu
empty.3ds bf170ffbca WIP of assimp integration. 7 lat temu
empty.ase bf170ffbca WIP of assimp integration. 7 lat temu
empty.lwo bf170ffbca WIP of assimp integration. 7 lat temu
empty.md5mesh bf170ffbca WIP of assimp integration. 7 lat temu
empty.off bf170ffbca WIP of assimp integration. 7 lat temu
empty.ply bf170ffbca WIP of assimp integration. 7 lat temu
empty.raw bf170ffbca WIP of assimp integration. 7 lat temu
empty.smd bf170ffbca WIP of assimp integration. 7 lat temu
empty.x bf170ffbca WIP of assimp integration. 7 lat temu
emptyIrrMesh.xml bf170ffbca WIP of assimp integration. 7 lat temu
readme.txt bf170ffbca WIP of assimp integration. 7 lat temu

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 ... most are
actually regression tests, i.e. there was once a bugfix that
fixed the respective loaders.

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.

malformed.obj - out-of-range vertex indices
malformed2.obj - non-existent material referenced