The problem is that 3d graphics are all built with triangles, so you can't get a hue-tinted diagonal line when the end points are black and white.
You need to construct the quad in such a way that the diagonal edge uses the other two corners (you should be able to do this simply by moving your first vert to be last, or vice versa).
1
point
Important Information
By using this site, you agree to our Terms of Use.