0
|
1 #include "Vis.h"
|
|
2 #include "Outdoor.h"
|
|
3 #include "Game.h"
|
|
4 #include "Actor.h"
|
|
5 #include "IndoorCamera.h"
|
|
6 #include "Viewport.h"
|
|
7 #include "stru157.h"
|
|
8
|
|
9 #include "mm7_data.h"
|
|
10 //#include "MM7.h"
|
|
11
|
|
12
|
|
13 static Vis_stru1 Vis_static_sub_4C1944_stru_F8BDE8;
|
|
14
|
|
15
|
|
16
|
|
17 //----- (004C1026) --------------------------------------------------------
|
|
18 Vis_stru1_stru0 *Vis::_4C1026(BLVFace *a2, unsigned int a3, float a4)
|
|
19 {
|
|
20 char *v4; // eax@4
|
|
21 signed int v5; // ecx@4
|
|
22 BLVFace *v6; // ecx@7
|
|
23 unsigned int v7; // edi@7
|
|
24 Vec3_short_ *v8; // eax@9
|
|
25 char *v9; // edx@9
|
|
26 signed int v10; // esi@10
|
|
27 Vec3_int_ **v11; // edx@13
|
|
28 char *v12; // eax@13
|
|
29 double v13; // st7@14
|
|
30 signed int v14; // ebx@14
|
|
31 Vis *v15; // ebx@15
|
|
32 Vis_stru1_stru0 *result; // eax@21
|
|
33 Vis_stru1_stru0 *v17; // ecx@24
|
|
34 RenderVertexSoft pRay[2]; // [sp+20h] [bp-70h]@17
|
|
35 int v20; // [sp+84h] [bp-Ch]@10
|
|
36 int v21; // [sp+88h] [bp-8h]@16
|
|
37 int v22; // [sp+8Ch] [bp-4h]@16
|
|
38 signed int v23; // [sp+98h] [bp+8h]@7
|
|
39
|
|
40 auto ecx0 = this;
|
|
41
|
|
42 static Vis_stru1 static_sub_4C1026_stru_F8FE00;
|
|
43 static_sub_4C1026_stru_F8FE00.uNumPointers = 0;
|
|
44
|
|
45 static bool _init_flag = false;
|
|
46 static RenderVertexSoft static_sub_4C1026_array_F8F200[64];
|
|
47 if (!_init_flag)
|
|
48 {
|
|
49 _init_flag = true;
|
|
50 for (uint i = 0; i < 64; ++i)
|
|
51 static_sub_4C1026_array_F8F200[i].flt_2C = 0.0f;
|
|
52 }
|
|
53
|
|
54 v6 = a2;
|
|
55 v23 = 0;
|
|
56 v7 = v6->uNumVertices;
|
|
57 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
|
|
58 {
|
|
59 if ( (signed int)v7 > 0 )
|
|
60 {
|
|
61 v8 = pIndoor->pVertices;
|
|
62 v9 = (char *)&static_sub_4C1026_array_F8F200[0].vWorldPosition.y;
|
|
63 do
|
|
64 {
|
|
65 v10 = v23++;
|
|
66 v20 = v8[v6->pVertexIDs[v10]].x;
|
|
67 *((float *)v9 - 1) = (double)v20;
|
|
68 v20 = v8[v6->pVertexIDs[v10]].y;
|
|
69 *(float *)v9 = (double)v20;
|
|
70 v9 += 48;
|
|
71 v20 = v8[v6->pVertexIDs[v10]].z;
|
|
72 *((float *)v9 - 11) = (double)v20;
|
|
73 }
|
|
74 while ( v23 < (signed int)v7 );
|
|
75 }
|
|
76 }
|
|
77 else
|
|
78 {
|
|
79 if ( (signed int)v7 > 0 )
|
|
80 {
|
|
81 v11 = &pOutdoor->pBModels[a3 >> 9].pVertices.pVertices;
|
|
82 v12 = (char *)&static_sub_4C1026_array_F8F200[0].vWorldPosition.y;
|
|
83 do
|
|
84 {
|
|
85 *((float *)v12 - 1) = (double)(*v11)[v6->pVertexIDs[v23]].x;
|
|
86 v13 = (double)(*v11)[v6->pVertexIDs[v23]].y;
|
|
87 v14 = v23++;
|
|
88 *(float *)v12 = v13;
|
|
89 v12 += 48;
|
|
90 *((float *)v12 - 11) = (double)(*v11)[v6->pVertexIDs[v14]].z;
|
|
91 }
|
|
92 while ( v23 < (signed int)v7 );
|
|
93 }
|
|
94 }
|
|
95 pGame->pIndoorCameraD3D->ViewTransform(static_sub_4C1026_array_F8F200, v7);
|
|
96 pGame->pIndoorCameraD3D->_436BB7_project_and_stuff(static_sub_4C1026_array_F8F200, v7, 1);
|
|
97 v15 = this;
|
|
98 SortVectors_x(static_sub_4C1026_array_F8F200, 0, v7 - 1);
|
|
99 if ( static_sub_4C1026_array_F8F200[0].vWorldViewPosition.x > (double)a4
|
|
100 || (_4C1495(static_sub_4C1026_array_F8F200, v7, (float *)&v21, (float *)&v22),
|
|
101 _4C12C3_FindSomeBillboard(static_sub_4C1026_array_F8F200, v7, *(float *)&v21, *(float *)&v22))
|
|
102 || ((CastPickRay(pRay, *(float *)&v21, *(float *)&v22, a4), uCurrentlyLoadedLevelType != LEVEL_Indoor) ? PickOutdoor(a4, pRay, &static_sub_4C1026_stru_F8FE00, &a5, 1) : PickIndoor(a4, pRay, &static_sub_4C1026_stru_F8FE00, &a5),
|
|
103 (static_sub_4C1026_stru_F8FE00.create_object_pointers(0),
|
|
104 sort_object_pointers(
|
|
105 static_sub_4C1026_stru_F8FE00.array_1804,
|
|
106 0,
|
|
107 static_sub_4C1026_stru_F8FE00.uNumPointers - 1),
|
|
108 !static_sub_4C1026_stru_F8FE00.uNumPointers)
|
|
109 || (result = static_sub_4C1026_stru_F8FE00.sub_4C2551(2, a3)) == 0
|
|
110 || (signed int)static_sub_4C1026_stru_F8FE00.uNumPointers > 1
|
|
111 && ((signed int)static_sub_4C1026_stru_F8FE00.uNumPointers <= 0 ? (v17 = 0) : (v17 = static_sub_4C1026_stru_F8FE00.array_1804[0]),
|
|
112 result != v17)) )
|
|
113 result = 0;
|
|
114 return result;
|
|
115 }
|
|
116 // F91E08: using guessed type char static_sub_4C1026_byte_F91E08__init_flags;
|
|
117
|
|
118 //----- (004C12C3) --------------------------------------------------------
|
|
119 char Vis::_4C12C3_FindSomeBillboard(RenderVertexSoft *a1, int a2, float a3, float a4)
|
|
120 {
|
|
121 signed int v5; // esi@1
|
|
122 char *v6; // edi@2
|
|
123 double v7; // st7@9
|
|
124 int v8; // edx@9
|
|
125 char *v9; // ecx@10
|
|
126 char result; // al@24
|
|
127 Vis *thisa; // [sp+10h] [bp-8h]@1
|
|
128 float thisb; // [sp+10h] [bp-8h]@9
|
|
129 signed int v13; // [sp+14h] [bp-4h]@1
|
|
130 float a3a; // [sp+28h] [bp+10h]@9
|
|
131 float a4a; // [sp+2Ch] [bp+14h]@9
|
|
132
|
|
133 v13 = -1;
|
|
134 v5 = 0;
|
|
135 thisa = this;
|
|
136 if ( (signed int)pRenderer->uNumBillboardsToDraw <= 0 )
|
|
137 goto LABEL_28;
|
|
138 v6 = (char *)&pRenderer->pBillboardRenderListD3D[0].uParentBillboardID;
|
|
139 do
|
|
140 {
|
|
141 if ( IsPointInsideD3DBillboard((RenderBillboardD3D *)(v6 - 152), a3, a4)
|
|
142 && (v13 == -1
|
|
143 || (unsigned int)pBillboardRenderList[*(int *)v6].sZValue < pBillboardRenderList[pRenderer->pBillboardRenderListD3D[v13].uParentBillboardID].sZValue) )
|
|
144 v13 = v5;
|
|
145 ++v5;
|
|
146 v6 += 156;
|
|
147 }
|
|
148 while ( v5 < (signed int)pRenderer->uNumBillboardsToDraw );
|
|
149 if ( v13 == -1 )
|
|
150 goto LABEL_28;
|
|
151 v7 = 3.4028235e38;
|
|
152 v8 = a2;
|
|
153 a4a = 3.4028235e38;
|
|
154 a3a = -3.4028235e38;
|
|
155 thisb = -3.4028235e38;
|
|
156 if ( a2 > 0 )
|
|
157 {
|
|
158 v9 = (char *)&a1->vWorldViewProjY;
|
|
159 do
|
|
160 {
|
|
161 if ( *((float *)v9 - 1) < v7 )
|
|
162 v7 = *((float *)v9 - 1);
|
|
163 if ( *((float *)v9 - 1) > (double)a3a )
|
|
164 a3a = *((float *)v9 - 1);
|
|
165 if ( *(float *)v9 < (double)a4a )
|
|
166 a4a = *(float *)v9;
|
|
167 if ( *(float *)v9 > (double)thisb )
|
|
168 thisb = *(float *)v9;
|
|
169 v9 += 48;
|
|
170 --v8;
|
|
171 }
|
|
172 while ( v8 );
|
|
173 }
|
|
174 if ( v7 < pRenderer->pBillboardRenderListD3D[v13].pQuards[0].pos.x
|
|
175 || pRenderer->pBillboardRenderListD3D[v13].pQuards[0].pos.y > (double)a4a
|
|
176 || pRenderer->pBillboardRenderListD3D[v13].pQuards[3].pos.x < (double)a3a
|
|
177 || pRenderer->pBillboardRenderListD3D[v13].pQuards[1].pos.y < (double)thisb )
|
|
178 LABEL_28:
|
|
179 result = 0;
|
|
180 else
|
|
181 result = 1;
|
|
182 return result;
|
|
183 }
|
|
184
|
|
185 //----- (004C1417) --------------------------------------------------------
|
|
186 void Vis::GetPolygonCenter(RenderVertexD3D3 *pVertices, unsigned int uNumVertices, float *pCenterX, float *pCenterY)
|
|
187 {
|
|
188 static RenderVertexD3D3 unk_F8EA00[64];
|
|
189
|
|
190 memcpy(unk_F8EA00, pVertices, 32 * uNumVertices);
|
|
191
|
|
192 SortVerticesByX(unk_F8EA00, 0, uNumVertices - 1);
|
|
193 *pCenterX = (unk_F8EA00[uNumVertices - 1].pos.x - unk_F8EA00[0].pos.x) * 0.5 + unk_F8EA00[0].pos.x;
|
|
194
|
|
195 SortVerticesByY(unk_F8EA00, 0, uNumVertices - 1);
|
|
196 *pCenterY = (unk_F8EA00[uNumVertices - 1].pos.y - unk_F8EA00[0].pos.y) * 0.5 + unk_F8EA00[0].pos.y;
|
|
197 }
|
|
198
|
|
199 //----- (004C1495) --------------------------------------------------------
|
|
200 float *Vis::_4C1495(RenderVertexSoft *Src, int a2, float *a3, float *a4)
|
|
201 {
|
|
202 char *v5; // eax@2
|
|
203 signed int v6; // ecx@2
|
|
204 float *result; // eax@5
|
|
205 Vis *thisa; // [sp+0h] [bp-4h]@1
|
|
206
|
|
207 thisa = this;
|
|
208
|
|
209 static bool static_sub_4C1495_byte_F8E9F8__init_flags = false; // weak
|
|
210 static RenderVertexSoft static_sub_4C1495_array_F8DDF8[64];
|
|
211 if ( !static_sub_4C1495_byte_F8E9F8__init_flags )
|
|
212 {
|
|
213 static_sub_4C1495_byte_F8E9F8__init_flags = true;
|
|
214
|
|
215 for (uint i = 0; i < 64; ++i)
|
|
216 static_sub_4C1495_array_F8DDF8[i].flt_2C = 0.0f;
|
|
217 }
|
|
218
|
|
219 memcpy(static_sub_4C1495_array_F8DDF8, Src, 48 * a2);
|
|
220 sort_objects_2(static_sub_4C1495_array_F8DDF8, 0, a2 - 1);
|
|
221 *a3 = (*(float *)&Vis_static_sub_4C1944_stru_F8BDE8.array_1804[12 * a2 + 509]
|
|
222 - static_sub_4C1495_array_F8DDF8[0].vWorldViewProjX)
|
|
223 * 0.5
|
|
224 + static_sub_4C1495_array_F8DDF8[0].vWorldViewProjX;
|
|
225 sort_objects_3(static_sub_4C1495_array_F8DDF8, 0, a2 - 1);
|
|
226 result = a4;
|
|
227 *a4 = (*(float *)&Vis_static_sub_4C1944_stru_F8BDE8.array_1804[12 * a2 + 510]
|
|
228 - static_sub_4C1495_array_F8DDF8[0].vWorldViewProjY)
|
|
229 * 0.5
|
|
230 + static_sub_4C1495_array_F8DDF8[0].vWorldViewProjY;
|
|
231 return result;
|
|
232 }
|
|
233
|
|
234 //----- (004C1542) --------------------------------------------------------
|
|
235 void Vis::PickBillboards(float fPickDepth, float fX, float fY, Vis_stru1 *a4, stru157 *a2)
|
|
236 {
|
|
237 int v6; // ST1C_4@6
|
|
238 Vis_stru1_stru0 *v7; // edi@6
|
|
239 Vis *thisa; // [sp+20h] [bp-Ch]@1
|
|
240 void **v9; // [sp+24h] [bp-8h]@2
|
|
241 unsigned int uD3DBillboardIdx; // [sp+28h] [bp-4h]@1
|
|
242
|
|
243 uD3DBillboardIdx = 0;
|
|
244 thisa = this;
|
|
245 if ( (signed int)pRenderer->uNumBillboardsToDraw > 0 )
|
|
246 {
|
|
247 v9 = (void **)&pRenderer->pBillboardRenderListD3D[0].uParentBillboardID;
|
|
248 do
|
|
249 {
|
|
250 if ( is_part_of_selection((BLVFace *)uD3DBillboardIdx, a2)
|
|
251 && IsPointInsideD3DBillboard((RenderBillboardD3D *)(v9 - 38), fX, fY) )
|
|
252 {
|
|
253 if ( DoesRayIntersectBillboard(fPickDepth, uD3DBillboardIdx) )
|
|
254 {
|
|
255 v6 = pBillboardRenderList[(int)*v9].sZValue;
|
|
256 v7 = &a4->array_0004[a4->uNumPointers];
|
|
257 v7->pObjectInfo = *v9;
|
|
258 v7 = (Vis_stru1_stru0 *)((char *)v7 + 4);
|
|
259 v7->pObjectInfo = (void *)v6;
|
|
260 v7->sZValue = 1;
|
|
261 ++a4->uNumPointers;
|
|
262 }
|
|
263 }
|
|
264 ++uD3DBillboardIdx;
|
|
265 v9 += 39;
|
|
266 }
|
|
267 while ( (signed int)uD3DBillboardIdx < (signed int)pRenderer->uNumBillboardsToDraw );
|
|
268 }
|
|
269 }
|
|
270
|
|
271 //----- (004C1607) --------------------------------------------------------
|
|
272 bool Vis::IsPointInsideD3DBillboard(RenderBillboardD3D *a1, float x, float y)
|
|
273 {
|
|
274 RenderBillboardD3D *result; // eax@1
|
|
275 double v5; // st7@2
|
|
276 float v6; // ecx@2
|
|
277 float v7; // ST00_4@3
|
|
278 __int16 v8; // fps@6
|
|
279 double v9; // st6@6
|
|
280 char v10; // c0@6
|
|
281 char v11; // c2@6
|
|
282 char v12; // c3@6
|
|
283 __int16 v13; // fps@7
|
|
284 double v14; // st6@7
|
|
285 unsigned __int8 v15; // c0@7
|
|
286 char v16; // c2@7
|
|
287 unsigned __int8 v17; // c3@7
|
|
288 __int16 v18; // fps@8
|
|
289 double v19; // st6@8
|
|
290 char v20; // c0@8
|
|
291 char v21; // c2@8
|
|
292 char v22; // c3@8
|
|
293 __int16 v23; // fps@9
|
|
294 double v24; // st6@9
|
|
295 unsigned __int8 v25; // c0@9
|
|
296 char v26; // c2@9
|
|
297 unsigned __int8 v27; // c3@9
|
|
298 float v28; // [sp+4h] [bp-8h]@2
|
|
299 float v29; // [sp+8h] [bp-4h]@2
|
|
300 float a1a; // [sp+14h] [bp+8h]@2
|
|
301
|
|
302 result = a1;
|
|
303 if ( a1->uParentBillboardID == -1 )
|
|
304 goto LABEL_14;
|
|
305 v5 = a1->pQuards[0].pos.x;
|
|
306 a1a = a1->pQuards[3].pos.x;
|
|
307 v6 = result->pQuards[0].pos.y;
|
|
308 result = (RenderBillboardD3D *)LODWORD(result->pQuards[1].pos.y);
|
|
309 v29 = v6;
|
|
310 LODWORD(v28) = (int)result;
|
|
311 if ( v5 > a1a )
|
|
312 {
|
|
313 v7 = v5;
|
|
314 HIWORD(result) = HIWORD(v7);
|
|
315 v5 = a1a;
|
|
316 a1a = v7;
|
|
317 }
|
|
318 if ( v6 > (double)v28 )
|
|
319 {
|
|
320 result = (RenderBillboardD3D *)LODWORD(v28);
|
|
321 v28 = v6;
|
|
322 LODWORD(v29) = (int)result;
|
|
323 }
|
|
324 v9 = x + 1.0;
|
|
325 //UNDEF(v8);
|
|
326 v10 = v9 < v5;
|
|
327 v11 = 0;
|
|
328 v12 = v9 == v5;
|
|
329 BYTE1(result) = HIBYTE(v8);
|
|
330 if ( v9 >= v5
|
|
331 && (v14 = x - 1.0, /*UNDEF(v13),*/ v15 = v14 < a1a, v16 = 0, v17 = v14 == a1a, BYTE1(result) = HIBYTE(v13), v15 | v17)
|
|
332 && (v19 = y + 1.0, /*UNDEF(v18),*/ v20 = v19 < v29, v21 = 0, v22 = v19 == v29, BYTE1(result) = HIBYTE(v18), v19 >= v29)
|
|
333 && (v24 = y - 1.0, /*UNDEF(v23),*/ v25 = v24 < v28, v26 = 0, v27 = v24 == v28, BYTE1(result) = HIBYTE(v23), v25 | v27) )
|
|
334 LOBYTE(result) = 1;
|
|
335 else
|
|
336 LABEL_14:
|
|
337 LOBYTE(result) = 0;
|
|
338 return (bool)result;
|
|
339 }
|
|
340
|
|
341 //----- (004C16B4) --------------------------------------------------------
|
|
342 void Vis::PickIndoor(float fDepth, RenderVertexSoft *pRay, Vis_stru1 *a4, stru157 *a5)
|
|
343 {
|
|
344 int v5; // eax@1
|
|
345 signed int v6; // edi@2
|
|
346 signed int v7; // esi@4
|
|
347 int v8; // ecx@7
|
|
348 int v9; // eax@7
|
|
349 unsigned int *pNumPointers; // eax@7
|
|
350 unsigned int v11; // ecx@7
|
|
351 Vis_stru1_stru0 *v12; // edi@7
|
|
352 RenderVertexSoft a1; // [sp+Ch] [bp-44h]@1
|
|
353 BLVFace *v14; // [sp+3Ch] [bp-14h]@7
|
|
354 void *v15; // [sp+40h] [bp-10h]@7
|
|
355 int v16; // [sp+44h] [bp-Ch]@7
|
|
356 int v17; // [sp+48h] [bp-8h]@1
|
|
357 Vis *thisa; // [sp+4Ch] [bp-4h]@1
|
|
358
|
|
359 v5 = 0;
|
|
360 thisa = this;
|
|
361 v17 = 0;
|
|
362 for ( a1.flt_2C = 0.0; v17 < (signed int)pStru170->uNumFaceIDs; ++v17 )
|
|
363 {
|
45
|
364 __debugbreak();
|
0
|
365 v6 = pStru170->pFaceIDs[2 * v5];
|
|
366 if ( v6 >= 0 )
|
|
367 {
|
|
368 if ( v6 < (signed int)pIndoor->uNumFaces )
|
|
369 {
|
|
370 v7 = v6;
|
|
371 if ( is_part_of_selection(&pIndoor->pFaces[v6], a5) )
|
|
372 {
|
|
373 if ( !pGame->pIndoorCameraD3D->IsFaceFacedTowardsCamera(&pIndoor->pFaces[v7]) )
|
|
374 {
|
|
375 if ( Intersect_Ray_Face(pRay, pRay + 1, &fDepth, &a1, &pIndoor->pFaces[v7], 0xFFFFFFFFu) )
|
|
376 {
|
|
377 pGame->pIndoorCameraD3D->ViewTransform(&a1, 1u);
|
|
378 v9 = _48B561_mess_with_scaling_along_z(/*v8, */a1.vWorldViewPosition.x);
|
|
379 LOWORD(v9) = 0;
|
|
380 v15 = (void *)((8 * v6 | 6) + v9);
|
|
381 pNumPointers = &a4->uNumPointers;
|
|
382 v16 = 2;
|
|
383 v11 = a4->uNumPointers;
|
|
384 v14 = &pIndoor->pFaces[v7];
|
|
385 v12 = &a4->array_0004[v11];
|
|
386 v12->pObjectInfo = &pIndoor->pFaces[v7];
|
|
387 v12 = (Vis_stru1_stru0 *)((char *)v12 + 4);
|
|
388 v12->pObjectInfo = v15;
|
|
389 v12->sZValue = v16;
|
|
390 ++*pNumPointers;
|
|
391 }
|
|
392 }
|
|
393 }
|
|
394 }
|
|
395 }
|
|
396 v5 = v17 + 1;
|
|
397 }
|
|
398 }
|
|
399
|
|
400 //----- (004C17CF) --------------------------------------------------------
|
|
401 void Vis::PickOutdoor(float fDepth, RenderVertexSoft *pRay, Vis_stru1 *a4, stru157 *a5, char a6)
|
|
402 {
|
|
403 int v6; // esi@1
|
|
404 unsigned int v7; // ecx@1
|
|
405 BSPModel *v8; // ebx@3
|
|
406 bool v9; // eax@3
|
|
407 int v10; // eax@8
|
|
408 ODMFace *v11; // esi@10
|
|
409 int v12; // ecx@12
|
|
410 int v13; // eax@12
|
|
411 unsigned int *pNumPointers; // eax@12
|
|
412 Vis_stru1_stru0 *v15; // edi@12
|
|
413 BLVFace thisa; // [sp+10h] [bp-B8h]@1
|
|
414 RenderVertexSoft a1; // [sp+70h] [bp-58h]@1
|
|
415 void *v18; // [sp+A0h] [bp-28h]@12
|
|
416 void *v19; // [sp+A4h] [bp-24h]@12
|
|
417 int v20; // [sp+A8h] [bp-20h]@12
|
|
418 int v21; // [sp+ACh] [bp-1Ch]@8
|
|
419 Vis *v22; // [sp+B0h] [bp-18h]@1
|
|
420 int v23; // [sp+B4h] [bp-14h]@9
|
|
421 int v24; // [sp+B8h] [bp-10h]@1
|
|
422 unsigned int v25; // [sp+BCh] [bp-Ch]@2
|
|
423 unsigned int v26; // [sp+C0h] [bp-8h]@1
|
|
424 int v27; // [sp+C4h] [bp-4h]@8
|
|
425
|
|
426 v22 = this;
|
|
427 v6 = 0;
|
|
428 v7 = 0;
|
|
429 v24 = 0;
|
|
430 v26 = 0;
|
|
431 a1.flt_2C = 0.0;
|
3
|
432 if (!pOutdoor)
|
|
433 return;
|
0
|
434 if ( (signed int)pOutdoor->uNumBModels > 0 )
|
|
435 {
|
|
436 v25 = 0;
|
|
437 do
|
|
438 {
|
|
439 v8 = &pOutdoor->pBModels[v25 / 0xBC];
|
|
440 v9 = IsBModelVisible(v7, &v24);
|
|
441 if ( a6 )
|
|
442 {
|
|
443 if ( v9 && v24 != v6 )
|
|
444 {
|
|
445 LABEL_8:
|
|
446 v10 = v8->uNumFaces;
|
|
447 v27 = v6;
|
|
448 v21 = v10;
|
|
449 if ( v10 > v6 )
|
|
450 {
|
|
451 v23 = v6;
|
|
452 do
|
|
453 {
|
|
454 v11 = (ODMFace *)((char *)v8->pFaces + v23);
|
|
455 if ( is_part_of_selection((BLVFace *)((char *)v8->pFaces + v23), a5) )
|
|
456 {
|
|
457 thisa.FromODM(v11);
|
|
458 if ( Intersect_Ray_Face(pRay, pRay + 1, &fDepth, &a1, &thisa, v26) )
|
|
459 {
|
|
460 pGame->pIndoorCameraD3D->ViewTransform(&a1, 1u);
|
|
461 v18 = v11;
|
|
462 v13 = _48B561_mess_with_scaling_along_z(/*v12, */a1.vWorldViewPosition.x);
|
|
463 LOWORD(v13) = 0;
|
|
464 v20 = 2;
|
|
465 v19 = (void *)((8 * (v27 | (v26 << 6)) | 6) + v13);
|
|
466 pNumPointers = &a4->uNumPointers;
|
|
467 v15 = &a4->array_0004[a4->uNumPointers];
|
|
468 v15->pObjectInfo = v18;
|
|
469 v15 = (Vis_stru1_stru0 *)((char *)v15 + 4);
|
|
470 v15->pObjectInfo = v19;
|
|
471 v15->sZValue = v20;
|
|
472 ++*pNumPointers;
|
|
473 }
|
|
474 }
|
|
475 ++v27;
|
|
476 v23 += 308;
|
|
477 }
|
|
478 while ( v27 < v21 );
|
|
479 v6 = 0;
|
|
480 }
|
|
481 goto LABEL_15;
|
|
482 }
|
|
483 }
|
|
484 else
|
|
485 {
|
|
486 if ( v9 )
|
|
487 goto LABEL_8;
|
|
488 }
|
|
489 LABEL_15:
|
|
490 v25 += 188;
|
|
491 v7 = v26++ + 1;
|
|
492 }
|
|
493 while ( (signed int)v26 < (signed int)pOutdoor->uNumBModels );
|
|
494 }
|
|
495 }
|
|
496
|
|
497 //----- (004C1930) --------------------------------------------------------
|
|
498 //bool Vis::j_DoesRayIntersectBillboard(float fDepth, unsigned int uD3DBillboardIdx)
|
|
499 //{return DoesRayIntersectBillboard(fDepth, uD3DBillboardIdx);}
|
|
500
|
|
501 //----- (004C1944) --------------------------------------------------------
|
|
502 int Vis::_4C1944(int a2, unsigned int a3, int a4, int a5, int a6)
|
|
503 {
|
|
504 float v6; // ST00_4@3
|
|
505 int result; // eax@4
|
|
506 stru157 v8; // [sp+18h] [bp-20h]@3
|
|
507 __int64 v9; // [sp+2Ch] [bp-Ch]@3
|
|
508 Vis *v14; // [sp+34h] [bp-4h]@1
|
|
509
|
|
510 v14 = this;
|
|
511
|
|
512 static Vis_stru1 Vis_static_sub_4C1944_stru_F8BDE8;
|
|
513
|
|
514 v8.field_4 = a2;
|
|
515 v8.field_8 = a6;
|
|
516 v8.field_C = a5;
|
|
517 v8.field_10 = a4;
|
|
518 v9 = a3;
|
|
519 Vis_static_sub_4C1944_stru_F8BDE8.uNumPointers = 0;
|
|
520 v6 = (double)a3;
|
|
521 v8.field_0 = 1;
|
|
522 _4C06F8(v6, &Vis_static_sub_4C1944_stru_F8BDE8, &v8);
|
|
523 Vis_static_sub_4C1944_stru_F8BDE8.create_object_pointers(1u);
|
|
524 sort_object_pointers(
|
|
525 Vis_static_sub_4C1944_stru_F8BDE8.array_1804,
|
|
526 0,
|
|
527 Vis_static_sub_4C1944_stru_F8BDE8.uNumPointers - 1);
|
|
528 if ( (signed int)Vis_static_sub_4C1944_stru_F8BDE8.uNumPointers <= 0 )
|
|
529 result = -1;
|
|
530 else
|
|
531 result = Vis_static_sub_4C1944_stru_F8BDE8.array_1804[0]->sZValue;
|
|
532 return result;
|
|
533 }
|
|
534 // F8DDF0: using guessed type char Vis_static_sub_4C1944_byte_F8DDF0_init;
|
|
535
|
|
536 //----- (004C1A02) --------------------------------------------------------
|
|
537 void Vis::_4C1A02()
|
|
538 {
|
|
539 RenderVertexSoft v1; // [sp+8h] [bp-C0h]@1
|
|
540 RenderVertexSoft v2; // [sp+38h] [bp-90h]@1
|
|
541 RenderVertexSoft v3; // [sp+68h] [bp-60h]@1
|
|
542 RenderVertexSoft v4; // [sp+98h] [bp-30h]@1
|
|
543
|
|
544 v4.flt_2C = 0.0;
|
|
545 v4.vWorldPosition.x = 0.0;
|
|
546 v4.vWorldPosition.y = 65536.0;
|
|
547 v4.vWorldPosition.z = 0.0;
|
|
548 v3.flt_2C = 0.0;
|
|
549 v3.vWorldPosition.x = 65536.0;
|
|
550 v3.vWorldPosition.y = 0.0;
|
|
551 v3.vWorldPosition.z = 0.0;
|
|
552 memcpy(&v1, &v3, sizeof(v1));
|
|
553 v3.flt_2C = 0.0;
|
|
554 v3.vWorldPosition.x = 0.0;
|
|
555 v3.vWorldPosition.y = 65536.0;
|
|
556 v3.vWorldPosition.z = 0.0;
|
|
557 memcpy(&v2, &v4, sizeof(v2));
|
|
558 v4.flt_2C = 0.0;
|
|
559 v4.vWorldPosition.x = 65536.0;
|
|
560 v4.vWorldPosition.y = 0.0;
|
|
561 v4.vWorldPosition.z = 0.0;
|
|
562 memcpy(&this->stru_200C, &v1, 0x60u);
|
|
563 memcpy(&v1, &v4, sizeof(v1));
|
|
564 memcpy(&v2, &v3, sizeof(v2));
|
|
565 memcpy(&this->stru_206C, &v1, 0x60u);
|
|
566 }
|
|
567
|
|
568 //----- (004C1ABA) --------------------------------------------------------
|
|
569 bool Vis::SortVectors_x(RenderVertexSoft *a2, int a3, int a4)
|
|
570 {
|
|
571 bool result; // eax@1
|
|
572 RenderVertexSoft *v5; // edx@2
|
|
573 int v6; // ebx@2
|
|
574 int i; // ecx@2
|
|
575 int v8; // esi@3
|
|
576 int v9; // esi@5
|
|
577 RenderVertexSoft *v10; // eax@8
|
|
578 RenderVertexSoft v11; // [sp+4h] [bp-6Ch]@8
|
|
579 RenderVertexSoft v12; // [sp+34h] [bp-3Ch]@2
|
|
580 int v13; // [sp+64h] [bp-Ch]@7
|
|
581 Vis *thisa; // [sp+68h] [bp-8h]@1
|
|
582 RenderVertexSoft *v15; // [sp+6Ch] [bp-4h]@2
|
|
583
|
|
584 result = a4;
|
|
585 thisa = this;
|
|
586 if ( a4 > a3 )
|
|
587 {
|
|
588 v5 = a2;
|
|
589 v15 = &a2[a4];
|
|
590 v6 = a3 - 1;
|
|
591 memcpy(&v12, &a2[a4], sizeof(v12));
|
|
592 for ( i = a4; ; i = v13 )
|
|
593 {
|
|
594 v8 = (int)&v5[v6].vWorldViewPosition;
|
|
595 do
|
|
596 {
|
|
597 v8 += 48;
|
|
598 ++v6;
|
|
599 }
|
|
600 while ( *(float *)v8 < (double)v12.vWorldViewPosition.x );
|
|
601 v9 = (int)&v5[i].vWorldViewPosition;
|
|
602 do
|
|
603 {
|
|
604 v9 -= 48;
|
|
605 --i;
|
|
606 }
|
|
607 while ( *(float *)v9 > (double)v12.vWorldViewPosition.x );
|
|
608 v13 = i;
|
|
609 if ( v6 >= i )
|
|
610 break;
|
|
611 v10 = &v5[i];
|
|
612 memcpy(&v11, &a2[v6], sizeof(v11));
|
|
613 v5 = a2;
|
|
614 memcpy(&a2[v6], v10, sizeof(a2[v6]));
|
|
615 memcpy(v10, &v11, 0x30u);
|
|
616 }
|
|
617 memcpy(&v11, &v5[v6], sizeof(v11));
|
|
618 memcpy(&v5[v6], v15, sizeof(v5[v6]));
|
|
619 memcpy(v15, &v11, 0x30u);
|
|
620 SortVectors_x(v5, a3, v6 - 1);
|
|
621 SortVectors_x(a2, v6 + 1, a4);
|
|
622 }
|
|
623 return true;
|
|
624 }
|
|
625
|
|
626 //----- (004C1BAA) --------------------------------------------------------
|
|
627 int Vis::get_object_zbuf_val(Vis_stru1_stru0 *a2)
|
|
628 {
|
|
629 unsigned int v2; // eax@1
|
|
630 int result; // eax@3
|
|
631 std::string v4; // [sp-18h] [bp-1Ch]@4
|
|
632 const char *v5; // [sp-8h] [bp-Ch]@4
|
|
633 int v6; // [sp-4h] [bp-8h]@4
|
|
634 Vis *v7; // [sp+0h] [bp-4h]@1
|
|
635
|
|
636 v7 = this;
|
|
637 v2 = a2->uObjectType;
|
|
638 if ( (signed int)v2 <= 0 || (signed int)v2 > 2 )
|
|
639 {
|
|
640 MessageBoxW(nullptr, L"Undefined type requested for: CVis::get_object_zbuf_val()", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Vis.cpp:1037", 0);
|
|
641 result = -1;
|
|
642 }
|
|
643 else
|
|
644 {
|
|
645 result = a2->sZValue;
|
|
646 }
|
|
647 return result;
|
|
648 }
|
|
649
|
|
650 //----- (004C1BF1) --------------------------------------------------------
|
|
651 int Vis::get_picked_object_zbuf_val()
|
|
652 {
|
|
653 int result; // eax@2
|
|
654
|
|
655 if ( (signed int)this->stru1.uNumPointers <= 0 )
|
|
656 result = -1;
|
|
657 else
|
|
658 result = get_object_zbuf_val(this->stru1.array_1804[0]);
|
|
659 return result;
|
|
660 }
|
|
661
|
|
662 //----- (004C1C0C) --------------------------------------------------------
|
|
663 bool Vis::Intersect_Ray_Face(RenderVertexSoft *pRayStart, RenderVertexSoft *pRayEnd, float *pDepth, RenderVertexSoft *a4, BLVFace *a5, unsigned int a6)
|
|
664 {
|
|
665 BLVFace *v7; // ebx@1
|
|
666 bool result; // eax@1
|
|
667 double v9; // st7@3
|
|
668 __int16 v10; // fps@3
|
|
669 char v11; // c0@3
|
|
670 char v12; // c2@3
|
|
671 char v13; // c3@3
|
|
672 __int16 v14; // fps@5
|
|
673 char v15; // c0@5
|
|
674 char v16; // c2@5
|
|
675 char v17; // c3@5
|
|
676 double v18; // st5@6
|
|
677 __int16 v19; // fps@6
|
|
678 char v20; // c0@6
|
|
679 char v21; // c2@6
|
|
680 char v22; // c3@6
|
|
681 unsigned __int8 v23; // c0@6
|
|
682 char v24; // c2@6
|
|
683 unsigned __int8 v25; // c3@6
|
|
684 char v26; // zf@6
|
|
685 double v27; // st6@10
|
|
686 __int16 v28; // fps@10
|
|
687 unsigned __int8 v29; // c0@10
|
|
688 char v30; // c2@10
|
|
689 unsigned __int8 v31; // c3@10
|
|
690 double v32; // st7@11
|
|
691 Vec2_short_ v33; // ST1E_4@11
|
|
692 Vec3_short_ v34; // ST04_6@11
|
|
693 float a5a; // [sp+30h] [bp+18h]@10
|
|
694 float a5b; // [sp+30h] [bp+18h]@13
|
|
695
|
|
696 v7 = a5;
|
|
697 result = a5->uAttributes;
|
|
698 if ( result & 1
|
|
699 || BYTE1(result) & 0x20
|
|
700 || (v9 = pRayEnd->vWorldPosition.z * a5->pFacePlane.vNormal.z
|
|
701 + a5->pFacePlane.vNormal.y * pRayEnd->vWorldPosition.y
|
|
702 + pRayEnd->vWorldPosition.x * a5->pFacePlane.vNormal.x,
|
|
703 //UNDEF(v10),
|
|
704 v11 = v9 < 0.0,
|
|
705 v12 = 0,
|
|
706 v13 = v9 == 0.0,
|
|
707 BYTE1(result) = HIBYTE(v10),
|
|
708 v9 == 0.0)
|
|
709 || (/*UNDEF(v14),*/ v15 = v9 < 0.0, v16 = 0, v17 = v9 == 0.0, BYTE1(result) = HIBYTE(v14), v9 > 0.0) )// ray's away (>) from face surface or parallel (==)
|
|
710 goto LABEL_12;
|
|
711 v18 = -(a5->pFacePlane.vNormal.y * pRayStart->vWorldPosition.y// ray-plane intersection
|
|
712 + pRayStart->vWorldPosition.x * a5->pFacePlane.vNormal.x
|
|
713 + pRayStart->vWorldPosition.z * a5->pFacePlane.vNormal.z
|
|
714 + a5->pFacePlane.dist);
|
|
715 //UNDEF(v19);
|
|
716 v20 = v9 < 0.0;
|
|
717 v21 = 0;
|
|
718 v22 = v9 == 0.0;
|
|
719 BYTE1(result) = HIBYTE(v19);
|
|
720 v23 = v18 < 0.0;
|
|
721 v24 = 0;
|
|
722 v25 = v18 == 0.0;
|
|
723 v26 = (BYTE1(result) & 0x41) == 0;
|
|
724 BYTE1(result) = HIBYTE(v19);
|
|
725 if ( v26 )
|
|
726 {
|
|
727 if ( v18 < 0.0 )
|
|
728 goto LABEL_12;
|
|
729 }
|
|
730 else
|
|
731 {
|
|
732 if ( !(v23 | v25) )
|
|
733 {
|
|
734 LABEL_12:
|
|
735 LOBYTE(result) = 0;
|
|
736 return result;
|
|
737 }
|
|
738 }
|
|
739 a5a = v18;
|
|
740 v27 = a5a / v9;
|
|
741 HIWORD(result) = HIWORD(pDepth);
|
|
742 //UNDEF(v28);
|
|
743 v29 = v27 < *pDepth;
|
|
744 v30 = 0;
|
|
745 v31 = v27 == *pDepth;
|
|
746 BYTE1(result) = HIBYTE(v28);
|
|
747 if ( !(v29 | v31)
|
|
748 || (a4->vWorldPosition.x = v27 * pRayEnd->vWorldPosition.x + pRayStart->vWorldPosition.x,
|
|
749 a4->vWorldPosition.y = v27 * pRayEnd->vWorldPosition.y + pRayStart->vWorldPosition.y,
|
|
750 v32 = v27 * pRayEnd->vWorldPosition.z + pRayStart->vWorldPosition.z,
|
|
751 a4->vWorldPosition.z = v32,
|
|
752 v33.x = (signed __int64)a4->vWorldPosition.x,
|
|
753 v33.y = (signed __int64)a4->vWorldPosition.y,
|
|
754 *(int *)&v34.x = v33.x,
|
|
755 v34.z = (signed __int64)v32,
|
|
756 result = _4C1D2B(v7, v34, a6),
|
|
757 *(float *)&result == 0.0) )
|
|
758 goto LABEL_12;
|
|
759 *(float *)&result = v27;
|
|
760 a5b = v27;
|
|
761 *(int *)pDepth = LODWORD(a5b);
|
|
762 LOBYTE(result) = 1;
|
|
763 return result;
|
|
764 }
|
|
765
|
|
766 //----- (004C1D2B) --------------------------------------------------------
|
|
767 int Vis::_4C1D2B(BLVFace *pFace, Vec3_short_ a2, unsigned int uModelID)
|
|
768 {
|
|
769 BLVFace *v4; // esi@1
|
|
770 int v5; // esi@10
|
|
771 bool v6; // edi@10
|
|
772 int v7; // ecx@12
|
|
773 signed int v8; // edx@12
|
|
774 signed int v9; // eax@13
|
|
775 signed int v10; // ebx@14
|
|
776 int v11; // edi@16
|
|
777 signed int v12; // ST28_4@18
|
|
778 signed __int64 v13; // qtt@18
|
|
779 signed int result; // eax@21
|
|
780 int v15; // [sp+10h] [bp-Ch]@10
|
|
781 signed int v16; // [sp+18h] [bp-4h]@10
|
|
782
|
|
783 v4 = pFace;
|
|
784 if ( a2.z < pFace->pBounding.z1
|
|
785 || a2.z > pFace->pBounding.z2
|
|
786 || a2.x < pFace->pBounding.x1
|
|
787 || a2.x > pFace->pBounding.x2
|
|
788 || a2.y < pFace->pBounding.y1
|
|
789 || a2.y > pFace->pBounding.y2
|
|
790 || (uModelID != -1 ? _4C2186_BLV_IntersectBModel(
|
|
791 (int *)&pFace,
|
|
792 (int *)&uModelID,
|
|
793 &word_F8BC48_displaced_face_intersect_plane_coords_a,
|
|
794 &word_F8BD18_displaced_face_intersect_plane_coords_b,
|
|
795 &a2,
|
|
796 pFace,
|
|
797 uModelID) : _4C1EE5_BLV_IntersectBModel_2(
|
|
798 (int *)&pFace,
|
|
799 (int *)&uModelID,
|
|
800 &word_F8BC48_displaced_face_intersect_plane_coords_a,
|
|
801 &word_F8BD18_displaced_face_intersect_plane_coords_b,
|
|
802 &a2,
|
|
803 pFace),
|
|
804 v5 = 2 * v4->uNumVertices,
|
|
805 v16 = 0,
|
|
806 *(&word_F8BC48_displaced_face_intersect_plane_coords_a + v5) = word_F8BC48_displaced_face_intersect_plane_coords_a,
|
|
807 *(&word_F8BD18_displaced_face_intersect_plane_coords_b + v5) = word_F8BD18_displaced_face_intersect_plane_coords_b,
|
|
808 v15 = 0,
|
|
809 v6 = word_F8BD18_displaced_face_intersect_plane_coords_b >= (signed int)uModelID,
|
|
810 v5 <= 0) )
|
|
811 goto LABEL_25;
|
|
812 do
|
|
813 {
|
|
814 if ( v16 >= 2 )
|
|
815 break;
|
|
816 v7 = 2 * v15;
|
|
817 v8 = *(&word_F8BD18_displaced_face_intersect_plane_coords_b + v15 + 1);
|
|
818 if ( v6 ^ v8 >= (signed int)uModelID )
|
|
819 {
|
|
820 v9 = *(__int16 *)((char *)&word_F8BC48_displaced_face_intersect_plane_coords_a + v7 + 2);
|
|
821 if ( v9 >= (signed int)pFace )
|
|
822 v10 = 0;
|
|
823 else
|
|
824 v10 = 2;
|
|
825 v11 = v10 | *(__int16 *)((char *)&word_F8BC48_displaced_face_intersect_plane_coords_a + v7) < (signed int)pFace;
|
|
826 if ( v11 != 3 )
|
|
827 {
|
|
828 if ( !v11
|
|
829 || (v12 = v9 - *(__int16 *)((char *)&word_F8BC48_displaced_face_intersect_plane_coords_a + v7),
|
|
830 LODWORD(v13) = v12 << 16,
|
|
831 HIDWORD(v13) = v12 >> 16,
|
|
832 *(__int16 *)((char *)&word_F8BC48_displaced_face_intersect_plane_coords_a + v7)
|
|
833 + ((signed int)(((unsigned __int64)(v13
|
|
834 / (v8
|
|
835 - *(__int16 *)((char *)&word_F8BD18_displaced_face_intersect_plane_coords_b
|
|
836 + v7))
|
|
837 * (signed int)((uModelID
|
|
838 - *(__int16 *)((char *)&word_F8BD18_displaced_face_intersect_plane_coords_b
|
|
839 + v7)) << 16)) >> 16)
|
|
840 + 32768) >> 16) >= (signed int)pFace) )
|
|
841 ++v16;
|
|
842 }
|
|
843 }
|
|
844 ++v15;
|
|
845 v6 = v8 >= (signed int)uModelID;
|
|
846 }
|
|
847 while ( v15 < v5 );
|
|
848 result = 1;
|
|
849 if ( v16 != 1 )
|
|
850 LABEL_25:
|
|
851 result = 0;
|
|
852 return result;
|
|
853 }
|
|
854
|
|
855 //----- (004C1EE5) --------------------------------------------------------
|
|
856 bool Vis::_4C1EE5_BLV_IntersectBModel_2(int *a1, int *a2, __int16 *a3, __int16 *a4, Vec3_short_ *a5, BLVFace *pFace)
|
|
857 {
|
|
858 bool result; // eax@1
|
|
859 unsigned int v8; // ecx@1
|
|
860 Vec3_short_ *v9; // ecx@2
|
|
861 __int16 *v10; // edx@3
|
|
862 signed int v11; // ecx@4
|
|
863 char v12; // zf@6
|
|
864 Vec3_short_ *v13; // ecx@6
|
|
865 int v14; // edx@7
|
|
866 __int16 *v15; // edx@8
|
|
867 signed int v16; // ecx@9
|
|
868 int v17; // edx@11
|
|
869 __int16 *v18; // edx@12
|
|
870 signed int v19; // ecx@13
|
|
871 signed int a5a; // [sp+24h] [bp+18h]@2
|
|
872 signed int a5b; // [sp+24h] [bp+18h]@7
|
|
873 signed int a5c; // [sp+24h] [bp+18h]@11
|
|
874
|
|
875 result = (bool)pFace;
|
|
876 v8 = pFace->uAttributes;
|
|
877 if ( BYTE1(v8) & 1 )
|
|
878 {
|
|
879 v9 = a5;
|
|
880 a5a = 0;
|
|
881 *a1 = v9->x;
|
|
882 *a2 = v9->y;
|
|
883 if ( pFace->uNumVertices )
|
|
884 {
|
|
885 v10 = a4 + 1;
|
|
886 do
|
|
887 {
|
|
888 v11 = a5a;
|
|
889 a3[2 * a5a] = pFace->pXInterceptDisplacements[a5a] + pIndoor->pVertices[pFace->pVertexIDs[a5a]].x;
|
|
890 *(v10 - 1) = pFace->pYInterceptDisplacements[v11] + pIndoor->pVertices[pFace->pVertexIDs[v11]].y;
|
|
891 *(__int16 *)((char *)v10 + (int)a3 - (int)a4) = pFace->pXInterceptDisplacements[v11 + 1]
|
|
892 + pIndoor->pVertices[pFace->pVertexIDs[v11 + 1]].x;
|
|
893 ++a5a;
|
|
894 *v10 = pFace->pYInterceptDisplacements[v11 + 1] + pIndoor->pVertices[pFace->pVertexIDs[v11 + 1]].y;
|
|
895 v10 += 2;
|
|
896 }
|
|
897 while ( a5a < pFace->uNumVertices );
|
|
898 }
|
|
899 }
|
|
900 else
|
|
901 {
|
|
902 v12 = (BYTE1(v8) & 2) == 0;
|
|
903 v13 = a5;
|
|
904 if ( v12 )
|
|
905 {
|
|
906 v17 = a5->y;
|
|
907 a5c = 0;
|
|
908 *a1 = v17;
|
|
909 *a2 = v13->z;
|
|
910 if ( pFace->uNumVertices )
|
|
911 {
|
|
912 v18 = a4 + 1;
|
|
913 do
|
|
914 {
|
|
915 v19 = a5c;
|
|
916 a3[2 * a5c] = pFace->pYInterceptDisplacements[a5c] + pIndoor->pVertices[pFace->pVertexIDs[a5c]].y;
|
|
917 *(v18 - 1) = pFace->pZInterceptDisplacements[v19] + pIndoor->pVertices[pFace->pVertexIDs[v19]].z;
|
|
918 *(__int16 *)((char *)v18 + (int)(char *)a3 - (char *)a4) = pFace->pYInterceptDisplacements[v19 + 1]
|
|
919 + pIndoor->pVertices[pFace->pVertexIDs[v19 + 1]].y;
|
|
920 ++a5c;
|
|
921 *v18 = pFace->pZInterceptDisplacements[v19 + 1] + pIndoor->pVertices[pFace->pVertexIDs[v19 + 1]].z;
|
|
922 v18 += 2;
|
|
923 }
|
|
924 while ( a5c < pFace->uNumVertices );
|
|
925 }
|
|
926 }
|
|
927 else
|
|
928 {
|
|
929 v14 = a5->x;
|
|
930 a5b = 0;
|
|
931 *a1 = v14;
|
|
932 *a2 = v13->z;
|
|
933 if ( pFace->uNumVertices )
|
|
934 {
|
|
935 v15 = a4 + 1;
|
|
936 do
|
|
937 {
|
|
938 v16 = a5b;
|
|
939 a3[2 * a5b] = pFace->pXInterceptDisplacements[a5b] + pIndoor->pVertices[pFace->pVertexIDs[a5b]].x;
|
|
940 *(v15 - 1) = pFace->pZInterceptDisplacements[v16] + pIndoor->pVertices[pFace->pVertexIDs[v16]].z;
|
|
941 *(__int16 *)((char *)v15 + (int)a3 - (int)a4) = pFace->pXInterceptDisplacements[v16 + 1]
|
|
942 + pIndoor->pVertices[pFace->pVertexIDs[v16 + 1]].x;
|
|
943 ++a5b;
|
|
944 *v15 = pFace->pZInterceptDisplacements[v16 + 1] + pIndoor->pVertices[pFace->pVertexIDs[v16 + 1]].z;
|
|
945 v15 += 2;
|
|
946 }
|
|
947 while ( a5b < pFace->uNumVertices );
|
|
948 }
|
|
949 }
|
|
950 }
|
|
951 LOBYTE(result) = 1;
|
|
952 return result;
|
|
953 }
|
|
954
|
|
955 //----- (004C2186) --------------------------------------------------------
|
|
956 bool Vis::_4C2186_BLV_IntersectBModel(int *a1, int *a2, __int16 *a3, __int16 *a4, Vec3_short_ *a5, BLVFace *a6, unsigned int uModelID)
|
|
957 {
|
|
958 bool result; // eax@1
|
|
959 int *v9; // esi@1
|
|
960 unsigned int v10; // ecx@1
|
|
961 unsigned int v11; // edx@3
|
|
962 signed int v12; // ecx@4
|
|
963 __int16 v13; // si@4
|
|
964 __int16 *v14; // ecx@4
|
|
965 unsigned int v15; // edx@8
|
|
966 signed int v16; // ecx@9
|
|
967 __int16 v17; // si@9
|
|
968 __int16 *v18; // ecx@9
|
|
969 unsigned int v19; // edx@12
|
|
970 signed int v20; // ecx@13
|
|
971 __int16 v21; // si@13
|
|
972 __int16 *v22; // ecx@13
|
|
973 signed int a1a; // [sp+14h] [bp+8h]@1
|
|
974 __int16 *a5a; // [sp+24h] [bp+18h]@3
|
|
975 __int16 *a5b; // [sp+24h] [bp+18h]@8
|
|
976 __int16 *a5c; // [sp+24h] [bp+18h]@12
|
|
977
|
|
978 result = (bool)a6;
|
|
979 v9 = a1;
|
|
980 v10 = a6->uAttributes;
|
|
981 a1a = 0;
|
|
982 if ( BYTE1(v10) & 1 )
|
|
983 {
|
|
984 *v9 = a5->x;
|
|
985 *a2 = a5->y;
|
|
986 if ( a6->uNumVertices )
|
|
987 {
|
|
988 v11 = 188 * uModelID + 72;
|
|
989 a5a = a4 + 1;
|
|
990 do
|
|
991 {
|
|
992 v12 = a1a;
|
|
993 a3[2 * a1a] = a6->pXInterceptDisplacements[a1a]
|
|
994 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v11] + 12 * a6->pVertexIDs[a1a]);
|
|
995 *(a5a - 1) = a6->pYInterceptDisplacements[v12]
|
|
996 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v11] + 12 * a6->pVertexIDs[v12] + 4);
|
|
997 *(__int16 *)((char *)a5a + (int)(char *)a3 - (char *)a4) = a6->pXInterceptDisplacements[v12 + 1]
|
|
998 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v11]
|
|
999 + 12 * a6->pVertexIDs[v12 + 1]);
|
|
1000 v13 = a6->pYInterceptDisplacements[v12 + 1]
|
|
1001 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v11] + 12 * a6->pVertexIDs[v12 + 1] + 4);
|
|
1002 v14 = a5a;
|
|
1003 ++a1a;
|
|
1004 a5a += 2;
|
|
1005 *v14 = v13;
|
|
1006 }
|
|
1007 while ( a1a < a6->uNumVertices );
|
|
1008 }
|
|
1009 }
|
|
1010 else
|
|
1011 {
|
|
1012 if ( BYTE1(v10) & 2 )
|
|
1013 {
|
|
1014 *v9 = a5->x;
|
|
1015 *a2 = a5->z;
|
|
1016 if ( a6->uNumVertices )
|
|
1017 {
|
|
1018 v15 = 188 * uModelID + 72;
|
|
1019 a5b = a4 + 1;
|
|
1020 do
|
|
1021 {
|
|
1022 v16 = a1a;
|
|
1023 a3[2 * a1a] = a6->pXInterceptDisplacements[a1a]
|
|
1024 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v15] + 12 * a6->pVertexIDs[a1a]);
|
|
1025 *(a5b - 1) = a6->pZInterceptDisplacements[v16]
|
|
1026 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v15] + 12 * a6->pVertexIDs[v16] + 8);
|
|
1027 *(__int16 *)((char *)a5b + (int)a3 - (int)a4) = a6->pXInterceptDisplacements[v16 + 1]
|
|
1028 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v15]
|
|
1029 + 12 * a6->pVertexIDs[v16 + 1]);
|
|
1030 v17 = a6->pZInterceptDisplacements[v16 + 1]
|
|
1031 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v15] + 12 * a6->pVertexIDs[v16 + 1] + 8);
|
|
1032 v18 = a5b;
|
|
1033 ++a1a;
|
|
1034 a5b += 2;
|
|
1035 *v18 = v17;
|
|
1036 }
|
|
1037 while ( a1a < a6->uNumVertices );
|
|
1038 }
|
|
1039 }
|
|
1040 else
|
|
1041 {
|
|
1042 *v9 = a5->y;
|
|
1043 *a2 = a5->z;
|
|
1044 if ( a6->uNumVertices )
|
|
1045 {
|
|
1046 v19 = 188 * uModelID + 72;
|
|
1047 a5c = a4 + 1;
|
|
1048 do
|
|
1049 {
|
|
1050 v20 = a1a;
|
|
1051 a3[2 * a1a] = a6->pYInterceptDisplacements[a1a]
|
|
1052 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v19] + 12 * a6->pVertexIDs[a1a] + 4);
|
|
1053 *(a5c - 1) = a6->pZInterceptDisplacements[v20]
|
|
1054 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v19] + 12 * a6->pVertexIDs[v20] + 8);
|
|
1055 *(__int16 *)((char *)a5c + (int)(char *)a3 - (char *)a4) = a6->pYInterceptDisplacements[v20 + 1]
|
|
1056 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v19]
|
|
1057 + 12 * a6->pVertexIDs[v20 + 1]
|
|
1058 + 4);
|
|
1059 v21 = a6->pZInterceptDisplacements[v20 + 1]
|
|
1060 + *(short *)(*(int *)&pOutdoor->pBModels->pModelName[v19] + 12 * a6->pVertexIDs[v20 + 1] + 8);
|
|
1061 v22 = a5c;
|
|
1062 ++a1a;
|
|
1063 a5c += 2;
|
|
1064 *v22 = v21;
|
|
1065 }
|
|
1066 while ( a1a < a6->uNumVertices );
|
|
1067 }
|
|
1068 }
|
|
1069 }
|
|
1070 LOBYTE(result) = 1;
|
|
1071 return result;
|
|
1072 }
|
|
1073
|
|
1074 //----- (004C248E) --------------------------------------------------------
|
|
1075 void Vis::CastPickRay(RenderVertexSoft *pRay, float fMouseX, float fMouseY, float fPickDepth)
|
|
1076 {
|
|
1077 int v5; // ebx@1
|
|
1078 int v6; // edi@1
|
|
1079 int v7; // esi@1
|
|
1080 Vec3_int_ v8; // ST08_12@1
|
|
1081 int v9; // ST04_4@1
|
|
1082 int v10; // eax@1
|
|
1083 RenderVertexSoft v11[2]; // [sp+2Ch] [bp-74h]@1
|
|
1084 int v12; // [sp+8Ch] [bp-14h]@1
|
|
1085 int v13; // [sp+90h] [bp-10h]@1
|
|
1086 int outz; // [sp+94h] [bp-Ch]@1
|
|
1087 int outy; // [sp+98h] [bp-8h]@1
|
|
1088 int v16; // [sp+9Ch] [bp-4h]@1
|
|
1089
|
|
1090 v5 = pIndoorCamera->pos.y;
|
|
1091 v6 = pIndoorCamera->pos.x;
|
|
1092 v13 = pIndoorCamera->pos.x;
|
|
1093 v12 = pIndoorCamera->pos.y;
|
|
1094 v16 = pIndoorCamera->pos.z;
|
|
1095 v7 = pIndoorCamera->sRotationY + UnprojectX((signed __int64)fMouseX);
|
|
1096 v8.z = v16;
|
|
1097 v8.x = v6;
|
|
1098 v8.y = v5;
|
|
1099 v9 = pIndoorCamera->sRotationX + UnprojectY((signed __int64)fMouseY);
|
|
1100 v10 = _48B561_mess_with_scaling_along_z(/*(int)&fMouseX, */fPickDepth);
|
|
1101 Vec3_int_::Rotate(v10, v7, v9, v8, (int *)&fMouseX, &outy, &outz);
|
|
1102 v11[0].flt_2C = 0.0;
|
|
1103 v11[0].vWorldPosition.x = (double)SLODWORD(fMouseX);
|
|
1104 v11[0].vWorldPosition.y = (double)outy;
|
|
1105 v11[0].vWorldPosition.z = (double)outz;
|
|
1106 v11[1].flt_2C = 0.0;
|
|
1107 v11[1].vWorldPosition.x = (double)v13;
|
|
1108 v11[1].vWorldPosition.y = (double)v12;
|
|
1109 v11[1].vWorldPosition.z = (double)v16;
|
|
1110 memcpy(pRay, &v11[1], 0x30u);
|
|
1111 memcpy(&pRay[1], v11, sizeof(pRay[1]));
|
|
1112 }
|
|
1113
|
|
1114 //----- (004C2551) --------------------------------------------------------
|
|
1115 Vis_stru1_stru0 *Vis_stru1::sub_4C2551(int a2, int a3)
|
|
1116 {
|
|
1117 unsigned int v3; // esi@1
|
|
1118 signed int v4; // edx@1
|
|
1119 char *v5; // eax@2
|
|
1120 Vis_stru1_stru0 *result; // eax@6
|
|
1121
|
|
1122 v3 = this->uNumPointers;
|
|
1123 v4 = 0;
|
|
1124 if ( (signed int)v3 <= 0 )
|
|
1125 {
|
|
1126 LABEL_6:
|
|
1127 result = 0;
|
|
1128 }
|
|
1129 else
|
|
1130 {
|
|
1131 v5 = (char *)&this->array_0004[0].sZValue;
|
|
1132 while ( *((int *)v5 + 1) != a2 || (*(int *)v5 & 0xFFFF) != a3 )
|
|
1133 {
|
|
1134 ++v4;
|
|
1135 v5 += 12;
|
|
1136 if ( v4 >= (signed int)v3 )
|
|
1137 goto LABEL_6;
|
|
1138 }
|
|
1139 result = &this->array_0004[v4];
|
|
1140 }
|
|
1141 return result;
|
|
1142 }
|
|
1143
|
|
1144 //----- (004C2591) --------------------------------------------------------
|
|
1145 Vis_stru1_stru0 **Vis_stru1::create_object_pointers(unsigned int flag)
|
|
1146 {
|
|
1147 Vis_stru1_stru0 **result; // eax@1
|
|
1148 signed int v3; // esi@2
|
|
1149 Vis_stru1_stru0 *v4; // edx@3
|
|
1150 unsigned __int8 v5; // zf@7
|
|
1151 unsigned __int8 v6; // sf@7
|
|
1152 Vis_stru1_stru0 **v7; // ebx@8
|
|
1153 Vis_stru1_stru0 *v8; // esi@8
|
|
1154 signed int v9; // edi@9
|
|
1155 Vis_stru1_stru0 **v10; // edx@10
|
|
1156 std::string v11; // [sp-18h] [bp-28h]@19
|
|
1157 const char *v12; // [sp-8h] [bp-18h]@19
|
|
1158 int v13; // [sp-4h] [bp-14h]@19
|
|
1159 char v14; // [sp+Ch] [bp-4h]@19
|
|
1160
|
|
1161 result = 0;
|
|
1162 if ( flag )
|
|
1163 {
|
|
1164 if ( flag == 1 )
|
|
1165 {
|
|
1166 v5 = this->uNumPointers == 0;
|
|
1167 v6 = (this->uNumPointers & 0x80000000u) != 0;
|
|
1168 BYTE3(flag) = 1;
|
|
1169 if ( !(v6 | v5) )
|
|
1170 {
|
|
1171 v7 = this->array_1804;
|
|
1172 v8 = this->array_0004;
|
|
1173 do
|
|
1174 {
|
|
1175 v9 = 0;
|
|
1176 if ( (signed int)result > 0 )
|
|
1177 {
|
|
1178 v10 = this->array_1804;
|
|
1179 while ( *v10 != v8 )
|
|
1180 {
|
|
1181 ++v9;
|
|
1182 ++v10;
|
|
1183 if ( v9 >= (signed int)result )
|
|
1184 goto LABEL_15;
|
|
1185 }
|
|
1186 BYTE3(flag) = 0;
|
|
1187 }
|
|
1188 LABEL_15:
|
|
1189 if ( BYTE3(flag) )
|
|
1190 *v7 = v8;
|
|
1191 result = (Vis_stru1_stru0 **)((char *)result + 1);
|
|
1192 ++v7;
|
|
1193 ++v8;
|
|
1194 }
|
|
1195 while ( (signed int)result < (signed int)this->uNumPointers );
|
|
1196 }
|
|
1197 }
|
|
1198 else
|
|
1199 {
|
|
1200 MessageBoxW(nullptr, L"Unknown pointer creation flag passed to ::create_object_pointers()", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Vis.cpp:1358", 0);
|
|
1201 }
|
|
1202 }
|
|
1203 else
|
|
1204 {
|
|
1205 v3 = 0;
|
|
1206 if ( (signed int)this->uNumPointers > 0 )
|
|
1207 {
|
|
1208 result = this->array_1804;
|
|
1209 v4 = this->array_0004;
|
|
1210 do
|
|
1211 {
|
|
1212 *result = v4;
|
|
1213 ++v3;
|
|
1214 ++result;
|
|
1215 ++v4;
|
|
1216 }
|
|
1217 while ( v3 < (signed int)this->uNumPointers );
|
|
1218 }
|
|
1219 }
|
|
1220 return result;
|
|
1221 }
|
|
1222
|
|
1223 //----- (004C264A) --------------------------------------------------------
|
|
1224 void Vis::sort_object_pointers(Vis_stru1_stru0 **pPointers, int left, int right)
|
|
1225 {
|
|
1226 int v4; // edx@1
|
|
1227 int v5; // ebx@1
|
|
1228 int v6; // esi@2
|
|
1229 signed int i; // ecx@2
|
|
1230 int v8; // eax@3
|
|
1231 int v9; // ebx@4
|
|
1232 int v10; // ebx@6
|
|
1233 Vis_stru1_stru0 *v11; // eax@7
|
|
1234 Vis *thisa; // [sp+4h] [bp-4h]@1
|
|
1235 Vis_stru1_stru0 *a3a; // [sp+14h] [bp+Ch]@2
|
|
1236
|
|
1237 v4 = left;
|
|
1238 v5 = right;
|
|
1239 thisa = this;
|
|
1240 if ( right > left )
|
|
1241 {
|
|
1242 do
|
|
1243 {
|
|
1244 v6 = v4 - 1;
|
|
1245 a3a = pPointers[v5];
|
|
1246 for ( i = v5; ; pPointers[i] = v11 )
|
|
1247 {
|
|
1248 v8 = a3a->sZValue;
|
|
1249 LOWORD(v8) = 0;
|
|
1250 do
|
|
1251 {
|
|
1252 ++v6;
|
|
1253 v9 = pPointers[v6]->sZValue;
|
|
1254 LOWORD(v9) = 0;
|
|
1255 }
|
|
1256 while ( v9 < (unsigned int)v8 );
|
|
1257 do
|
|
1258 {
|
|
1259 if ( i < 1 )
|
|
1260 break;
|
|
1261 --i;
|
|
1262 v10 = pPointers[i]->sZValue;
|
|
1263 LOWORD(v10) = 0;
|
|
1264 }
|
|
1265 while ( v10 > (unsigned int)v8 );
|
|
1266 v11 = pPointers[v6];
|
|
1267 if ( v6 >= i )
|
|
1268 break;
|
|
1269 pPointers[v6] = pPointers[i];
|
|
1270 }
|
|
1271 v5 = right;
|
|
1272 pPointers[v6] = pPointers[right];
|
|
1273 pPointers[right] = v11;
|
|
1274 sort_object_pointers(pPointers, v4, v6 - 1);
|
|
1275 v4 = v6 + 1;
|
|
1276 }
|
|
1277 while ( right > v6 + 1 );
|
|
1278 }
|
|
1279 }
|
|
1280
|
|
1281 //----- (004C26D0) --------------------------------------------------------
|
|
1282 bool Vis::SortVerticesByX(RenderVertexD3D3 *a2, unsigned int uStart, unsigned int uEnd)
|
|
1283 {
|
|
1284 bool result; // eax@1
|
|
1285 RenderVertexD3D3 *v5; // edx@2
|
|
1286 RenderVertexD3D3 *v6; // esi@2
|
|
1287 void *v7; // edi@2
|
|
1288 unsigned int v8; // ebx@2
|
|
1289 RenderVertexD3D3 *v9; // ecx@3
|
|
1290 RenderVertexD3D3 *v10; // ecx@5
|
|
1291 RenderVertexD3D3 *v11; // eax@8
|
|
1292 RenderVertexD3D3 v12; // [sp+4h] [bp-4Ch]@8
|
|
1293 RenderVertexD3D3 v13; // [sp+24h] [bp-2Ch]@2
|
|
1294 Vis *thisa; // [sp+44h] [bp-Ch]@1
|
|
1295 RenderVertexD3D3 *v15; // [sp+48h] [bp-8h]@2
|
|
1296 unsigned int v16; // [sp+4Ch] [bp-4h]@2
|
|
1297
|
|
1298 result = uEnd;
|
|
1299 thisa = this;
|
|
1300 if ( (signed int)uEnd > (signed int)uStart )
|
|
1301 {
|
|
1302 v5 = a2;
|
|
1303 v6 = &a2[uEnd];
|
|
1304 v7 = &v13;
|
|
1305 v15 = &a2[uEnd];
|
|
1306 v8 = uStart - 1;
|
|
1307 v16 = uEnd;
|
|
1308 while ( 1 )
|
|
1309 {
|
|
1310 memcpy(v7, v6, 0x20u);
|
|
1311 v9 = &v5[v8];
|
|
1312 do
|
|
1313 {
|
|
1314 ++v9;
|
|
1315 ++v8;
|
|
1316 }
|
|
1317 while ( v9->pos.x < (double)v13.pos.x );
|
|
1318 v10 = &v5[v16];
|
|
1319 do
|
|
1320 {
|
|
1321 --v10;
|
|
1322 --v16;
|
|
1323 }
|
|
1324 while ( v10->pos.x > (double)v13.pos.x );
|
|
1325 if ( (signed int)v8 >= (signed int)v16 )
|
|
1326 break;
|
|
1327 v11 = &v5[v16];
|
|
1328 memcpy(&v12, &a2[v8], sizeof(v12));
|
|
1329 v5 = a2;
|
|
1330 memcpy(&a2[v8], v11, sizeof(a2[v8]));
|
|
1331 v6 = &v12;
|
|
1332 v7 = v11;
|
|
1333 }
|
|
1334 memcpy(&v12, &v5[v8], sizeof(v12));
|
|
1335 memcpy(&v5[v8], v15, sizeof(v5[v8]));
|
|
1336 memcpy(v15, &v12, 0x20u);
|
|
1337 SortVerticesByX(v5, uStart, v8 - 1);
|
|
1338 SortVerticesByX(a2, v8 + 1, uEnd);
|
|
1339 }
|
|
1340 return true;
|
|
1341 }
|
|
1342
|
|
1343 //----- (004C27AD) --------------------------------------------------------
|
|
1344 bool Vis::SortVerticesByY(RenderVertexD3D3 *a2, unsigned int uStart, unsigned int uEnd)
|
|
1345 {
|
|
1346 bool result; // eax@1
|
|
1347 RenderVertexD3D3 *v5; // edx@2
|
|
1348 RenderVertexD3D3 *v6; // esi@2
|
|
1349 RenderVertexD3D3 v7; // qdi@2
|
|
1350 unsigned int v8; // ebx@2
|
|
1351 int v9; // ecx@3
|
|
1352 int v10; // ecx@5
|
|
1353 float v11; // eax@8
|
|
1354 RenderVertexD3D3 v12; // [sp+4h] [bp-4Ch]@8
|
|
1355 char v13; // [sp+24h] [bp-2Ch]@2
|
|
1356 float v14; // [sp+28h] [bp-28h]@4
|
|
1357 Vis *thisa; // [sp+44h] [bp-Ch]@1
|
|
1358 RenderVertexD3D3 *v16; // [sp+48h] [bp-8h]@2
|
|
1359 unsigned int v17; // [sp+4Ch] [bp-4h]@2
|
|
1360
|
|
1361 result = uEnd;
|
|
1362 thisa = this;
|
|
1363 if ( (signed int)uEnd > (signed int)uStart )
|
|
1364 {
|
|
1365 v5 = a2;
|
|
1366 v6 = &a2[uEnd];
|
|
1367 LODWORD(v7.pos.x) = (int)&v13;
|
|
1368 v16 = &a2[uEnd];
|
|
1369 v8 = uStart - 1;
|
|
1370 v17 = uEnd;
|
|
1371 while ( 1 )
|
|
1372 {
|
|
1373 memcpy(*(void **)&v7.pos.x, v6, 0x20u);
|
|
1374 v9 = (int)&v5[v8].pos.y;
|
|
1375 do
|
|
1376 {
|
|
1377 v9 += 32;
|
|
1378 ++v8;
|
|
1379 }
|
|
1380 while ( *(float *)v9 < (double)v14 );
|
|
1381 v10 = (int)&v5[v17].pos.y;
|
|
1382 do
|
|
1383 {
|
|
1384 v10 -= 32;
|
|
1385 --v17;
|
|
1386 }
|
|
1387 while ( *(float *)v10 > (double)v14 );
|
|
1388 if ( (signed int)v8 >= (signed int)v17 )
|
|
1389 break;
|
|
1390 LODWORD(v11) = (int)&v5[v17];
|
|
1391 memcpy(&v12, &a2[v8], sizeof(v12));
|
|
1392 v5 = a2;
|
|
1393 memcpy(&a2[v8], *(void **)&v11, sizeof(a2[v8]));
|
|
1394 v6 = &v12;
|
|
1395 v7.pos.x = v11;
|
|
1396 }
|
|
1397 memcpy(&v12, &v5[v8], sizeof(v12));
|
|
1398 memcpy(&v5[v8], v16, sizeof(v5[v8]));
|
|
1399 memcpy(v16, &v12, 0x20u);
|
|
1400 SortVerticesByY(v5, uStart, v8 - 1);
|
|
1401 SortVerticesByY(a2, v8 + 1, uEnd);
|
|
1402 }
|
|
1403 return true;
|
|
1404 }
|
|
1405
|
|
1406 //----- (004C288E) --------------------------------------------------------
|
|
1407 bool Vis::sort_objects_2(RenderVertexSoft *pArray, int sLeft, int sRight)
|
|
1408 {
|
|
1409 bool result; // eax@1
|
|
1410 RenderVertexSoft *v5; // edx@2
|
|
1411 int v6; // ebx@2
|
|
1412 int i; // ecx@2
|
|
1413 int v8; // esi@3
|
|
1414 int v9; // esi@5
|
|
1415 RenderVertexSoft *v10; // eax@8
|
|
1416 RenderVertexSoft v11; // [sp+4h] [bp-6Ch]@8
|
|
1417 RenderVertexSoft v12; // [sp+34h] [bp-3Ch]@2
|
|
1418 float v13; // [sp+4Ch] [bp-24h]@4
|
|
1419 int v14; // [sp+64h] [bp-Ch]@7
|
|
1420 Vis *thisa; // [sp+68h] [bp-8h]@1
|
|
1421 RenderVertexSoft *v16; // [sp+6Ch] [bp-4h]@2
|
|
1422
|
|
1423 result = sRight;
|
|
1424 thisa = this;
|
|
1425 if ( sRight > sLeft )
|
|
1426 {
|
|
1427 v5 = pArray;
|
|
1428 v16 = &pArray[sRight];
|
|
1429 v6 = sLeft - 1;
|
|
1430 memcpy(&v12, &pArray[sRight], sizeof(v12));
|
|
1431 for ( i = sRight; ; i = v14 )
|
|
1432 {
|
|
1433 v8 = (int)&v5[v6].vWorldViewProjX;
|
|
1434 do
|
|
1435 {
|
|
1436 v8 += 48;
|
|
1437 ++v6;
|
|
1438 }
|
|
1439 while ( *(float *)v8 < (double)v13 );
|
|
1440 v9 = (int)&v5[i].vWorldViewProjX;
|
|
1441 do
|
|
1442 {
|
|
1443 v9 -= 48;
|
|
1444 --i;
|
|
1445 }
|
|
1446 while ( *(float *)v9 > (double)v13 );
|
|
1447 v14 = i;
|
|
1448 if ( v6 >= i )
|
|
1449 break;
|
|
1450 v10 = &v5[i];
|
|
1451 memcpy(&v11, &pArray[v6], sizeof(v11));
|
|
1452 v5 = pArray;
|
|
1453 memcpy(&pArray[v6], v10, sizeof(pArray[v6]));
|
|
1454 memcpy(v10, &v11, 0x30u);
|
|
1455 }
|
|
1456 memcpy(&v11, &v5[v6], sizeof(v11));
|
|
1457 memcpy(&v5[v6], v16, sizeof(v5[v6]));
|
|
1458 memcpy(v16, &v11, 0x30u);
|
|
1459 sort_objects_2(v5, sLeft, v6 - 1);
|
|
1460 sort_objects_2(pArray, v6 + 1, sRight);
|
|
1461 }
|
|
1462 return true;
|
|
1463 }
|
|
1464
|
|
1465 //----- (004C297E) --------------------------------------------------------
|
|
1466 bool Vis::sort_objects_3(RenderVertexSoft *pArray, int sLeft, int sRight)
|
|
1467 {
|
|
1468 bool result; // eax@1
|
|
1469 RenderVertexSoft *v5; // edx@2
|
|
1470 int v6; // ebx@2
|
|
1471 int i; // ecx@2
|
|
1472 int v8; // esi@3
|
|
1473 int v9; // esi@5
|
|
1474 RenderVertexSoft *v10; // eax@8
|
|
1475 char v11; // [sp+4h] [bp-6Ch]@8
|
|
1476 RenderVertexSoft v12; // [sp+34h] [bp-3Ch]@2
|
|
1477 float v13; // [sp+50h] [bp-20h]@4
|
|
1478 int v14; // [sp+64h] [bp-Ch]@7
|
|
1479 Vis *thisa; // [sp+68h] [bp-8h]@1
|
|
1480 RenderVertexSoft *v16; // [sp+6Ch] [bp-4h]@2
|
|
1481
|
|
1482 result = sRight;
|
|
1483 thisa = this;
|
|
1484 if ( sRight > sLeft )
|
|
1485 {
|
|
1486 v5 = pArray;
|
|
1487 v16 = &pArray[sRight];
|
|
1488 v6 = sLeft - 1;
|
|
1489 memcpy(&v12, &pArray[sRight], sizeof(v12));
|
|
1490 for ( i = sRight; ; i = v14 )
|
|
1491 {
|
|
1492 v8 = (int)&v5[v6].vWorldViewProjY;
|
|
1493 do
|
|
1494 {
|
|
1495 v8 += 48;
|
|
1496 ++v6;
|
|
1497 }
|
|
1498 while ( *(float *)v8 < (double)v13 );
|
|
1499 v9 = (int)&v5[i].vWorldViewProjY;
|
|
1500 do
|
|
1501 {
|
|
1502 v9 -= 48;
|
|
1503 --i;
|
|
1504 }
|
|
1505 while ( *(float *)v9 > (double)v13 );
|
|
1506 v14 = i;
|
|
1507 if ( v6 >= i )
|
|
1508 break;
|
|
1509 v10 = &v5[i];
|
|
1510 memcpy(&v11, &pArray[v6], 0x30u);
|
|
1511 v5 = pArray;
|
|
1512 memcpy(&pArray[v6], v10, sizeof(pArray[v6]));
|
|
1513 memcpy(v10, &v11, 0x30u);
|
|
1514 }
|
|
1515 memcpy(&v11, &v5[v6], 0x30u);
|
|
1516 memcpy(&v5[v6], v16, sizeof(v5[v6]));
|
|
1517 memcpy(v16, &v11, 0x30u);
|
|
1518 sort_objects_3(v5, sLeft, v6 - 1);
|
|
1519 sort_objects_3(pArray, v6 + 1, sRight);
|
|
1520 }
|
|
1521 return true;
|
|
1522 }
|
|
1523
|
|
1524
|
|
1525 //----- (004C04AF) --------------------------------------------------------
|
|
1526 Vis::Vis()
|
|
1527 {
|
|
1528 Vis *v1; // ebx@1
|
|
1529 Vis *result; // eax@1
|
|
1530 RenderVertexSoft v3; // [sp+Ch] [bp-60h]@1
|
|
1531 RenderVertexSoft v4; // [sp+3Ch] [bp-30h]@1
|
|
1532
|
|
1533 v1 = this;
|
|
1534 v3.flt_2C = 0.0;
|
|
1535 v3.vWorldPosition.x = 0.0;
|
|
1536 v3.vWorldPosition.y = 65536.0;
|
|
1537 v3.vWorldPosition.z = 0.0;
|
|
1538 v4.flt_2C = 0.0;
|
|
1539 v4.vWorldPosition.x = 65536.0;
|
|
1540 v4.vWorldPosition.y = 0.0;
|
|
1541 v4.vWorldPosition.z = 0.0;
|
|
1542 memcpy(&v1->stru_200C, &v4, sizeof(v1->stru_200C));
|
|
1543 v4.flt_2C = 0.0;
|
|
1544 v4.vWorldPosition.x = 0.0;
|
|
1545 v4.vWorldPosition.y = 65536.0;
|
|
1546 v4.vWorldPosition.z = 0.0;
|
|
1547 memcpy(&v1->stru_203C, &v3, sizeof(v1->stru_203C));
|
|
1548 v3.flt_2C = 0.0;
|
|
1549 v3.vWorldPosition.x = 65536.0;
|
|
1550 v3.vWorldPosition.y = 0.0;
|
|
1551 v3.vWorldPosition.z = 0.0;
|
|
1552 memcpy(&v1->stru_206C, &v3, sizeof(v1->stru_206C));
|
|
1553 result = v1;
|
|
1554 memcpy(&v1->stru_209C, &v4, sizeof(v1->stru_209C));
|
|
1555 v1->field_20CC = 512;
|
|
1556 }
|
|
1557
|
|
1558 //----- (004C055C) --------------------------------------------------------
|
|
1559 Vis_stru1::Vis_stru1()
|
|
1560 {
|
|
1561 for (uint i = 0; i < 512; ++i)
|
|
1562 {
|
|
1563 array_0004[i].pObjectInfo = 0;
|
|
1564 array_0004[i].sZValue = -1;
|
|
1565 array_0004[i].uObjectType = 0;
|
|
1566 }
|
|
1567 uNumPointers = 0;
|
|
1568 }
|
|
1569
|
|
1570
|
|
1571
|
|
1572
|
|
1573 //----- (004C05CC) --------------------------------------------------------
|
|
1574 bool Vis::_4C05CC(Vis_stru1 *a2, stru157 *a3, stru157 *a4)
|
|
1575 {
|
|
1576 Vis_stru1 *v4; // esi@1
|
|
1577 Vis *v5; // ebx@1
|
|
1578 char *v6; // edi@3
|
|
1579 float v7; // ST00_4@3
|
|
1580 bool result; // eax@6
|
|
1581 float v9; // [sp+4h] [bp-14h]@3
|
|
1582
|
|
1583 v4 = a2;
|
|
1584 v5 = this;
|
|
1585 if ( !a2 )
|
|
1586 v4 = &this->stru1;
|
|
1587 v4->uNumPointers = 0;
|
|
1588 v6 = (char *)&this->field_20CC;
|
|
1589 v7 = (double)this->field_20CC;
|
|
1590 _4C06F8(v7, v4, a3);
|
|
1591 v9 = (double)*(signed int *)v6;
|
|
1592 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
|
|
1593 _4C0D32_BLV(v9, v4, a4);
|
|
1594 else
|
|
1595 _4C0DEA_ODM(v9, v4, a4);
|
|
1596 v4->create_object_pointers(1u);
|
|
1597 sort_object_pointers(v4->array_1804, 0, v4->uNumPointers - 1);
|
|
1598 return true;
|
|
1599 }
|
|
1600
|
|
1601 //----- (004C0646) --------------------------------------------------------
|
|
1602 bool Vis::PickMouse(float fDepth, float fMouseX, float fMouseY, stru157 *a5, stru157 *a6)
|
|
1603 {
|
|
1604 RenderVertexSoft pMouseRay[2]; // [sp+1Ch] [bp-60h]@1
|
|
1605
|
45
|
1606 stru1.uNumPointers = 0;
|
0
|
1607 CastPickRay(pMouseRay, fMouseX, fMouseY, fDepth);
|
45
|
1608 PickBillboards(fDepth, fMouseX, fMouseY, &stru1, a5);
|
3
|
1609 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
|
45
|
1610 PickIndoor(fDepth, pMouseRay, &stru1, a6);
|
0
|
1611 else
|
45
|
1612 PickOutdoor(fDepth, pMouseRay, &stru1, a6, 0);
|
|
1613 stru1.create_object_pointers(0);
|
|
1614 sort_object_pointers(stru1.array_1804, 0, stru1.uNumPointers - 1);
|
0
|
1615 return true;
|
|
1616 }
|
|
1617
|
|
1618 //----- (004C06F8) --------------------------------------------------------
|
|
1619 void Vis::_4C06F8(float arg0, Vis_stru1 *a3, stru157 *a2)
|
|
1620 {
|
|
1621 int v4; // ST18_4@5
|
|
1622 Vis_stru1_stru0 *v5; // edi@5
|
|
1623 void **v7; // [sp+24h] [bp-8h]@2
|
|
1624 unsigned int uD3DBillboardIdx; // [sp+28h] [bp-4h]@1
|
|
1625
|
|
1626 uD3DBillboardIdx = 0;
|
|
1627 auto ecx0 = this;
|
|
1628 if ( (signed int)pRenderer->uNumBillboardsToDraw > 0 )
|
|
1629 {
|
|
1630 v7 = (void **)&pRenderer->pBillboardRenderListD3D[0].uParentBillboardID;
|
|
1631 do
|
|
1632 {
|
|
1633 if ( is_part_of_selection((BLVFace *)uD3DBillboardIdx, a2) )
|
|
1634 {
|
|
1635 if ( DoesRayIntersectBillboard(arg0, uD3DBillboardIdx) )
|
|
1636 {
|
|
1637 v4 = pBillboardRenderList[(int)*v7].sZValue;
|
|
1638 v5 = &a3->array_0004[a3->uNumPointers];
|
|
1639 v5->pObjectInfo = *v7;
|
|
1640 v5 = (Vis_stru1_stru0 *)((char *)v5 + 4);
|
|
1641 v5->pObjectInfo = (void *)v4;
|
|
1642 v5->sZValue = 1;
|
|
1643 ++a3->uNumPointers;
|
|
1644 }
|
|
1645 }
|
|
1646 ++uD3DBillboardIdx;
|
|
1647 v7 += 39;
|
|
1648 }
|
|
1649 while ( (signed int)uD3DBillboardIdx < (signed int)pRenderer->uNumBillboardsToDraw );
|
|
1650 }
|
|
1651 }
|
|
1652
|
|
1653 //----- (004C0791) --------------------------------------------------------
|
|
1654 bool Vis::is_part_of_selection(BLVFace *uD3DBillboardIdx_or_pBLVFace_or_pODMFace, stru157 *a2)
|
|
1655 {
|
|
1656 stru157 *v3; // esi@1
|
|
1657 int result; // eax@1
|
|
1658 int v5; // edx@2
|
|
1659 int v6; // ecx@2
|
|
1660 char v7; // zf@3
|
|
1661 int v8; // esi@5
|
|
1662 std::string *v9; // ecx@7
|
|
1663 Actor *v10; // edi@18
|
|
1664 char v11; // zf@26
|
|
1665 const char *v12; // [sp-20h] [bp-2Ch]@7
|
|
1666 int v13; // [sp-1Ch] [bp-28h]@7
|
|
1667 std::string v14; // [sp-18h] [bp-24h]@7
|
|
1668 const char *v15; // [sp-8h] [bp-14h]@7
|
|
1669 int v16; // [sp-4h] [bp-10h]@7
|
|
1670
|
|
1671 v3 = a2;
|
|
1672 result = a2->field_0;
|
|
1673 if ( a2->field_0 != 1 )
|
|
1674 {
|
|
1675 if ( result != 2
|
|
1676 || (uCurrentlyLoadedLevelType != LEVEL_Indoor ? (v11 = LOWORD(uD3DBillboardIdx_or_pBLVFace_or_pODMFace[3].pFacePlane.vNormal.y) == 0,
|
|
1677 result = uD3DBillboardIdx_or_pBLVFace_or_pODMFace->pFacePlane_old.dist) : (v11 = pIndoor->pFaceExtras[uD3DBillboardIdx_or_pBLVFace_or_pODMFace->uFaceExtraID].uEventID == 0, result = uD3DBillboardIdx_or_pBLVFace_or_pODMFace->uAttributes),
|
|
1678 a2->field_4 != 1) )
|
|
1679 goto LABEL_16;
|
|
1680 if ( v11 || result & a2->field_C )
|
|
1681 goto LABEL_33;
|
|
1682 v7 = (result & a2->field_8) == 0;
|
|
1683 goto LABEL_32;
|
|
1684 }
|
|
1685 v5 = a2->field_10;
|
|
1686 result = (pBillboardRenderList[pRenderer->pBillboardRenderListD3D[(int)uD3DBillboardIdx_or_pBLVFace_or_pODMFace].uParentBillboardID].sZValue & 0xFFFF) >> 3;
|
|
1687 v6 = pBillboardRenderList[pRenderer->pBillboardRenderListD3D[(int)uD3DBillboardIdx_or_pBLVFace_or_pODMFace].uParentBillboardID].sZValue & 7;
|
|
1688 if ( v5 & 2 )
|
|
1689 {
|
|
1690 v7 = v6 == a2->field_4;
|
|
1691 goto LABEL_32;
|
|
1692 }
|
|
1693 if ( v5 & 4 )
|
|
1694 {
|
|
1695 v8 = a2->field_4;
|
|
1696 if ( v6 != v8 )
|
|
1697 goto LABEL_16;
|
|
1698 if ( v8 != 5 )
|
|
1699 {
|
|
1700 v15 = "E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Vis.cpp:207";
|
|
1701 v12 = "Unsupported \"exclusion if no event\" type in CVis::is_part_of_selection";
|
|
1702 LABEL_15:
|
|
1703 MessageBoxA(nullptr, v12, v15, 0);
|
|
1704 return true;
|
|
1705 }
|
|
1706 result *= 32;
|
|
1707 if ( *(__int16 *)((char *)&pLevelDecorations[0].uCog + result)
|
|
1708 || *(__int16 *)((char *)&pLevelDecorations[0].field_16_event_id + result) )
|
|
1709 goto LABEL_16;
|
|
1710 result = pLevelDecorations[result / sizeof(LevelDecoration)].IsInteractive();
|
|
1711 goto LABEL_11;
|
|
1712 }
|
|
1713 if ( v6 == a2->field_4 )
|
|
1714 {
|
|
1715 if ( v6 != 3 )
|
|
1716 {
|
|
1717 v15 = "E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Vis.cpp:245";
|
|
1718 v12 = "Default case reached in VIS";
|
|
1719 goto LABEL_15;
|
|
1720 }
|
|
1721 v10 = &pActors[result];
|
|
1722 result = 1 << LOBYTE(v10->uAIState);
|
|
1723 if ( result & a2->field_C
|
|
1724 || !(result & a2->field_8)
|
|
1725 || v5 & 8 && (result = MonsterStats::BelongsToSupertype(v10->pMonsterInfo.uID, MONSTER_SUPERTYPE_UNDEAD)) == 0 )
|
|
1726 goto LABEL_33;
|
|
1727 if ( !(v3->field_10 & 1) )
|
|
1728 goto LABEL_16;
|
|
1729 result = v10->GetActorsRelation(nullptr);
|
|
1730 LABEL_11:
|
|
1731 v7 = result == 0;
|
|
1732 LABEL_32:
|
|
1733 if ( v7 )
|
|
1734 goto LABEL_33;
|
|
1735 LABEL_16:
|
|
1736 return true;
|
|
1737 }
|
|
1738 LABEL_33:
|
|
1739 LOBYTE(result) = 0;
|
|
1740 return result;
|
|
1741 }
|
|
1742
|
|
1743 //----- (004C091D) --------------------------------------------------------
|
|
1744 bool Vis::DoesRayIntersectBillboard(float fDepth, unsigned int uD3DBillboardIdx)
|
|
1745 {
|
|
1746 unsigned int v3; // esi@3
|
|
1747 bool result; // eax@3
|
|
1748 int v5; // ecx@4
|
|
1749 double v6; // st7@4
|
|
1750 __int16 v7; // fps@4
|
|
1751 double v8; // st7@4
|
|
1752 unsigned __int8 v9; // c0@4
|
|
1753 char v10; // c2@4
|
|
1754 unsigned __int8 v11; // c3@4
|
|
1755 Vis_stru1_stru0 *v12; // eax@10
|
|
1756 __int16 v13; // fps@16
|
|
1757 double v14; // st7@16
|
|
1758 char v15; // c0@16
|
|
1759 char v16; // c2@16
|
|
1760 char v17; // c3@16
|
|
1761 double v18; // st7@18
|
|
1762 double v19; // st6@18
|
|
1763 double v20; // st4@18
|
|
1764 float v21; // ST0C_4@22
|
|
1765 float v22; // ST08_4@22
|
|
1766 signed int v23; // eax@27
|
|
1767 double v24; // st7@32
|
|
1768 double v25; // st6@32
|
|
1769 float v26; // eax@32
|
|
1770 double v27; // st7@36
|
|
1771 double v28; // st6@36
|
|
1772 __int16 v29; // fps@36
|
|
1773 char v30; // c0@36
|
|
1774 char v31; // c2@36
|
|
1775 char v32; // c3@36
|
|
1776 double v33; // st6@37
|
|
1777 __int16 v34; // fps@37
|
|
1778 char v35; // c0@37
|
|
1779 char v36; // c2@37
|
|
1780 char v37; // c3@37
|
|
1781 __int16 v38; // fps@38
|
|
1782 double v39; // st6@38
|
|
1783 unsigned __int8 v40; // c0@38
|
|
1784 char v41; // c2@38
|
|
1785 unsigned __int8 v42; // c3@38
|
|
1786 __int16 v43; // fps@39
|
|
1787 double v44; // st6@39
|
|
1788 char v45; // c0@39
|
|
1789 char v46; // c2@39
|
|
1790 char v47; // c3@39
|
|
1791 Vis *v48; // esi@40
|
|
1792 float v49; // ST08_4@40
|
|
1793 Vis_stru1_stru0 *v50; // eax@45
|
|
1794 RenderVertexSoft pRay[2]; // [sp+20h] [bp-DCh]@5
|
|
1795 RenderVertexSoft a3[2]; // [sp+80h] [bp-7Ch]@22
|
|
1796 float v53; // [sp+E0h] [bp-1Ch]@33
|
|
1797 float v54; // [sp+E4h] [bp-18h]@32
|
|
1798 float fBillboardCenterX; // [sp+E8h] [bp-14h]@5
|
|
1799 float fBillboardCenterY; // [sp+ECh] [bp-10h]@5
|
|
1800 unsigned int v57; // [sp+F0h] [bp-Ch]@5
|
|
1801 float v58; // [sp+F4h] [bp-8h]@17
|
|
1802 Vis *thisa; // [sp+F8h] [bp-4h]@1
|
|
1803 signed int a3a; // [sp+108h] [bp+Ch]@17
|
|
1804 float a3b; // [sp+108h] [bp+Ch]@32
|
|
1805
|
|
1806 thisa = this;
|
|
1807
|
|
1808 static Vis_stru1 Vis_static_stru_F91E10;
|
|
1809
|
|
1810 Vis_static_stru_F91E10.uNumPointers = 0;
|
|
1811 v3 = uD3DBillboardIdx;
|
|
1812 result = pRenderer->pBillboardRenderListD3D[uD3DBillboardIdx].uParentBillboardID;
|
|
1813 if ( result != -1
|
|
1814 && (v5 = pBillboardRenderList[result].sZValue,
|
|
1815 v6 = (double)(unsigned __int16)pBillboardRenderList[result].sZValue,
|
|
1816 result = v5 >> 16,
|
|
1817 v8 = v6 * 0.000015259022 + (double)(v5 >> 16),
|
|
1818 //UNDEF(v7),
|
|
1819 v9 = v8 < fDepth,
|
|
1820 v10 = 0,
|
|
1821 v11 = v8 == fDepth,
|
|
1822 BYTE1(result) = HIBYTE(v7),
|
|
1823 v9 | v11) )
|
|
1824 {
|
|
1825 LOWORD(v5) = 0;
|
|
1826 v57 = v5;
|
|
1827 GetPolygonCenter(
|
|
1828 pRenderer->pBillboardRenderListD3D[v3].pQuards,
|
|
1829 4u,
|
|
1830 &fBillboardCenterX,
|
|
1831 &fBillboardCenterY);
|
|
1832 CastPickRay(pRay, fBillboardCenterX, fBillboardCenterY, fDepth);
|
|
1833 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
|
|
1834 PickIndoor(fDepth, pRay, &Vis_static_stru_F91E10, &a5);
|
|
1835 else
|
|
1836 PickOutdoor(fDepth, pRay, &Vis_static_stru_F91E10, &a5, 0);
|
|
1837 Vis_static_stru_F91E10.create_object_pointers(0);
|
|
1838 sort_object_pointers(Vis_static_stru_F91E10.array_1804, 0, Vis_static_stru_F91E10.uNumPointers - 1);
|
|
1839 HIWORD(result) = HIWORD(Vis_static_stru_F91E10.uNumPointers);
|
|
1840 if ( Vis_static_stru_F91E10.uNumPointers
|
|
1841 && ((signed int)Vis_static_stru_F91E10.uNumPointers <= 0 ? (v12 = 0) : (v12 = Vis_static_stru_F91E10.array_1804[0]),
|
|
1842 result = v12->sZValue,
|
|
1843 LOWORD(result) = 0,
|
|
1844 result <= v57)
|
|
1845 || (double)(signed int)pViewport->uScreenX > fBillboardCenterX
|
|
1846 || (double)(signed int)pViewport->uScreenZ < fBillboardCenterX
|
|
1847 || (double)(signed int)pViewport->uScreenY > fBillboardCenterY
|
|
1848 || (v14 = (double)(signed int)pViewport->uScreenW,
|
|
1849 //UNDEF(v13),
|
|
1850 v15 = v14 < fBillboardCenterY,
|
|
1851 v16 = 0,
|
|
1852 v17 = v14 == fBillboardCenterY,
|
|
1853 BYTE1(result) = HIBYTE(v13),
|
|
1854 v14 < fBillboardCenterY) )
|
|
1855 {
|
|
1856 a3a = 0;
|
|
1857 result = (bool)&pRenderer->pBillboardRenderListD3D[v3].pQuards[0].pos.y;
|
|
1858
|
|
1859 __debugbreak();
|
|
1860 {
|
|
1861 LODWORD(v58) = (int)((char *)&pRenderer + v3 * 156 + 1062620);// pBillboardRenderListD3D+0x0C
|
|
1862 }
|
|
1863
|
|
1864 while ( 1 )
|
|
1865 {
|
|
1866 v18 = *(float *)(result - 4);
|
|
1867 v19 = *(float *)result;
|
|
1868 v20 = *(float *)(result - 4);
|
|
1869 Vis_static_stru_F91E10.uNumPointers = 0;
|
|
1870 if ( v20 >= (double)(signed int)pViewport->uScreenX )
|
|
1871 {
|
|
1872 if ( v18 <= (double)(signed int)pViewport->uScreenZ
|
|
1873 && v19 >= (double)(signed int)pViewport->uScreenY
|
|
1874 && v19 <= (double)(signed int)pViewport->uScreenW )
|
|
1875 {
|
|
1876 v21 = v19;
|
|
1877 v22 = v18;
|
|
1878 CastPickRay(a3, v22, v21, fDepth);
|
|
1879 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
|
|
1880 PickIndoor(fDepth, a3, &Vis_static_stru_F91E10, &a5);
|
|
1881 else
|
|
1882 PickOutdoor(fDepth, a3, &Vis_static_stru_F91E10, &a5, 0);
|
|
1883 Vis_static_stru_F91E10.create_object_pointers(0);
|
|
1884 sort_object_pointers(
|
|
1885 Vis_static_stru_F91E10.array_1804,
|
|
1886 0,
|
|
1887 Vis_static_stru_F91E10.uNumPointers - 1);
|
|
1888 result = Vis_static_stru_F91E10.uNumPointers;
|
|
1889 if ( !Vis_static_stru_F91E10.uNumPointers )
|
|
1890 break;
|
|
1891 v23 = (signed int)(Vis_static_stru_F91E10.uNumPointers <= 0 ? 0 : Vis_static_stru_F91E10.array_1804[0]);
|
|
1892 result = *(int *)(v23 + 4);
|
|
1893 LOWORD(result) = 0;
|
|
1894 if ( result > v57 )
|
|
1895 break;
|
|
1896 }
|
|
1897 }
|
|
1898 ++a3a;
|
|
1899 result = LODWORD(v58) + 32;
|
|
1900 LODWORD(v58) += 32;
|
|
1901 if ( a3a >= 4 )
|
|
1902 {
|
|
1903 if ( uCurrentlyLoadedLevelType != LEVEL_Outdoor )
|
|
1904 goto LABEL_49;
|
|
1905 v24 = pRenderer->pBillboardRenderListD3D[v3].pQuards[0].pos.x;
|
|
1906 v25 = pRenderer->pBillboardRenderListD3D[v3].pQuards[3].pos.x;
|
|
1907 v26 = pRenderer->pBillboardRenderListD3D[v3].pQuards[0].pos.y;
|
|
1908 v54 = pRenderer->pBillboardRenderListD3D[v3].pQuards[3].pos.x;
|
|
1909 v58 = v26;
|
|
1910 result = LODWORD(pRenderer->pBillboardRenderListD3D[v3].pQuards[1].pos.y);
|
|
1911 a3b = pRenderer->pBillboardRenderListD3D[v3].pQuards[1].pos.y;
|
|
1912 if ( v24 > v25 )
|
|
1913 {
|
|
1914 v53 = v24;
|
|
1915 v24 = v54;
|
|
1916 v25 = v53;
|
|
1917 }
|
|
1918 if ( v58 > (double)a3b )
|
|
1919 a3b = v58;
|
|
1920 if ( (Vis_static_stru_F91E10.uNumPointers = 0,
|
|
1921 v27 = (v25 - v24) * 0.5,
|
|
1922 v28 = (double)(signed int)pViewport->uScreenX,
|
|
1923 //UNDEF(v29),
|
|
1924 v30 = v27 < v28,
|
|
1925 v31 = 0,
|
|
1926 v32 = v27 == v28,
|
|
1927 BYTE1(result) = HIBYTE(v29),
|
|
1928 v27 < v28)
|
|
1929 || (v33 = (double)(signed int)pViewport->uScreenZ,
|
|
1930 //UNDEF(v34),
|
|
1931 v35 = v27 < v33,
|
|
1932 v36 = 0,
|
|
1933 v37 = v27 == v33,
|
|
1934 BYTE1(result) = HIBYTE(v34),
|
|
1935 v27 > v33)
|
|
1936 || (v39 = (double)(signed int)pViewport->uScreenY,
|
|
1937 //UNDEF(v38),
|
|
1938 v40 = v39 < a3b,
|
|
1939 v41 = 0,
|
|
1940 v42 = v39 == a3b,
|
|
1941 BYTE1(result) = HIBYTE(v38),
|
|
1942 !(v40 | v42))
|
|
1943 || (v44 = (double)(signed int)pViewport->uScreenW,
|
|
1944 //UNDEF(v43),
|
|
1945 v45 = v44 < a3b,
|
|
1946 v46 = 0,
|
|
1947 v47 = v44 == a3b,
|
|
1948 BYTE1(result) = HIBYTE(v43),
|
|
1949 v44 < a3b)
|
|
1950 || ((v48 = thisa, v49 = v27, CastPickRay(a3, v49, a3b, fDepth), uCurrentlyLoadedLevelType != LEVEL_Indoor) ? PickOutdoor(fDepth, a3, &Vis_static_stru_F91E10, &a5, 0) : PickIndoor(fDepth, a3, &Vis_static_stru_F91E10, &a5),
|
|
1951 (Vis_static_stru_F91E10.create_object_pointers(0),
|
|
1952 sort_object_pointers(
|
|
1953 Vis_static_stru_F91E10.array_1804,
|
|
1954 0,
|
|
1955 Vis_static_stru_F91E10.uNumPointers - 1),
|
|
1956 (result = Vis_static_stru_F91E10.uNumPointers) != 0)
|
|
1957 && ((signed int)Vis_static_stru_F91E10.uNumPointers <= 0 ? (v50 = 0) : (v50 = Vis_static_stru_F91E10.array_1804[0]),
|
|
1958 result = v50->sZValue,
|
|
1959 LOWORD(result) = 0,
|
|
1960 result <= v57)) )
|
|
1961 goto LABEL_49;
|
|
1962 break;
|
|
1963 }
|
|
1964 }
|
|
1965 }
|
|
1966 LOBYTE(result) = 1;
|
|
1967 }
|
|
1968 else
|
|
1969 {
|
|
1970 LABEL_49:
|
|
1971 return false;
|
|
1972 }
|
|
1973 return result;
|
|
1974 }
|
|
1975 // F93E18: using guessed type char static_byte_F93E18_init;
|
|
1976
|
|
1977 //----- (004C0D32) --------------------------------------------------------
|
|
1978 int Vis::_4C0D32_BLV(float a1, Vis_stru1 *arg4, stru157 *a2)
|
|
1979 {
|
|
1980 int result; // eax@1
|
|
1981 signed int v5; // esi@2
|
|
1982 BLVFace *v6; // edi@4
|
|
1983 unsigned int v7; // eax@6
|
|
1984 Vis_stru1_stru0 *v8; // eax@6
|
|
1985 int v9; // ST18_4@7
|
|
1986 unsigned int v10; // ST1C_4@7
|
|
1987 unsigned int v11; // ecx@7
|
|
1988 signed int i; // [sp+18h] [bp-8h]@1
|
|
1989 Vis *thisa; // [sp+1Ch] [bp-4h]@1
|
|
1990
|
|
1991 result = 0;
|
|
1992 thisa = this;
|
|
1993 for ( i = 0; i < (signed int)pStru170->uNumFaceIDs; ++i )
|
|
1994 {
|
|
1995 v5 = pStru170->pFaceIDs[2 * result];
|
|
1996 if ( v5 >= 0 )
|
|
1997 {
|
|
1998 if ( v5 < (signed int)pIndoor->uNumFaces )
|
|
1999 {
|
|
2000 v6 = &pIndoor->pFaces[v5];
|
|
2001 if ( !pGame->pIndoorCameraD3D->IsFaceFacedTowardsCamera(&pIndoor->pFaces[v5]) )
|
|
2002 {
|
|
2003 if ( is_part_of_selection(v6, a2) )
|
|
2004 {
|
|
2005 v7 = 8 * v5;
|
|
2006 LOBYTE(v7) = 8 * v5 | 6;
|
|
2007 v8 = _4C1026(v6, v7, a1);
|
|
2008 if ( v8 )
|
|
2009 {
|
|
2010 v9 = v8->sZValue;
|
|
2011 v10 = v8->uObjectType;
|
|
2012 v11 = 3 * arg4->uNumPointers;
|
|
2013 arg4->array_0004[arg4->uNumPointers].pObjectInfo = v8->pObjectInfo;
|
|
2014 arg4->array_0004[4 * v11 / 0xC].sZValue = v9;
|
|
2015 arg4->array_0004[4 * v11 / 0xC].uObjectType = v10;
|
|
2016 ++arg4->uNumPointers;
|
|
2017 }
|
|
2018 }
|
|
2019 }
|
|
2020 }
|
|
2021 }
|
|
2022 result = i + 1;
|
|
2023 }
|
|
2024 return result;
|
|
2025 }
|
|
2026
|
|
2027 //----- (004C0DEA) --------------------------------------------------------
|
|
2028 void Vis::_4C0DEA_ODM(float arg0, Vis_stru1 *a3, stru157 *a2)
|
|
2029 {
|
|
2030 int v4; // esi@1
|
|
2031 BSPModel *v5; // ebx@3
|
|
2032 unsigned __int8 v6; // zf@5
|
|
2033 char v7; // sf@5
|
|
2034 unsigned __int8 v8; // of@5
|
|
2035 ODMFace *v9; // esi@7
|
|
2036 unsigned int v10; // eax@8
|
|
2037 Vis_stru1_stru0 *v11; // eax@8
|
|
2038 unsigned int v12; // ecx@9
|
|
2039 BLVFace f; // [sp+10h] [bp-84h]@1
|
|
2040 void *v14; // [sp+70h] [bp-24h]@9
|
|
2041 int v15; // [sp+74h] [bp-20h]@9
|
|
2042 unsigned int v16; // [sp+78h] [bp-1Ch]@9
|
|
2043 int v17; // [sp+7Ch] [bp-18h]@1
|
|
2044 Vis *v18; // [sp+80h] [bp-14h]@1
|
|
2045 int v19; // [sp+84h] [bp-10h]@6
|
|
2046 unsigned int v20; // [sp+88h] [bp-Ch]@2
|
|
2047 int v21; // [sp+8Ch] [bp-8h]@5
|
|
2048 int a1; // [sp+90h] [bp-4h]@1
|
|
2049
|
|
2050 auto ecx0 = this;
|
|
2051 v18 = ecx0;
|
|
2052 v4 = 0;
|
|
2053 v17 = 0;
|
|
2054 a1 = 0;
|
|
2055 if ( (signed int)pOutdoor->uNumBModels > 0 )
|
|
2056 {
|
|
2057 v20 = 0;
|
|
2058 do
|
|
2059 {
|
|
2060 v5 = &pOutdoor->pBModels[v20 / 0xBC];
|
|
2061 if ( IsBModelVisible(a1, &v17) )
|
|
2062 {
|
|
2063 if ( v17 != v4 )
|
|
2064 {
|
|
2065 v8 = __OFSUB__(v5->uNumFaces, v4);
|
|
2066 v6 = v5->uNumFaces == v4;
|
|
2067 v7 = ((v5->uNumFaces - v4) & 0x80000000u) != 0;
|
|
2068 v21 = v4;
|
|
2069 if ( !((unsigned __int8)(v7 ^ v8) | v6) )
|
|
2070 {
|
|
2071 v19 = v4;
|
|
2072 do
|
|
2073 {
|
|
2074 v9 = (ODMFace *)((char *)v5->pFaces + v19);
|
|
2075 if ( is_part_of_selection((BLVFace *)((char *)v5->pFaces + v19), a2) )
|
|
2076 {
|
|
2077 f.FromODM(v9);
|
|
2078 v10 = 8 * (v21 | (a1 << 6));
|
|
2079 LOBYTE(v10) = v10 | 6;
|
|
2080 v11 = _4C1026(&f, v10, arg0);
|
|
2081 if ( v11 )
|
|
2082 {
|
|
2083 v14 = v11->pObjectInfo;
|
|
2084 v15 = v11->sZValue;
|
|
2085 v12 = a3->uNumPointers;
|
|
2086 v16 = v11->uObjectType;
|
|
2087 v12 *= 3;
|
|
2088 *((int *)&a3->array_0004[0].pObjectInfo + v12) = (int)v14;
|
|
2089 *(&a3->array_0004[0].sZValue + v12) = v15;
|
|
2090 *(&a3->array_0004[0].uObjectType + v12) = v16;
|
|
2091 ++a3->uNumPointers;
|
|
2092 }
|
|
2093 }
|
|
2094 ++v21;
|
|
2095 v19 += 308;
|
|
2096 }
|
|
2097 while ( v21 < (signed int)v5->uNumFaces );
|
|
2098 v4 = 0;
|
|
2099 }
|
|
2100 }
|
|
2101 }
|
|
2102 ++a1;
|
|
2103 v20 += 188;
|
|
2104 }
|
|
2105 while ( a1 < (signed int)pOutdoor->uNumBModels );
|
|
2106 }
|
|
2107 } |