render.DrawQuad
render.DrawQuad( Vector vert1, Vector vert2, Vector vert3, Vector vert4, table color = Color( 255, 255, 255 ) )
Description
Draws 2 connected triangles. Expects material to be set by render.SetMaterial.
This is a rendering function that requires a 3d rendering context.
This means that it will only work in 3d Rendering Hooks.
Arguments
Example
Draw a red half transparent quad facing upwards 150 units below the 0,0,0 of gm_construct.