Home
last modified time | relevance | path

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

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