Mercurial > mm7
comparison Vis.cpp @ 65:31feb3432bbd
23.01.13 (test)
author | Ritor1 |
---|---|
date | Wed, 23 Jan 2013 13:21:04 +0600 |
parents | f6e7d7110512 |
children | 6ad816231528 |
comparison
equal
deleted
inserted
replaced
64:f6e7d7110512 | 65:31feb3432bbd |
---|---|
1603 { | 1603 { |
1604 RenderVertexSoft pMouseRay[2]; // [sp+1Ch] [bp-60h]@1 | 1604 RenderVertexSoft pMouseRay[2]; // [sp+1Ch] [bp-60h]@1 |
1605 | 1605 |
1606 stru1.uNumPointers = 0; | 1606 stru1.uNumPointers = 0; |
1607 CastPickRay(pMouseRay, fMouseX, fMouseY, fDepth); | 1607 CastPickRay(pMouseRay, fMouseX, fMouseY, fDepth); |
1608 PickBillboards(fDepth, fMouseX, fMouseY, &stru1, a5);//Ritor1: do comment to test | 1608 //PickBillboards(fDepth, fMouseX, fMouseY, &stru1, a5);//Ritor1: do comment to test |
1609 if (uCurrentlyLoadedLevelType == LEVEL_Indoor) | 1609 if (uCurrentlyLoadedLevelType == LEVEL_Indoor) |
1610 PickIndoor(fDepth, pMouseRay, &stru1, a6); | 1610 PickIndoor(fDepth, pMouseRay, &stru1, a6); |
1611 else | 1611 else |
1612 PickOutdoor(fDepth, pMouseRay, &stru1, a6, 0); | 1612 PickOutdoor(fDepth, pMouseRay, &stru1, a6, 0); |
1613 stru1.create_object_pointers(0); | 1613 stru1.create_object_pointers(0); |