//============================================================================ // softgl_trirast_smooth.hpp //============================================================================ void RasterizeTriangle_SMOOTH(unsigned char *Color, float *Depth, const int W, const int H, float A[3], float B[3], float C[3], float Ca[3], float Cb[3], float Cc[3]); // PER-VERTEX RGB COLORS