Line支持Clip

This commit is contained in:
monitor1394
2023-05-20 08:52:02 +08:00
parent bab788d4cb
commit 4c1432a535
3 changed files with 14 additions and 39 deletions

View File

@@ -339,8 +339,8 @@ namespace XUGL
if (Vector3.Cross(dir1, dir2) == Vector3.zero && np != cp)
{
itp = ntp;
ibp = nbp;
itp = clp;
ibp = crp;
return;
}