Home
last modified time | relevance | path

Searched refs:worldMatrixGeneration_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dnode_system.h101 uint32_t worldMatrixGeneration_ = 0; variable
H A Dskinning_system.h93 uint32_t worldMatrixGeneration_ { 0 };
H A Drender_preprocessor_system.h149 uint32_t worldMatrixGeneration_ { 0U };
H A Dskinning_system.cpp308 if (worldMatrixGeneration_ == worldMatrixManager_.GetGenerationCounter()) { in Update()
312 worldMatrixGeneration_ = worldMatrixManager_.GetGenerationCounter(); in Update()
H A Drender_preprocessor_system.cpp477 (worldMatrixGeneration_ == worldMatrixGen)) { in Update()
486 worldMatrixGeneration_ = worldMatrixGen; in Update()
H A Dnode_system.cpp1380 if (worldMatrixGeneration_ != worldMatrixManager_.GetGenerationCounter()) { in UpdatePreviousWorldMatrices()
1381 worldMatrixGeneration_ = worldMatrixManager_.GetGenerationCounter(); in UpdatePreviousWorldMatrices()