diff Renderer/Engine/matrix_calc.cc @ 1276:e92f00ed2fc0 draft

apply view matrix to normal vector
author Yutaka_Kinjyo <yutaka@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Nov 2011 19:26:18 +0900
parents 636dfdc30176
children 4ba9b622073d
line wrap: on
line diff
--- a/Renderer/Engine/matrix_calc.cc	Sat Nov 12 15:32:41 2011 +0900
+++ b/Renderer/Engine/matrix_calc.cc	Tue Nov 22 19:26:18 2011 +0900
@@ -34,7 +34,7 @@
 }
 
 void
-inversMatrix(float *m0, float *m1)
+inverseMatrix(float *m0, float *m1)
 {
     float m[16];