From 121394c0c0c3b7e82f92359519e103ad1b0202c2 Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Mon, 16 Oct 2023 14:54:07 +0300 Subject: [PATCH] vcpkg: Lock glm at 0.9.9.8#2 Version 2023-06-08 changed the default order of quaternion values from xyzw to wxyz, which we don't support. Fixes animations in the 3D viewer. (cherry picked from commit a52ee04fc7d277d043aba2fe08fe128291eb1042) --- vcpkg.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vcpkg.json b/vcpkg.json index bfe1e46475..2c1e012a05 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -39,6 +39,10 @@ "wxpython" ], "overrides": [ + { + "name": "glm", + "version": "0.9.9.8#2" + }, { "name": "python3", "version": "3.9.16"