10 Oct
2012
10 Oct
'12
9:39 a.m.
On 10.10.2012 09:45, Nozomi Kodama wrote:
+ CONST FLOAT coeff[]={
+ out[7] -= (matrix->u.m[1][0] * matrix->u.m[0][2] + matrix->u.m[1][2] * matrix->u.m[0][0]) * in[4]; + + out[7] += (matrix->u.m[1][0] * matrix->u.m[2][2] + matrix->u.m[1][2] * matrix->u.m[2][0]) * in[5]; Empty line too much?
+ for ( l = 0; l < 1; l++)
+ if (l == 0) + out_temp = out; + else + out_temp = in; The test change is completely new in the try... What do you like to achieve with this? l is always 0, isn't it? Beside this, there are some white space issues.