Mercurial > mm7
comparison Render.cpp @ 147:c70fea5013aa
12.02.13
author | Ritor1 |
---|---|
date | Tue, 12 Feb 2013 09:11:03 +0600 |
parents | 23b213c3f8e1 |
children | 77ad59c17864 |
comparison
equal
deleted
inserted
replaced
146:30e731fc0f7a | 147:c70fea5013aa |
---|---|
1759 else | 1759 else |
1760 { | 1760 { |
1761 uStartX = 0, uEndX = 128; | 1761 uStartX = 0, uEndX = 128; |
1762 uStartZ = 64 - 16, uEndZ = 128; | 1762 uStartZ = 64 - 16, uEndZ = 128; |
1763 } | 1763 } |
1764 // uStartX = 0, uEndX = 128; | 1764 uStartX = 0, uEndX = 128; |
1765 // uStartZ = 0, uEndZ = 128; | 1765 uStartZ = 0, uEndZ = 128; |
1766 static RenderVertexSoft pTerrainVertices[128 * 128]; | 1766 static RenderVertexSoft pTerrainVertices[128 * 128]; |
1767 for (unsigned int z = uStartZ; z < uEndZ; ++z) | 1767 for (unsigned int z = uStartZ; z < uEndZ; ++z) |
1768 { | 1768 { |
1769 for (unsigned int x = uStartX; x < uEndX; ++x) | 1769 for (unsigned int x = uStartX; x < uEndX; ++x) |
1770 { | 1770 { |