Mercurial > mm7
comparison LightmapBuilder.cpp @ 50:2ee78ed62d37
Слияние
author | Ritor1 |
---|---|
date | Tue, 22 Jan 2013 17:40:13 +0600 |
parents | 5a08b193507f ca142e247b73 |
children | 6c2cefdaea3e a96ebf3123d2 |
comparison
equal
deleted
inserted
replaced
49:5a08b193507f | 50:2ee78ed62d37 |
---|---|
962 int v11; // eax@11 | 962 int v11; // eax@11 |
963 unsigned int v12; // ebx@11 | 963 unsigned int v12; // ebx@11 |
964 RenderD3D *v13; // ecx@11 | 964 RenderD3D *v13; // ecx@11 |
965 char v14; // dl@11 | 965 char v14; // dl@11 |
966 | 966 |
967 //__debugbreak(); | 967 // __debugbreak(); |
968 | 968 |
969 v6 = pLight->uRadius; | 969 v6 = pLight->uRadius; |
970 if ( v6 > 0 | 970 if ( v6 > 0 |
971 && (result = (int)pFace, v7 = pLight->vPosition.x, v7 > pFace->pBoundingBox.x1 - v6) | 971 && (result = (int)pFace, v7 = pLight->vPosition.x, v7 > pFace->pBoundingBox.x1 - v6) |
972 && v7 < v6 + pFace->pBoundingBox.x2 | 972 && v7 < v6 + pFace->pBoundingBox.x2 |