Home
last modified time | relevance | path

Searched refs:jointMatricesManager_ (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dskinning_system.cpp140 jointMatricesManager_(*GetManager<IJointMatricesComponentManager>(ecs)), in SkinningSystem()
164 { jointMatricesManager_, ComponentQuery::Operation::REQUIRE }, in Initialize()
265 auto jointMatricesHandle = jointMatricesManager_.Write(row.components[JOINT_MATS_INDEX]); in UpdateSkin()
292 if (jointMatricesGeneration_ != jointMatricesManager_.GetGenerationCounter()) { in Update()
293 jointMatricesGeneration_ = jointMatricesManager_.GetGenerationCounter(); in Update()
299 auto current = jointMatricesManager_.Read(row.components[JOINT_MATS_INDEX]); in Update()
349 auto current = jointMatricesManager_.Read(row.components[JOINT_MATS_INDEX]); in Update()
378 jointMatricesManager_.Create(entity); in CreateInstance()
439 jointMatricesManager_.Create(entity); in CreateInstance()
450 if (jointMatricesManager_ in DestroyInstance()
[all...]
H A Dskinning_system.h83 IJointMatricesComponentManager& jointMatricesManager_; member in final
H A Drender_preprocessor_system.h115 IJointMatricesComponentManager* jointMatricesManager_ { nullptr };
H A Drender_preprocessor_system.cpp125 : ecs_(ecs), jointMatricesManager_(GetManager<IJointMatricesComponentManager>(ecs)), in RenderPreprocessorSystem()
365 auto jointMatricesHandle = jointMatricesManager_->Read(row.components[JMC]); in GatherSortData()
453 { *jointMatricesManager_, ComponentQuery::Operation::OPTIONAL }, in Initialize()

Completed in 5 milliseconds