aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.15.1
diff options
context:
space:
mode:
authorMarc Mutz <[email protected]>2025-08-18 11:12:44 +0200
committerVolker Hilsheimer <[email protected]>2025-08-18 16:07:06 +0000
commit6478aeefd7cb52c75fd516d870030bdd30ac032c (patch)
treec42fc8a1f37292de2c36159a199f4712d5e217c4 /dist/changes-5.15.1
parent8a7d10eeab553e94847745ba77346b983ce3c496 (diff)
BenchFrustumCulling: fix pointless QQuaternion::fromEulerAngles() callsHEADdev
QQuaternion::fromEulerAngles({}) is fromEulerAngles(0, 0, 0), which is the identity quaternion (w=1, x=0, y=0, z=0). Use a constexpr global constant for this instead of forcing the compiler to re-evaluate this out-of-line function over and over again. Also fixes an ambiguity error caused by the addition of a fromEulerAngle() overload in QtBase. Amends b1a8f963b2b3dd0ee0e970ae958c544af7d4f340. Pick-to: 6.10 6.9 6.8 Change-Id: I0f3094695a8d4b09aadc58bf3092b1abae45e554 Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'dist/changes-5.15.1')
0 files changed, 0 insertions, 0 deletions