Home
last modified time | relevance | path

Searched refs:parentEntity (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.h234 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.h210 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…
H A Dgltf2_importer.cpp3634 Entity Gltf2SceneImporter::ImportScene(size_t sceneIndex, Entity parentEntity) in ImportScene() argument
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() argument
3646 sceneIndex, *gltfData, importer_->GetResult().data, ecs_, parentEntity, flags); in ImportScene()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.cpp873 Entity parentEntity = static_cast<SceneNode*>(node)->lastState_.parent; in Refresh() local
874 if (auto parentIt = lookUp_.find(parentEntity); parentIt != lookUp_.end()) { in Refresh()
880 if (parentEntity != data->parent) { in Refresh()