Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_scene_util.h76 …const BASE_NS::Math::UVec2& renderResolution, bool autoAspect, float fovY, float orthoScale) const…
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.h47 bool autoAspect, float fovY, float orthoScale) const override;
H A Dscene_util.cpp173 …IEcs& ecs, Entity entity, const Math::UVec2& renderResolution, bool autoAspect, float fovY, float … in UpdateCameraViewport() argument
186 if (autoAspect) { in UpdateCameraViewport()