comparison Indoor.cpp @ 1232:8eb865b584db

m
author Ritor1
date Sun, 09 Jun 2013 16:38:54 +0600
parents 182b910c528d
children 6c55c6bd67e0
comparison
equal deleted inserted replaced
1231:182b910c528d 1232:8eb865b584db
1310 faces[num_faces++].uNodeID = node_id; 1310 faces[num_faces++].uNodeID = node_id;
1311 } 1311 }
1312 return; 1312 return;
1313 } 1313 }
1314 1314
1315
1316
1317 if (p->uFaceID == uFaceID) 1315 if (p->uFaceID == uFaceID)
1318 return; 1316 return;
1319 if (!node_id && 1317 if (!node_id &&
1320 pBLVRenderParams->vPartyPos.x >= pFace->pBounding.x1 - 16 && // we are probably standing at the portal plane 1318 pBLVRenderParams->vPartyPos.x >= pFace->pBounding.x1 - 16 && // we are probably standing at the portal plane
1321 pBLVRenderParams->vPartyPos.x <= pFace->pBounding.x2 + 16 && 1319 pBLVRenderParams->vPartyPos.x <= pFace->pBounding.x2 + 16 &&