layout codes of GizmoResource.hj

This commit is contained in:
hyzboy 2024-09-02 23:07:20 +08:00
parent bbbd8b06c2
commit 59fc27c864

View File

@ -20,7 +20,7 @@ constexpr const COLOR gizmo_color[size_t(GizmoColor::RANGE_SIZE)]=
COLOR::BlenderYellow,
};
constexpr const float GIZMO_ARROW_LENGTH=10; ///<箭头整体长度
constexpr const float GIZMO_ARROW_LENGTH =10.0f; ///<箭头整体长度
constexpr const float GIZMO_CENTER_SPHERE_RADIUS=1.0f; ///<中心球半径
constexpr const float GIZMO_CONE_LENGTH =1.0f; ///<圆锥高度