Home
last modified time | relevance | path

Searched refs:planarReflectionMgr_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h239 IPlanarReflectionComponentManager* planarReflectionMgr_ = nullptr; variable
H A Drender_system.cpp1152 planarReflectionMgr_(GetManager<IPlanarReflectionComponentManager>(ecs)), in RenderSystem()
1309 reflectionsQuery_.SetupQuery(*planarReflectionMgr_, operations); in Initialize()
1323 const auto planarReflectionGen = planarReflectionMgr_->GetGenerationCounter(); in Update()
1925 PlanarReflectionComponent reflComponent = planarReflectionMgr_->Get(row.components[0u]); in ProcessReflection()
1973 *gpuResourceMgr_, *gpuHandleMgr_, *planarReflectionMgr_, camera, row.entity, reflComponent); in ProcessReflection()