Home
last modified time | relevance | path

Searched refs:prevJointMatricesMgr_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h251 IPreviousJointMatricesComponentManager* prevJointMatricesMgr_ = nullptr; member in final
H A Drender_system.cpp1159 prevJointMatricesMgr_(GetManager<IPreviousJointMatricesComponentManager>(ecs)), in RenderSystem()
1297 { *prevJointMatricesMgr_, ComponentQuery::Operation::OPTIONAL }, in Initialize()
1584 auto const prevJointMatricesData = prevJointMatricesMgr_->Read(row->components[RQ_PJM]);
1620 auto const prevJointMatricesData = prevJointMatricesMgr_->Read(row->components[RQ_PJM]);
1718 auto const prevJointMatricesData = prevJointMatricesMgr_->Read(inst.prevJointId);

Completed in 7 milliseconds