I am trying to use the DrawFixed node with a polygon mesh, to render some pictures or video on screen, but in other shapes than pure rectangles.
When I change the shape of my polygon, the texture gets deformed due to interpolation. I was hoping to be able to use the Address (EX9 SamplerState) node to disable this interpolation, so the polygon would just ‘cut out’ a smaller part of the texture, without deforming it.
So far no luck. Is this possible (with the DrawFixed node), and if so, which settings should I give the Address node in order to achieve this?