mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
bounding volumes as OBB Greatly simplifies the code. There's a small loss of efficiency since we will always be expanding out spheres to their bounding boxes, but given we always require boxes for QGIS 3d nodes anyway this will only impact 2d rendering.