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 D | intf_scene_loader.h | 220 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 D | gltf2_importer.h | 208 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 D | gltf2.cpp | 79 …return ImportScene(renderContext_->GetDevice(), sceneIndex, data, gltfResourceData, ecs, rootEntit… in ImportGltfScene()
|
H A D | gltf2_importer.cpp | 2306 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
|