Functions added / modified in the F3DEX microcodes.
Function
gSP1Quadrangle, gsSP1Quadrangle
Is a rectangle surface command
Syntax
gSP1Quadrangle(pkt, v0, v1, v2, v3, flag) gsSP1Quadrangle( v0, v1, v2, v3, flag)
Description
It draws a single rectangle face {v0, v1, v2, v3}.flag is for face flag. The specified rectangle is drawn by being divided to two triangles.
Please use g*SP2Triangles, as g*SPQuadrangle is emulated by g*SP2Triangles.