From eb4e70a7cff4d4fcbaef112cef05e0461d396975 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Tue, 17 Dec 2024 14:06:41 +0800 Subject: [PATCH] chore: remove colors from Gizmo --- thermion_dart/native/include/scene/Gizmo.hpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/thermion_dart/native/include/scene/Gizmo.hpp b/thermion_dart/native/include/scene/Gizmo.hpp index 79cc0b5c..6acae69a 100644 --- a/thermion_dart/native/include/scene/Gizmo.hpp +++ b/thermion_dart/native/include/scene/Gizmo.hpp @@ -164,17 +164,6 @@ namespace thermion std::vector _entities; std::vector _materialInstances; - math::float4 activeColors[3]{ - math::float4{1.0f, 1.0f, 0.0f, 0.5f}, - math::float4{1.0f, 1.0f, 0.0f, 0.5f}, - math::float4{1.0f, 1.0f, 0.0f, 0.5f}, - }; - math::float4 inactiveColors[3]{ - math::float4{1.0f, 0.0f, 0.0f, 1.0f}, - math::float4{0.0f, 1.0f, 0.0f, 1.0f}, - math::float4{0.0f, 0.0f, 1.0f, 1.0f}, - }; - GizmoPickResultType getPickResult(utils::Entity entity) { if (entity.isNull())