Mercurial > hg > Game > Cerium
diff Renderer/Test/viewer_2.cc @ 1292:90efd2aac2cb draft
add matrix test and debug light vector
author | Yutaka_Kinjyo <yutaka@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 02 Dec 2011 12:27:51 +0900 |
parents | d95b10b711ad |
children |
line wrap: on
line diff
--- a/Renderer/Test/viewer_2.cc Fri Nov 25 18:43:21 2011 +0900 +++ b/Renderer/Test/viewer_2.cc Fri Dec 02 12:27:51 2011 +0900 @@ -117,7 +117,7 @@ sgroot->OnLightSwitch(i); light->xyz[0] = screen_w / 2; light->xyz[1] = screen_h / 2; - light->xyz[2] = -100; + light->xyz[2] = 100; } // 固定した値で srandom すると、毎回同じ、random() 列が生成される