Drawing images using 4 corners?
-
Is there a FUZE API available that can draw an image non-symmetrical, using coordinates for the 4 different corners?
-
DrawQuad can do this just be aware it draws two triangles, so the perspective may not be what you want.
-
@MikeDX Thanks, it looked like 2 triangles. :-) Will try another approach.