Gizmo改成使用OverrideMaterial设置颜色

This commit is contained in:
2025-07-06 12:48:02 +08:00
parent 397dffaf50
commit d6afed4e8d
6 changed files with 59 additions and 69 deletions

View File

@@ -11,8 +11,8 @@ class MeshComponent;
constexpr const COLOR gizmo_color[size_t(GizmoColor::RANGE_SIZE)]=
{
COLOR::MozillaCharcoal,
COLOR::BlanchedAlmond,
COLOR::MozillaCharcoal, ///<黑色
COLOR::AntiqueWhite, ///<白色
COLOR::BlenderAxisRed,
COLOR::BlenderAxisGreen,