closes https://github.com/assimp/assimp/issues/1340: Fix handling of empty nodes in openddl-parser.
This commit is contained in:
@@ -68,3 +68,9 @@ TEST_F( utOpenGEXImportExport, Importissue1262_NoCrash ) {
|
||||
EXPECT_NE( nullptr, scene );
|
||||
|
||||
}
|
||||
|
||||
TEST_F(utOpenGEXImportExport, Importissue1340_EmptyCameraObject) {
|
||||
Assimp::Importer importer;
|
||||
const aiScene *scene = importer.ReadFile(ASSIMP_TEST_MODELS_DIR "/OpenGEX/empty_camera.ogex", 0);
|
||||
EXPECT_NE(nullptr, scene);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user