| 126 | } |
| 127 | |
| 128 | virtual bool binaryImporterTest() { |
| 129 | Assimp::Importer importer; |
| 130 | const aiScene *scene = importer.ReadFile(ASSIMP_TEST_MODELS_DIR "/glTF2/2CylinderEngine-glTF-Binary/2CylinderEngine.glb", |
| 131 | aiProcess_ValidateDataStructure); |
| 132 | return nullptr != scene; |
| 133 | } |
| 134 | |
| 135 | #ifndef ASSIMP_BUILD_NO_EXPORT |
| 136 | virtual bool exporterTest() { |