Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h65 struct GltfImportInfo { struct
180 bool LoadAndImport(const GltfImportInfo& info, CORE_NS::Entity& importedEntity,
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp452 bool LumeCommon::LoadAndImport(const GltfImportInfo& info, CORE_NS::Entity& importedEntity, in LoadAndImport()
501 if (info.target_ == GltfImportInfo::AnimateImportedScene && in LoadAndImport()
1025 GltfImportInfo file { modelPath.c_str(), GltfImportInfo::AnimateImportedScene, in LoadEnvModel()
1058GltfImportInfo file { modelPath.c_str(), GltfImportInfo::AnimateImportedScene, resourceImportFlags, in LoadSceneModel()