| void Tesselator(int
NumberOfVVertices, int NumberOfUVertices) { NumberOfVVertices-1); Ustep = 1 / (NumberOfUVertices-1); M = B * P * BT; for(unsigned int vInt=0; vInt < NumberOfVVertices; vInt++) { vFloat = vInt * Vstep; vVector = [vFloat3 vFloat2 vFloat 1]; Dv = vVector * M; // This is a 1x4 mult 4x4 per X,Y,Z,W for(unsigned int uInt=0; uInt <
NumberOfUVertices; uInt++)
} } |
<<<Back