Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp983 bool isGltfUri = (uri.find(".glb/materials/") != BASE_NS::string_view::npos) || in LoadMaterial() local
985 if (isGltfUri) { in LoadMaterial()