Custom mesh remove a triangle

Hello guys, i’m trying to remove a square from my custom mesh, how can we do that?

i tried setting the indexes to 0,0,0,0,0,0 but i’m getting a wire line displayed instead of the triangle.

any hints?

Sounds like you set the wrong indexes to 0,0,0,0,0,0… like just a few elements off or something.

1 Like
@pspeed said: Sounds like you set the wrong indexes to 0,0,0,0,0,0... like just a few elements off or something.

you were right I was setting the indexes in the wrong place :confused:

thanks pspeed. i’ll post my code :wink: