|
@@ -6,7 +6,9 @@ GENERAL
|
|
|
|
|
|
The files in this directory are invalid ... some of them are empty,
|
|
The files in this directory are invalid ... some of them are empty,
|
|
others have invalid vertices or faces, others are prepared to make
|
|
others have invalid vertices or faces, others are prepared to make
|
|
- assimp allocate a few hundreds gigs of memory ...
|
|
|
|
|
|
+ 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
|
|
This test case is successful if the library (and the viewer) don't
|
|
crash.
|
|
crash.
|
|
@@ -23,4 +25,7 @@ OutOfMemory.off - the number of faces is invalid. There won't be
|
|
empty.<x> - These files are completely empty. The corresponding
|
|
empty.<x> - These files are completely empty. The corresponding
|
|
loaders should not crash.
|
|
loaders should not crash.
|
|
|
|
|
|
|
|
+malformed.obj - out-of-range vertex indices
|
|
|
|
+malformed2.obj - non-existent material referenced
|
|
|
|
+
|
|
|
|
|