Home
last modified time | relevance | path

Searched refs:entityPath (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp557 string entityPath = (rootParam != params.cend()) ? rootParam->second : ""; in GltfImportFinished() local
590 if (!entityPath.empty()) { in GltfImportFinished()
591 loadNode = originalRootNode->LookupNodeByPath(entityPath); in GltfImportFinished()
593 CORE_LOG_E("Entity '%s' not found from '%s'", entityPath.c_str(), GetUri().c_str()); in GltfImportFinished()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_loader.cpp465 string entityPath = (rootParam != params.cend()) ? rootParam->second : ""; in GltfImportFinished() local

Completed in 3 milliseconds