iTwin / itwinjs-core

Monorepo for iTwin.js Library
https://www.itwinjs.org
MIT License
620 stars 210 forks source link

Fix zoom out problem when allow3dManipulations is off and bg map is on #7275

Closed MarcNeely closed 1 month ago

MarcNeely commented 1 month ago

This fixes an issue where the background map starts to get culled by the frustum when zooming out if allow3dManipulations is turned off.

It fixes issue 6595.

ImageTests were run with no visual artifacts.