Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/loaders/
H A Dintf_scene_loader.h220 virtual CORE_NS::Entity ImportScene(size_t sceneIndex) = 0;
227 virtual CORE_NS::Entity ImportScene(size_t sceneIndex, SceneImportFlags flags) = 0;
234 virtual CORE_NS::Entity ImportScene(size_t sceneIndex, CORE_NS::Entity parentEntity) = 0;
242 …virtual CORE_NS::Entity ImportScene(size_t sceneIndex, CORE_NS::Entity parentEntity, SceneImportFl…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.h208 CORE_NS::Entity ImportScene(size_t sceneIndex) override;
209 CORE_NS::Entity ImportScene(size_t sceneIndex, SceneImportFlags flags) override;
210 CORE_NS::Entity ImportScene(size_t sceneIndex, CORE_NS::Entity parentEntity) override;
211 …CORE_NS::Entity ImportScene(size_t sceneIndex, CORE_NS::Entity parentEntity, SceneImportFlags flag…
236 CORE_NS::Entity ImportScene(RENDER_NS::IDevice& device, size_t sceneIndex, const GLTF2::Data& data,
H A Dgltf2.cpp79 …return ImportScene(renderContext_->GetDevice(), sceneIndex, data, gltfResourceData, ecs, rootEntit… in ImportGltfScene()
H A Dgltf2_importer.cpp2306 Entity ImportScene(IDevice& device, size_t sceneIndex, const GLTF2::Data& data, in ImportScene() function
3624 Entity Gltf2SceneImporter::ImportScene(size_t sceneIndex) in ImportScene() function in GLTF2::Gltf2SceneImporter
3626 return ImportScene(sceneIndex, {}, SceneImportFlagBits::CORE_IMPORT_COMPONENT_FLAG_BITS_ALL); in ImportScene()
3629 Entity Gltf2SceneImporter::ImportScene(size_t sceneIndex, SceneImportFlags flags) in ImportScene() function in GLTF2::Gltf2SceneImporter
3631 return ImportScene(sceneIndex, {}, flags); in ImportScene()
3634 Entity Gltf2SceneImporter::ImportScene(size_t sceneIndex, Entity parentEntity) in ImportScene() function in GLTF2::Gltf2SceneImporter
3636 …return ImportScene(sceneIndex, parentEntity, SceneImportFlagBits::CORE_IMPORT_COMPONENT_FLAG_BITS_… in ImportScene()
3639 Entity Gltf2SceneImporter::ImportScene(size_t sceneIndex, Entity parentEntity, SceneImportFlags fla… in ImportScene() function in GLTF2::Gltf2SceneImporter