Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_morph.cpp176 auto morphData = in UpdateWeightsAndTargets() local
178 if (morphData) { in UpdateWeightsAndTargets()
187 morphData[offset + i / 4u].target[i % 4u] = activeTargets[i].id; in UpdateWeightsAndTargets()
188 morphData[offset + i / 4u].weight[i % 4u] = activeTargets[i].weight; in UpdateWeightsAndTargets()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Dmorphing_system.cpp269 … const ScopedHandle<const MorphComponent> morphData = morphManager_.Read(i); in Update() local
270 dirty_[id] = Morph(*meshData, *morphData, dirty_[id]); in Update()