comparison light.cc @ 124:6ef3b0efdeaf

test
author e085768
date Thu, 30 Jun 2011 12:43:18 +0900
parents e5f2eb98b575
children
comparison
equal deleted inserted replaced
123:78665470f9f9 124:6ef3b0efdeaf
57 } 57 }
58 58
59 // 自作:miya 59 // 自作:miya
60 void ps2_vu0_normal_light_matrix(FMATRIX light_color, FVECTOR l0, FVECTOR l1, FVECTOR l2) 60 void ps2_vu0_normal_light_matrix(FMATRIX light_color, FVECTOR l0, FVECTOR l1, FVECTOR l2)
61 { 61 {
62 printf("test\n"); 62 printf("ps2_vu0_normal_light_matrix\n");
63 } 63 }
64 64
65 // 自作:miya 65 // 自作:miya
66 void ps2_vu0_light_color_matrix( FMATRIX light_color, FVECTOR c0, FVECTOR c1, FVECTOR c2, FVECTOR a) 66 void ps2_vu0_light_color_matrix( FMATRIX light_color, FVECTOR c0, FVECTOR c1, FVECTOR c2, FVECTOR a)
67 { 67 {
68 printf("test\n"); 68 printf("ps2_vu0_light_color_matrix\n");
69 } 69 }
70 70
71 void set_light(LIGHT *l) 71 void set_light(LIGHT *l)
72 { 72 {
73 ps2_vu0_normal_light_matrix(normal_light, l->light0, l->light1, l->light2); 73 ps2_vu0_normal_light_matrix(normal_light, l->light0, l->light1, l->light2);