Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h250 IJointMatricesComponentManager* jointMatricesMgr_ = nullptr; member in final
H A Drender_system.cpp1158 jointMatricesMgr_(GetManager<IJointMatricesComponentManager>(ecs)), in RenderSystem()
1296 { *jointMatricesMgr_, ComponentQuery::Operation::OPTIONAL }, in Initialize()
1583 auto const jointMatricesData = jointMatricesMgr_->Read(row->components[RQ_JM]);
1619 auto const jointMatricesData = jointMatricesMgr_->Read(row->components[RQ_JM]);
1717 auto const jointMatricesData = jointMatricesMgr_->Read(inst.jointId);

Completed in 5 milliseconds