Home
last modified time | relevance | path

Searched refs:GetSceneCount (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Ddata.h100 size_t GetSceneCount() const override;
123 size_t GetSceneCount() const override;
H A Dgltf2_util.cpp1234 size_t Data::GetSceneCount() const in GetSceneCount() function in GLTF2::Data
1294 size_t SceneData::GetSceneCount() const in GetSceneCount() function in GLTF2::SceneData
1296 return data_->GetSceneCount(); in GetSceneCount()
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h67 virtual size_t GetSceneCount() const = 0;
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h50 virtual size_t GetSceneCount() const = 0;
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_loader.cpp423 if (sceneIndex == CORE_GLTF_INVALID_INDEX && loadResult_.data->GetSceneCount() > 0) { in ImportSceneFromGltf()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp455 if (sceneIndex == CORE_GLTF_INVALID_INDEX && loadResult_.data->GetSceneCount() > 0) { in ImportSceneFromGltf()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp484 if (sceneIndex == CORE3D_NS::CORE_GLTF_INVALID_INDEX && gltf.data->GetSceneCount() > 0) { in LoadAndImport()

Completed in 8 milliseconds