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 D | intf_scene_loader.h | 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 | 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…
|
H A D | gltf2_importer.cpp | 3634 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 D | node_system.cpp | 873 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()
|