This commit is contained in:
nicola.candussi
2008-09-02 09:44:59 +00:00
parent 932de57d4c
commit 21b0ccfcc2
5 changed files with 50 additions and 28 deletions

View File

@@ -41,7 +41,6 @@ mat<T, 4, 4> translation(vec<T, 3> const& v)
0, 1, 0, v(1),
0, 0, 1, v(2),
0, 0, 0, 1);
return res;
}
//scale