Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp403 Entity dstMeshEntity; in CalculateScalingFactor() local
406 dstMeshEntity = renderMeshComponent->mesh; in CalculateScalingFactor()
411 if (!EntityUtil::IsValid(dstMeshEntity) || !EntityUtil::IsValid(srcMeshEntity)) { in CalculateScalingFactor()
421 const float dstHeight = getMeshHeight(*meshManager, dstMeshEntity); in CalculateScalingFactor()