MCPcopy Create free account
hub / github.com/assimp/assimp / binaryImporterTest

Method binaryImporterTest

test/unit/utglTF2ImportExport.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 1

ReadFileMethod · 0.45

Tested by

no test coverage detected