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 a52ee04fc7
)
This commit is contained in:
parent
5ad74d58f8
commit
121394c0c0
|
@ -39,6 +39,10 @@
|
|||
"wxpython"
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
"name": "glm",
|
||||
"version": "0.9.9.8#2"
|
||||
},
|
||||
{
|
||||
"name": "python3",
|
||||
"version": "3.9.16"
|
||||
|
|
Loading…
Reference in New Issue