[optimize][line]smooth line (#169)

This commit is contained in:
monitor1394
2022-06-26 08:35:59 +08:00
parent 91b9055039
commit 6c9528cf19
4 changed files with 18 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ namespace XCharts.Runtime
[SerializeField] protected Material m_SeriePainterMaterial;
[SerializeField] protected Material m_UpperPainterMaterial;
[SerializeField] protected Material m_TopPainterMaterial;
[SerializeField][Range(1, 10)] protected float m_LineSmoothStyle = 3f;
[SerializeField][Range(1, 10)] protected float m_LineSmoothStyle = 2.5f;
[SerializeField][Range(1f, 20)] protected float m_LineSmoothness = 2f;
[SerializeField][Range(0.5f, 20)] protected float m_LineSegmentDistance = 3f;
[SerializeField][Range(1, 10)] protected float m_CicleSmoothness = 2f;