Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.cpp264 const float radDifference = sphereEdgeDistance - boundingSphere_.radius; in CalculateSceneBounds() local
267 if ((Math::abs(radDifference) > granularity) || (posDifference > granularity)) { in CalculateSceneBounds()