to support GLM_FORCE_AVX2

This commit is contained in:
hyzboy 2024-08-05 01:25:49 +08:00
parent c0e4c7fe7e
commit 9443dd5942
5 changed files with 9 additions and 9 deletions

@ -1 +1 @@
Subproject commit e303fba2280134d938b0cfae971db60d996bf249
Subproject commit 17e263bf440f0b8b6834b454a4952d2f2a38ce3c

2
CMCore

@ -1 +1 @@
Subproject commit 8e471259d2ecfa9c9f293ac45a6e9e119ec31fc9
Subproject commit 1bc9a625da6689e95a106e838b81dd82e2eb69e8

@ -1 +1 @@
Subproject commit 53f0c618567a0e85aca2de4e9e06e08f587c1f7e
Subproject commit d79ee130efcc4e4df9a5e0185e41908639490fe4

View File

@ -87,9 +87,9 @@ bool InitGizmoMoveStaticMesh()
{
Transform tm;
constexpr const Vector3f one_scale(1);
constexpr const Vector3f plane_scale(2);
constexpr const Vector3f cylinder_scale(0.35f,0.35f,4.0f);
const Vector3f one_scale(1);
const Vector3f plane_scale(2);
const Vector3f cylinder_scale(0.35f,0.35f,4.0f);
{
tm.SetScale(cylinder_scale);

View File

@ -87,9 +87,9 @@ bool InitGizmoScaleStaticMesh()
{
Transform tm;
constexpr const Vector3f one_scale(2);
constexpr const Vector3f plane_scale(2);
constexpr const Vector3f cylinder_scale(0.35f,0.35f,4.0f);
const Vector3f one_scale(2);
const Vector3f plane_scale(2);
const Vector3f cylinder_scale(0.35f,0.35f,4.0f);
{
tm.SetScale(cylinder_scale);