Mercurial > mm7
diff Render.cpp @ 1799:dfafcd39c67b
GetSpellColor, DrawSkyD3D()(continue)
author | Ritor1 |
---|---|
date | Sun, 06 Oct 2013 22:45:00 +0600 |
parents | 0c4d3c6a9d5a |
children | 9f93b5700e2d 8f20f7e1091d d7791af42deb |
line wrap: on
line diff
--- a/Render.cpp Fri Oct 04 20:25:02 2013 +0600 +++ b/Render.cpp Sun Oct 06 22:45:00 2013 +0600 @@ -8767,6 +8767,8 @@ { pNextVertices = depth_num_vertices++; memcpy(&array_507D30[pNextVertices], &array_50AC10[i], 0x30); + //array_507D30[pNextVertices]._rhw = 1.0 / (array_50AC10[i].vWorldViewPosition.x + 0.0000001); + //array_507D30[pNextVertices].flt_2C = array_50AC10[i].flt_2C; } previous_vertices_flag = current_vertices_flag; }