Home
last modified time | relevance | path

Searched refs:gatherResult (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp896 Entity ImportMesh(IEcs& ecs, const GatherMeshDataResult& gatherResult) in ImportMesh() argument
899 if (gatherResult.meshBuilder->GetVertexCount() == 0) { in ImportMesh()
902 auto meshEntity = gatherResult.meshBuilder->CreateMesh(ecs); in ImportMesh()