07-10-2025, 05:52 PM
Hi, I tried to change the 'RectangleWithHoles' positions in the 'TriangulatedExtrudedShapeSample' of 'Ab4d.SharpEngine.Samples' to:
The result is this:
![[Image: 2025-07-10-17h37-23.png]](https://i.postimg.cc/T1bYP7cd/2025-07-10-17h37-23.png)
Do you have any idea what can I look for to fix this?
Thank you.
Code:
multiShapePositions = new Vector2[][]
{
[new Vector2(200, 0), new Vector2(200, 100), new Vector2(0, 100), new Vector2(0, 0)],
[new Vector2(71f, 28f), new Vector2(71f, 69f), new Vector2(85f, 69f), new Vector2(85f, 28f)],
[new Vector2(7f, 5f), new Vector2(7f, 11f), new Vector2(71f, 11f), new Vector2(71f, 5f)]
};The result is this:
![[Image: 2025-07-10-17h37-23.png]](https://i.postimg.cc/T1bYP7cd/2025-07-10-17h37-23.png)
Do you have any idea what can I look for to fix this?
Thank you.

