Mercurial > mm7
comparison Render.cpp @ 1799:dfafcd39c67b
GetSpellColor, DrawSkyD3D()(continue)
author | Ritor1 |
---|---|
date | Sun, 06 Oct 2013 22:45:00 +0600 |
parents | 0c4d3c6a9d5a |
children | 9f93b5700e2d 8f20f7e1091d d7791af42deb |
comparison
equal
deleted
inserted
replaced
1798:4d4df91a2546 | 1799:dfafcd39c67b |
---|---|
8765 } | 8765 } |
8766 if ( current_vertices_flag )//оба в границе видимости | 8766 if ( current_vertices_flag )//оба в границе видимости |
8767 { | 8767 { |
8768 pNextVertices = depth_num_vertices++; | 8768 pNextVertices = depth_num_vertices++; |
8769 memcpy(&array_507D30[pNextVertices], &array_50AC10[i], 0x30); | 8769 memcpy(&array_507D30[pNextVertices], &array_50AC10[i], 0x30); |
8770 //array_507D30[pNextVertices]._rhw = 1.0 / (array_50AC10[i].vWorldViewPosition.x + 0.0000001); | |
8771 //array_507D30[pNextVertices].flt_2C = array_50AC10[i].flt_2C; | |
8770 } | 8772 } |
8771 previous_vertices_flag = current_vertices_flag; | 8773 previous_vertices_flag = current_vertices_flag; |
8772 } | 8774 } |
8773 if ( depth_num_vertices < 3 ) | 8775 if ( depth_num_vertices < 3 ) |
8774 return 0; | 8776 return 0; |