This commit is contained in:
Applevangelist
2025-03-06 12:25:34 +01:00
parent 79e7f9940e
commit 0baa912465
+3
View File
@@ -3593,6 +3593,9 @@ do -- ZONE_ELASTIC
-- Update polygon verticies from points. -- Update polygon verticies from points.
self._.Polygon=self:_ConvexHull(points) self._.Polygon=self:_ConvexHull(points)
self._Triangles = self:_Triangulate()
self.SurfaceArea = self:_CalculateSurfaceArea()
if Draw~=false then if Draw~=false then
if self.DrawID or Draw==true then if self.DrawID or Draw==true then
self:UndrawZone() self:UndrawZone()