mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 18:30:14 +00:00
Line支持Clip
This commit is contained in:
@@ -339,8 +339,8 @@ namespace XUGL
|
||||
|
||||
if (Vector3.Cross(dir1, dir2) == Vector3.zero && np != cp)
|
||||
{
|
||||
itp = ntp;
|
||||
ibp = nbp;
|
||||
itp = clp;
|
||||
ibp = crp;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user