annotate LightmapBuilder.cpp @ 145:dac041fc74e8

19.11.12
author Ritor1
date Mon, 19 Nov 2012 09:41:10 +0600
parents f76e4ea4a224
children
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 #include "LightmapBuilder.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2 #include "Game.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3 #include "stru314.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 #include "Outdoor.h"
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
5 #include "Log.h"
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 #include "mm7_data.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14
29
e62134245ab0 On BLV loading.
Nomad
parents: 3
diff changeset
15 LightsStack_StationaryLight_ *pStationaryLightsStack = new LightsStack_StationaryLight_;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
16 //StationaryLight pStationaryLights[400];
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
17 //int uNumStationaryLightsApplied; // weak
29
e62134245ab0 On BLV loading.
Nomad
parents: 3
diff changeset
18 LightsStack_MobileLight_ *pMobileLightsStack = new LightsStack_MobileLight_;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
19 //MobileLight pMobileLights[400];
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
20 //int uNumMobileLightsApplied;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26 //----- (0045DF13) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
27 Lightmap::Lightmap()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
28 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
29 field_C18 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
30 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
36 //----- (0045BB06) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
37 LightmapBuilder::LightmapBuilder()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
38 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
39 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
45 //----- (0045BC07) --------------------------------------------------------
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
46 bool LightmapBuilder::ApplyLights(stru320 *a2, stru154 *a3, unsigned int uNumVertices, RenderVertexSoft *a5, IndoorCameraD3D_Vec4 *a6, char uClipFlag)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
47 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
48 Vec3_int_ pos; // [sp+2Ch] [bp-40h]@21
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
49 RenderVertexSoft *a9; // [sp+68h] [bp-4h]@8
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
50
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
51 if (!uNumVertices)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
52 return false;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
53
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
54 static RenderVertexSoft static_69B140[64];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
55
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
56 a9 = a5;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
57 if (a6)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
58 {
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
59 for (uint i = 0; i < uNumVertices; ++i)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
60 memcpy(static_69B140 + i, a5 + i, sizeof(RenderVertexSoft));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
61
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
62 __debugbreak();
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
63 if (pGame->pIndoorCameraD3D->_437376(
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
64 a3,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
65 static_69B140,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
66 &uNumVertices) == 1)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
67 {
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
68 if ( !uNumVertices )
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
69 return false;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
70 a9 = static_69B140;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
71 }
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
72 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
73
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
74 static stru314 static_69B110;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
75 static_69B110.field_4.x = a3->face_plane.vNormal.x;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
76 static_69B110.field_4.y = a3->face_plane.vNormal.y;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
77 static_69B110.field_4.z = a3->face_plane.vNormal.z;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
78 static_69B110.dist = a3->face_plane.dist;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
79 if (!pGame->pIndoorCameraD3D->GetFacetOrientation(
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
80 a3->polygonType,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
81 &static_69B110.field_4,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
82 &static_69B110.field_10,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
83 &static_69B110.field_1C))
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
84 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
85 MessageBoxW(nullptr, L"Error: Failed to get the facet orientation", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:119", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
86 ExitProcess(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
87 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
88
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
89 for (uint i = 0; i < a2->uNumLightsApplied; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
90 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
91 pos.x = a2->_blv_lights_xs[i];
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
92 pos.y = a2->_blv_lights_ys[i];
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
93 pos.z = a2->_blv_lights_zs[i];
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
94
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
95 uint uColorR = (uint)floorf(a2->_blv_lights_rs[i] * 255.0 + 0.5f) & 0xFF,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
96 uColorG = (uint)floorf(a2->_blv_lights_gs[i] * 255.0 + 0.5f) & 0xFF,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
97 uColorB = (uint)floorf(a2->_blv_lights_bs[i] * 255.0 + 0.5f) & 0xFF;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
98 uint uColor = (uColorR << 16) | (uColorG << 8) | uColorB;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
99 if (!uColor)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
100 uColor = 0x00FFFFF;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
101
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
102 if (!_45BE86_build_light_polygon(
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
103 &pos,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
104 a2->_blv_lights_radii[i],
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
105 uColor,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
106 a2->_blv_lights_light_dot_faces[i],
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
107 a2->_blv_lights_types[i],
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
108 &static_69B110,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
109 uNumVertices,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
110 a9,
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
111 uClipFlag) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
112 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
113 MessageBoxW(nullptr, L"Error: Failed to build light polygon", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:138", 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
114 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
115 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
116 return true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
117 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
119 //----- (0045BE86) --------------------------------------------------------
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
120 bool LightmapBuilder::_45BE86_build_light_polygon(Vec3_int_ *pos, float radius, unsigned int uColorMask, float dot_dist, int uLightType, stru314 *a7, unsigned int uNumVertices, RenderVertexSoft *a9, char uClipFlag)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
121 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
122 Lightmap *v11; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
123 double v17; // st7@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
124 double v24; // st7@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
125 int v31; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
126 int v32; // ebx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
127 unsigned int v33; // ecx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
128 int v34; // edx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
129 int v35; // edx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
130 unsigned int v36; // edx@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
131 int v37; // ecx@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
132 double v38; // st7@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
133 double v39; // st7@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
134 double v40; // st7@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
135 int v45; // eax@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
136 int v53; // [sp-8h] [bp-54h]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
137
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
138 if (fabsf(radius) < 1e-6f)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
139 return true;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
140
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
141 v11 = uLightType & 1 ? &std__vector_000004[std__vector_000004_size] :
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
142 &std__vector_183808[std__vector_183808_size];
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
143 flt_3C8C24 = radius - dot_dist;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
144 flt_3C8C28 = sqrt((radius + dot_dist) * (radius - dot_dist));
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
145 flt_3C8C2C_lightmaps_brightness = 1.0 - (radius - flt_3C8C28) / radius;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
146 v11->field_C08 = (double)pos->x - dot_dist * a7->field_4.x;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
147 v11->field_C0A = (double)pos->y - dot_dist * a7->field_4.y;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
148 v11->field_C0C = (double)pos->z - dot_dist * a7->field_4.z;
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
149
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
150 v17 = radius * flt_3C8C2C_lightmaps_brightness;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
151 flt_3C8C30 = v17;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
152 flt_3C8C0C = v17 * a7->field_10.x;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
153 flt_3C8C10 = v17 * a7->field_10.y;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
154 flt_3C8C14 = v17 * a7->field_10.z;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
155 flt_3C8C18 = v17 * a7->field_1C.x;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
156 flt_3C8C1C = v17 * a7->field_1C.y;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
157 flt_3C8C20 = v17 * a7->field_1C.z;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
158
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
159 /*
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
160 v11->pVertices[0].vWorldPosition.x = v11->field_C08 - flt_3C8C18 + flt_3C8C0C;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
161 v11->pVertices[0].vWorldPosition.y = v11->field_C0A - flt_3C8C1C + flt_3C8C10;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
162 v11->pVertices[0].vWorldPosition.z = v11->field_C0C - flt_3C8C20 + flt_3C8C14;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
163 v11->pVertices[0].u = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
164 v11->pVertices[0].v = 0.0;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
165
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
166 v11->pVertices[1].vWorldPosition.x = v11->field_C08 - flt_3C8C18 - flt_3C8C0C;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
167 v11->pVertices[1].vWorldPosition.y = v11->field_C0A - flt_3C8C1C - flt_3C8C10;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
168 v11->pVertices[1].vWorldPosition.z = v11->field_C0C - flt_3C8C20 - flt_3C8C14;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
169 v11->pVertices[1].u = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
170 v11->pVertices[1].v = 1.0;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
171
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
172 v11->pVertices[2].vWorldPosition.x = v11->field_C08 + flt_3C8C18 - flt_3C8C0C;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
173 v11->pVertices[2].vWorldPosition.y = v11->field_C0A + flt_3C8C1C - flt_3C8C10;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
174 v11->pVertices[2].vWorldPosition.z = v11->field_C0C + flt_3C8C20 - flt_3C8C14;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
175 v11->pVertices[2].u = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
176 v11->pVertices[2].v = 1.0;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
177
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
178 v11->pVertices[3].vWorldPosition.x = v11->field_C08 + flt_3C8C18 + flt_3C8C0C;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
179 v11->pVertices[3].vWorldPosition.y = v11->field_C0A + flt_3C8C1C + flt_3C8C10;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
180 v11->pVertices[3].vWorldPosition.z = v11->field_C0C + flt_3C8C20 + flt_3C8C14;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
181 v11->pVertices[3].u = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
182 v11->pVertices[3].v = 0.0;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
183 */
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
184
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
185 for (uint i = 0; i < 4; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
186 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
187 v11->pVertices[i].vWorldPosition.x = v11->field_C08 - flt_3C8C18 + flt_3C8C0C;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
188 v11->pVertices[i].vWorldPosition.y = v11->field_C0A - flt_3C8C1C + flt_3C8C10;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
189 v11->pVertices[i].vWorldPosition.z = v11->field_C0C - flt_3C8C20 + flt_3C8C14;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
190 v11->pVertices[i].u = 0.0;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
191 v11->pVertices[i].v = 0.0;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
192
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
193 v24 = a7->field_4.y * v11->pVertices[i].vWorldPosition.y
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
194 + a7->field_4.z * v11->pVertices[i].vWorldPosition.z
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
195 + a7->field_4.x * v11->pVertices[i].vWorldPosition.x
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
196 + a7->dist;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
197
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
198 v11->pVertices[i].vWorldPosition.x -= v24 * a7->field_4.x;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
199 v11->pVertices[i].vWorldPosition.y -= v24 * a7->field_4.y;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
200 v11->pVertices[i].vWorldPosition.z -= v24 * a7->field_4.z;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
201 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
202
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
203 v11->uColorMask = uColorMask;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
204 v11->uNumVertices = 4;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
205
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
206 if (~pGame->uFlags2 & 4)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
207 v11->fBrightness = flt_3C8C2C_lightmaps_brightness;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
208 else
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
209 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
210 Vec3_float_ a1; // [sp+2Ch] [bp-20h]@8
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
211 a1.x = (double)pos->x - v11->field_C08;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
212 a1.y = (double)pos->y - v11->field_C0A;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
213 a1.z = (double)pos->z - v11->field_C0C;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
214 a1.Normalize();
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
215
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
216 auto dist_x = abs(pos->x - v11->field_C08), //v31
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
217 dist_y = abs(pos->y - v11->field_C0A), //v32 arg0a
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
218 dist_z = abs(pos->z - v11->field_C0C); //v33 _v64
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
219 v31 = dist_x;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
220 v32 = dist_y;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
221 v33 = dist_z;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
222 if (v31 < dist_y)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
223 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
224 v34 = v31;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
225 v31 = dist_y;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
226 v32 = v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
227 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
228 if (v31 < dist_z)//SHIDWORD(v64) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
229 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
230 v35 = v31;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
231 v31 = dist_z;//HIDWORD(v64);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
232 v33 = v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
233 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
234 if ( v32 < (signed int)v33 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
235 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
236 v36 = v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
237 v33 = v32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
238 v32 = v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
239 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
240 v37 = v33 >> 2;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
241 //LODWORD(a5) = ((unsigned int)(11 * v32) >> 5) + v37 + v31;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
242 v38 = (double)(signed)(((unsigned int)(11 * v32) >> 5) + v37 + v31);
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
243 if (v38 > radius)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
244 return true;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
245 //radius = (1 / radius) * v38;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
246 if ( uLightType & 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
247 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
248 //v59 = (void *)v37;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
249 //uLightType = flt_4D86CC;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
250 //v58 = v37;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
251 v39 = fabs(a1.x * a7->field_4.x + a1.z * a7->field_4.z + a1.y * a7->field_4.y);
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
252 v40 = v39 * 1.0 * flt_4D86CC;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
253
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
254 v11->fBrightness = v40 - (1 / radius) * v38 * v40;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
255 }
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
256 else if ( uLightType & 8 )
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
257 {
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
258 v40 = 1.0 * 1.0;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
259 v11->fBrightness = v40 - (1 / radius) * v38;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
260 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
261 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
262 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
263 MessageBoxW(nullptr, L"Invalid light type!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:277", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
264 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
265 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
266
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
267 if (!pGame->pStru9Instance->_4980B9(a9, uNumVertices,
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
268 a7->field_4.x, a7->field_4.y, a7->field_4.z,
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
269 v11->pVertices, &v11->uNumVertices))
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
270 return false;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
271
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
272 //v44 = &v11->uNumVertices;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
273 if (!v11->uNumVertices)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
274 return true;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
275
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
276 v45 = _45C6D6(uNumVertices, a9, v11);
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
277 if ( v45 != uNumVertices && v45 > 0 )
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
278 _45C4B9(uNumVertices, a9, v11);
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
279 //v59 = v11->uNumVertices;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
280 //v46 = (RenderVertexSoft *)pLightmapVertices_;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
281 pGame->pIndoorCameraD3D->ViewTransform(v11->pVertices, v11->uNumVertices);
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
282 //v59 = 0;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
283 //v58 = v11->uNumVertices;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
284 pGame->pIndoorCameraD3D->Project(v11->pVertices, v11->uNumVertices, 0);
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
285
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
286 unsigned int _a4 = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
287 if ( !(uClipFlag & 1) )
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
288 _a4 = 1;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
289 else if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
290 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
291 if ( uClipFlag & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
292 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
293 //v59 = &a4;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
294 //v58 = (unsigned int)field_3C8C34;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
295 //v57 = *v44;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
296 pGame->pIndoorCameraD3D->_436CDC_mess_with_lightmap__clipflag_2(v11->pVertices, v11->uNumVertices, field_3C8C34, &_a4);
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
297
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
298 //v59 = v44;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
299 //v58 = (unsigned int)field_3C8C34;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
300 //v57 = (int)v46;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
301 //v56 = a4;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
302 pGame->pIndoorCameraD3D->_437143(_a4, v11->pVertices, field_3C8C34, &v11->uNumVertices);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
303 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
304 else if ( uClipFlag & 4 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
305 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
306 //v59 = &a4;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
307 //v58 = (unsigned int)field_3C8C34;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
308 //v57 = *v44;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
309 pGame->pIndoorCameraD3D->_436F09_mess_with_lightmap__clipflag_4(v11->pVertices, v11->uNumVertices, field_3C8C34, &_a4);
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
310
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
311 //v59 = v44;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
312 //v58 = (unsigned int)field_3C8C34;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
313 //v57 = (int)v46;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
314 //v56 = a4;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
315 pGame->pIndoorCameraD3D->_437143(_a4, v11->pVertices, field_3C8C34, &v11->uNumVertices);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
316 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
317 else
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
318 MessageBoxW(nullptr, L"Undefined clip flag specified", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:330", 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
319 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
320 else
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
321 MessageBoxW(nullptr, L"Lightpoly builder native indoor clipping not implemented", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:335", 0);
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
322
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
323 if (_a4)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
324 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
325 if (uLightType & 1)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
326 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
327 //v48 = (char *)&std__vector_000004_size;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
328 //v49 = std__vector_000004_size;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
329 //v51 = __OFSUB__(std__vector_000004_size, 511);
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
330 //v50 = std__vector_000004_size - 511 < 0;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
331 if (std__vector_000004_size < 512 - 1)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
332 ++std__vector_000004_size;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
333 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
334 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
335 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
336 //v48 = (char *)&std__vector_183808_size;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
337 //v49 = std__vector_183808_size;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
338 //v51 = __OFSUB__(std__vector_183808_size, 767);
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
339 //v50 = std__vector_183808_size - 767 < 0;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
340 if (std__vector_183808_size < 768 - 1)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
341 ++std__vector_183808_size;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
342 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
343 //if ( v50 ^ v51 )
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
344 // *(unsigned int *)v48 = v49 + 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
345 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
346 return true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
347 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
348
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
349 //----- (0045C4B9) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
350 int LightmapBuilder::_45C4B9(int a2, RenderVertexSoft *a3, Lightmap *pLightmap)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
351 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
352 Lightmap *v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
353 int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
354 signed int v6; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
355 RenderVertexSoft *v7; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
356 int v8; // edx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
357 RenderVertexSoft *v9; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
358 int v10; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
359 char *v11; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
360 RenderVertexSoft *v12; // ecx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
361 char v13; // bl@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
362 signed int v14; // edx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
363 double v15; // st6@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
364 double v16; // st6@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
365 double v17; // st6@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
366 signed int v18; // edx@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
367 int v20; // [sp+4h] [bp-1Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
368 int v21; // [sp+8h] [bp-18h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
369 float v22; // [sp+Ch] [bp-14h]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
370 float v23; // [sp+10h] [bp-10h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
371 int v24; // [sp+14h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
372 RenderVertexSoft *v25; // [sp+18h] [bp-8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
373 char v26; // [sp+1Eh] [bp-2h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
374 char v27; // [sp+1Fh] [bp-1h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
375
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
376 v4 = pLightmap;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
377 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
378 v6 = pLightmap->uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
379 v24 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
380 if ( v6 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
381 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
382 v7 = pLightmap->pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
383 v25 = pLightmap->pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
384 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
385 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
386 v20 = v5 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
387 v8 = (v5 + 1) % v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
388 v9 = &v4->pVertices[v8];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
389 if ( v7->vWorldPosition.x != v9->vWorldPosition.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
390 || v7->vWorldPosition.y != v4->pVertices[v8].vWorldPosition.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
391 || v7->vWorldPosition.z != v4->pVertices[v8].vWorldPosition.z )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
392 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
393 v10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
394 if ( a2 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
395 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
396 v11 = (char *)&a3->vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
397 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
398 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
399 v21 = v10 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
400 v12 = &a3[(v10 + 1) % a2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
401 if ( (*((float *)v11 - 2) != v12->vWorldPosition.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
402 || *((float *)v11 - 1) != v12->vWorldPosition.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
403 || *(float *)v11 != v12->vWorldPosition.z)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
404 && v7->vWorldPosition.x == *((float *)v11 - 2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
405 && v7->vWorldPosition.y == *((float *)v11 - 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
406 && v7->vWorldPosition.z == *(float *)v11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
407 && (v9->vWorldPosition.x != v12->vWorldPosition.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
408 || v9->vWorldPosition.y != v12->vWorldPosition.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
409 || v9->vWorldPosition.z != v12->vWorldPosition.z) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
410 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
411 v13 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
412 v14 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
413 v27 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
414 v26 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
415 if ( v9->vWorldPosition.x <= (double)v12->vWorldPosition.x )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
416 v15 = v12->vWorldPosition.x - v9->vWorldPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
417 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
418 v15 = v9->vWorldPosition.x - v12->vWorldPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
419 v23 = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
420 if ( v9->vWorldPosition.y <= (double)v12->vWorldPosition.y )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
421 v16 = v12->vWorldPosition.y - v9->vWorldPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
422 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
423 v16 = v9->vWorldPosition.y - v12->vWorldPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
424 v22 = v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
425 if ( v9->vWorldPosition.z <= (double)v12->vWorldPosition.z )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
426 v17 = v12->vWorldPosition.z - v9->vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
427 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
428 v17 = v9->vWorldPosition.z - v12->vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
429 if ( v23 < 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
430 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
431 v13 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
432 v14 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
433 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
434 if ( v22 < 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
435 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
436 v27 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
437 ++v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
438 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
439 if ( v17 < 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
440 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
441 v26 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
442 ++v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
443 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
444 if ( v14 > 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
445 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
446 v18 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
447 if ( v13 && v9->vWorldPosition.x != v12->vWorldPosition.x )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
448 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
449 v18 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
450 v9->vWorldPosition.x = v12->vWorldPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
451 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
452 if ( v27 && v9->vWorldPosition.y != v12->vWorldPosition.y )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
453 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
454 ++v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
455 v9->vWorldPosition.y = v12->vWorldPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
456 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
457 if ( v26 && v9->vWorldPosition.z != v12->vWorldPosition.z )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
458 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
459 ++v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
460 v9->vWorldPosition.z = v12->vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
461 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
462 if ( v18 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
463 ++v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
464 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
465 v7 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
466 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
467 ++v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
468 v11 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
469 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
470 while ( v21 < a2 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
471 v4 = pLightmap;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
472 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
473 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
474 v5 = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
475 v6 = v4->uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
476 ++v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
477 v25 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
478 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
479 while ( v20 < v6 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
480 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
481 return v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
482 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
483
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
484 //----- (0045C6D6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
485 int LightmapBuilder::_45C6D6(int a2, RenderVertexSoft *a3, Lightmap *pLightmap)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
486 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
487 Lightmap *v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
488 signed int v5; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
489 signed int v6; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
490 RenderVertexSoft *v7; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
491 char *v8; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
492 double v9; // st7@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
493 double v10; // st6@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
494 double v11; // st5@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
495 double v12; // st7@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
496 RenderVertexSoft *v13; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
497 int v15; // [sp+Ch] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
498 float v16; // [sp+10h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
499 int pLightmapa; // [sp+24h] [bp+10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
500
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
501 v4 = pLightmap;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
502 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
503 v6 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
504 v16 = 3.4028235e38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
505 v15 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
506 if ( (signed int)pLightmap->uNumVertices > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
507 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
508 v7 = pLightmap->pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
509 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
510 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
511 pLightmapa = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
512 if ( a2 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
513 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
514 v8 = (char *)&a3->vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
515 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
516 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
517 if ( v7->vWorldPosition.x <= (double)*((float *)v8 - 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
518 v9 = *((float *)v8 - 2) - v7->vWorldPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
519 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
520 v9 = v7->vWorldPosition.x - *((float *)v8 - 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
521 if ( v9 < 2.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
522 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
523 v10 = v7->vWorldPosition.y <= (double)*((float *)v8 - 1) ? *((float *)v8 - 1) - v7->vWorldPosition.y : v7->vWorldPosition.y - *((float *)v8 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
524 if ( v10 < 2.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
525 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
526 v11 = v7->vWorldPosition.z <= (double)*(float *)v8 ? *(float *)v8 - v7->vWorldPosition.z : v7->vWorldPosition.z - *(float *)v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
527 if ( v11 < 2.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
528 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
529 v12 = v9 + v11 + v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
530 if ( v12 < v16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
531 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
532 v16 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
533 v6 = pLightmapa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
534 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
535 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
536 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
537 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
538 ++pLightmapa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
539 v8 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
540 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
541 while ( pLightmapa < a2 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
542 if ( v6 != -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
543 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
544 v13 = &a3[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
545 ++v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
546 v7->vWorldPosition.x = v13->vWorldPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
547 v7->vWorldPosition.y = v13->vWorldPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
548 v7->vWorldPosition.z = v13->vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
549 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
550 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
551 v6 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
552 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
553 ++v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
554 v16 = 3.4028235e38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
555 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
556 while ( v5 < (signed int)v4->uNumVertices );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
557 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
558 return v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
559 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
560
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
561 //----- (0045C7F6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
562 bool LightmapBuilder::ApplyLights_IndoorFace(unsigned int uFaceID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
563 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
564 auto pFace = &pIndoor->pFaces[uFaceID];
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
565 auto pSector = pIndoor->pSectors + pFace->uSectorID;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
566
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
567 stru_F8AD28.uCurrentAmbientLightLevel = (stru_F8AD28.uDefaultAmbientLightLevel + pSector->uMinAmbientLightLevel) << 16;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
568
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
569 uint uNumLightsApplied = 0;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
570 for (uint i = 0; i < pMobileLightsStack->uNumLightsActive; ++i)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
571 {
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
572 if (uNumLightsApplied >= 20)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
573 break;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
574
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
575 ApplyLight_BLV((StationaryLight *)(pMobileLightsStack->pLights + i), pFace, &uNumLightsApplied, true, 0);
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
576 }
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
577
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
578 for (uint i = 0; i < pSector->uNumLights; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
579 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
580 if (uNumLightsApplied >= 20 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
581 break;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
582
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
583 auto pLight = &pIndoor->pLights[pSector->pLights[i]];
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
584 if (~pLight->uAtributes & 0x08)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
585 ApplyLight_BLV((StationaryLight *)pLight, pFace, &uFaceID, false, &byte_4E94D0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
586 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
587
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
588 for (uint i = 0; i < pStationaryLightsStack->uNumLightsActive; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
589 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
590 if (uNumLightsApplied >= 20)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
591 break;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
592
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
593 ApplyLight_BLV(pStationaryLightsStack->pLights + i, pFace, &uNumLightsApplied, false, &byte_4E94D0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
594 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
595
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
596 stru_F8AD28.uNumLightsApplied = uNumLightsApplied;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
597 return true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
598 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
599
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
600 //----- (0045C911) --------------------------------------------------------
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
601 bool LightmapBuilder::ApplyLight_BLV(StationaryLight *pLight, BLVFace *a2, unsigned int *pSlot, bool bLightBackfaces, char *a5)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
602 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
603 double v13; // st7@8
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
604
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
605 if (!pLight->uRadius)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
606 return false;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
607
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
608 if (pLight->vPosition.x > a2->pBounding.x1 - pLight->uRadius &&
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
609 pLight->vPosition.x < a2->pBounding.x2 + pLight->uRadius &&
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
610 pLight->vPosition.y > a2->pBounding.y1 - pLight->uRadius &&
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
611 pLight->vPosition.y < a2->pBounding.y2 + pLight->uRadius &&
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
612 pLight->vPosition.z > a2->pBounding.z1 - pLight->uRadius &&
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
613 pLight->vPosition.z < a2->pBounding.z2 + pLight->uRadius)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
614 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
615 v13 = (double)pLight->vPosition.z * a2->pFacePlane.vNormal.z +
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
616 (double)pLight->vPosition.y * a2->pFacePlane.vNormal.y +
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
617 (double)pLight->vPosition.x * a2->pFacePlane.vNormal.x +
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
618 a2->pFacePlane.dist;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
619 if ((bLightBackfaces || v13 >= 0.0f) && fabsf(v13) <= pLight->uRadius)
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
620 {
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
621 auto slot = *pSlot;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
622
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
623 stru_F8AD28._blv_lights_radii[slot] = pLight->uRadius;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
624 stru_F8AD28._blv_lights_inv_radii[slot] = 65536 / pLight->uRadius;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
625 stru_F8AD28._blv_lights_xs[slot] = pLight->vPosition.x;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
626 stru_F8AD28._blv_lights_ys[slot] = pLight->vPosition.y;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
627 stru_F8AD28._blv_lights_zs[slot] = pLight->vPosition.z;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
628 stru_F8AD28._blv_lights_rs[slot] = (double)pLight->uLightColorR / 255.0f;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
629 stru_F8AD28._blv_lights_gs[slot] = (double)pLight->uLightColorG / 255.0f;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
630 stru_F8AD28._blv_lights_bs[slot] = (double)pLight->uLightColorB / 255.0f;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
631 stru_F8AD28._blv_lights_light_dot_faces[slot] = abs((int)floorf(v13 + 0.5f));
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
632 stru_F8AD28._blv_lights_types[slot] = pLight->uLightType;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
633
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
634 *pSlot += 1;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
635 return true;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
636 }
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
637 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
638
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
639 return false;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
640 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
641
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
642 //----- (0045CA88) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
643 int LightmapBuilder::_45CA88(stru320 *a2, RenderVertexSoft *a3, int a4, Vec3_float_ *pNormal)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
644 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
645 int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
646 stru320 *v6; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
647 RenderVertexSoft *v7; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
648 double v8; // st7@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
649 double v9; // st6@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
650 char *v10; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
651 double v11; // st7@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
652 __int64 v12; // ST2C_8@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
653 float v13; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
654 int v14; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
655 float v15; // ST10_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
656 Vec3_float_ v16; // ST00_12@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
657 double v17; // st7@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
658 int a5; // [sp+2Ch] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
659 float v19; // [sp+30h] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
660 float v20; // [sp+34h] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
661 LightmapBuilder *thisa; // [sp+38h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
662 int v22; // [sp+3Ch] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
663 int *j; // [sp+40h] [bp-8h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
664 int i; // [sp+44h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
665 int a3a; // [sp+58h] [bp+10h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
666
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
667 *(float *)&a5 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
668 v19 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
669 thisa = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
670 v20 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
671 result = _45CBD4(a3, a4, dword_69B010, &v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
672 for ( i = 0; i < v22; result = i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
673 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
674 v6 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
675 a3a = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
676 v7 = &a3[dword_69B010[i]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
677 v8 = v7->vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
678 v9 = v7->vWorldPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
679 *(float *)&a5 = v7->vWorldPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
680 v19 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
681 v20 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
682 v7->flt_2C = 0.0;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
683 if ( a2->uNumLightsApplied > 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
684 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
685 v10 = (char *)a2->_blv_lights_ys;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
686 for ( j = a2->_blv_lights_ys; ; v10 = (char *)j )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
687 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
688 v11 = (double)*((signed int *)v10 - 60);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
689 LODWORD(v12) = *((unsigned int *)v10 - 20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
690 HIDWORD(v12) = *(unsigned int *)v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
691 LODWORD(v13) = *((unsigned int *)v10 + 60);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
692 v14 = a3a;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
693 LOBYTE(v14) = v6->_blv_lights_types[a3a];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
694 v15 = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
695 *(_QWORD *)&v16.x = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
696 v16.z = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
697 v17 = _45CC0C_light(v16/*COERCE_VEC3_FLOAT_(v16.x)*/, 1.0, v15, pNormal, *(float *)&a5/*COERCE_FLOAT(&a5)*/, v14)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
698 + v7->flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
699 ++a3a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
700 ++j;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
701 v7->flt_2C = v17;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
702 if ( a3a >= a2->uNumLightsApplied )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
703 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
704 v6 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
705 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
706 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
707 ++i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
708 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
709 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
710 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
711
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
712 //----- (0045CB89) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
713 int LightmapBuilder::_45CB89(RenderVertexSoft *a1, int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
714 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
715 int v3; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
716 int result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
717 char *v5; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
718 double v6; // st7@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
719 __int16 v7; // fps@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
720 char v8; // c0@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
721 char v9; // c2@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
722 char v10; // c3@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
723 double v11; // st7@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
724 double v12; // st7@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
725 __int16 v13; // fps@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
726 char v14; // c0@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
727 char v15; // c2@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
728 char v16; // c3@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
729
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
730 v3 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
731 if ( a2 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
732 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
733 HIWORD(result) = HIWORD(a1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
734 v5 = (char *)&a1->flt_2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
735 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
736 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
737 if ( *(float *)v5 < 0.0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
738 || (v6 = *(float *)v5, /*UNDEF(v7),*/ v8 = 1.0 < v6, v9 = 0, v10 = 1.0 == v6, LOWORD(result) = v7, v6 <= 1.0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
739 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
740 v12 = *(float *)v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
741 //UNDEF(v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
742 v14 = 0.0 < v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
743 v15 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
744 v16 = 0.0 == v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
745 LOWORD(result) = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
746 if ( v12 >= 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
747 v11 = *(float *)v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
748 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
749 v11 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
750 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
751 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
752 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
753 v11 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
754 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
755 *(float *)v5 = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
756 v5 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
757 --v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
758 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
759 while ( v3 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
760 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
761 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
762 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
763
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
764 //----- (0045CBD4) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
765 int LightmapBuilder::_45CBD4(RenderVertexSoft *a2, int a3, int *a4, int *a5)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
766 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
767 int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
768 int v6; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
769 int v7; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
770 int v8; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
771
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
772 result = (int)a5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
773 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
774 for ( *a5 = 0; v6 < a3; ++v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
775 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
776 v7 = *a5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
777 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
778 if ( *a5 <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
779 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
780 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
781 a4[v7] = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
782 ++*a5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
783 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
784 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
785 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
786 while ( a4[v8] != v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
787 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
788 ++v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
789 if ( v8 >= v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
790 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
791 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
792 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
793 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
794 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
795 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
796
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
797 //----- (0045CC0C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
798 double LightmapBuilder::_45CC0C_light(Vec3_float_ a1, float a2, float a3, Vec3_float_ *pNormal, float a5, int uLightType)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
799 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
800 float v7; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
801 int v8; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
802 int v9; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
803 unsigned int v10; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
804 int v11; // edx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
805 int v12; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
806 unsigned int v13; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
807 double v14; // st7@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
808 double result; // st7@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
809 double v16; // st7@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
810 int v17; // esi@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
811 const char *v18; // ecx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
812 double v19; // st7@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
813 double v20; // st7@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
814 std::string v21; // [sp-10h] [bp-40h]@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
815 const char *v22[6]; // [sp+0h] [bp-30h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
816 double v23; // [sp+18h] [bp-18h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
817 double v24; // [sp+20h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
818 int v25; // [sp+28h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
819 int v26; // [sp+2Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
820
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
821 v7 = a5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
822 LODWORD(a5) = *(unsigned int *)(LODWORD(a5) + 8);
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
823 //v24 = a5 + 6.7553994e15;
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
824 v26 = floorf(a5 + 0.5f);//LODWORD(v24);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
825 LODWORD(a5) = *(unsigned int *)(LODWORD(v7) + 4);
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
826 //v24 = a5 + 6.7553994e15;
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
827 auto _v24 = floorf(a5 + 0.5f);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
828 LODWORD(a5) = *(unsigned int *)LODWORD(v7);
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
829 //v23 = a5 + 6.7553994e15;
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
830 auto _v23 = floorf(a5 + 0.5f);
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
831 //*(_QWORD *)((char *)&v24 + 4) = __PAIR__(LODWORD(v24), LODWORD(v23));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
832 v26 = abs((signed)LODWORD(a1.z) - v26);
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
833 //v25 = abs((signed)LODWORD(a1.y) - (signed)LODWORD(v24));
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
834 //v8 = abs((int)a1.x - (signed)LODWORD(v23));
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
835 v25 = abs((signed)LODWORD(a1.y) - (signed)_v24);
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
836 v8 = abs((int)a1.x - (signed)_v23);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
837 LODWORD(a5) = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
838 v9 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
839 v10 = v26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
840 if ( v8 < v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
841 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
842 v11 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
843 v8 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
844 v9 = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
845 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
846 if ( v8 < v26 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
847 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
848 v12 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
849 v8 = v26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
850 v10 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
851 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
852 if ( v9 < (signed int)v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
853 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
854 v13 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
855 v10 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
856 v9 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
857 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
858 v14 = (double)(signed int)(((unsigned int)(11 * v9) >> 5) + (v10 >> 2) + v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
859 if ( v14 <= a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
860 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
861 a5 = v14 / a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
862 v16 = (double)(signed int)a1.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
863 *(float *)&v23 = (double)SLODWORD(a1.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
864 LODWORD(a1.x) = *(unsigned int *)LODWORD(v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
865 v17 = LODWORD(v7) + 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
866 *((float *)&v23 + 1) = (double)SLODWORD(a1.z);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
867 LODWORD(a1.y) = *(unsigned int *)v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
868 LODWORD(a1.z) = *(unsigned int *)(v17 + 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
869 a3 = *((float *)&v23 + 1) - a1.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
870 a1.z = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
871 a1.x = v16 - a1.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
872 a1.y = (float)v23 - a1.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
873 a1.Normalize();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
874 if ( uLightType & 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
875 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
876 v22[1] = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
877 uLightType = dword_4D86D8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
878 v22[0] = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
879 v19 = fabs(a1.z * pNormal->z + a1.y * pNormal->y + a1.x * pNormal->x);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
880 v20 = v19 * *(float *)&uLightType * a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
881 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
882 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
883 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
884 if ( uLightType & 8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
885 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
886 v20 = 1.3 * a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
887 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
888 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
889 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
890 MessageBoxW(nullptr, L"Invalid light type detected!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:783", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
891 v20 = *(float *)&uLightType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
892 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
893 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
894 result = v20 - a5 * v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
895 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
896 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
897 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
898 result = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
899 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
900 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
901 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
902 // 4D86D8: using guessed type int dword_4D86D8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
903
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
904 //----- (0045CDB7) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
905 bool LightmapBuilder::ApplyLights_OutdoorFace(ODMFace *pFace)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
906 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
907 int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
908 int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
909 MobileLight *pMobileLight; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
910 int v5; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
911 StationaryLight *pStationaryLight; // ebx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
912 bool result; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
913 LightmapBuilder *thisa; // [sp+Ch] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
914 int pSlot; // [sp+10h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
915
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
916 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
917 thisa = this;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
918 v3 = stru_F8AD28.uDefaultAmbientLightLevel + pFace->uShadeType;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
919 pSlot = 0;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
920 stru_F8AD28.uCurrentAmbientLightLevel = v3 << 16;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
921 if ( pMobileLightsStack->uNumLightsActive > 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
922 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
923 pMobileLight = pMobileLightsStack->pLights;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
924 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
925 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
926 if ( pSlot >= 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
927 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
928 ApplyLight_ODM((StationaryLight *)pMobileLight, pFace, (unsigned int *)&pSlot, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
929 ++v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
930 ++pMobileLight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
931 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
932 while ( v2 < pMobileLightsStack->uNumLightsActive );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
933 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
934 v5 = 0;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
935 if ( pStationaryLightsStack->uNumLightsActive > 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
936 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
937 pStationaryLight = pStationaryLightsStack->pLights;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
938 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
939 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
940 if ( pSlot >= 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
941 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
942 ApplyLight_ODM(pStationaryLight, pFace, (unsigned int *)&pSlot, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
943 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
944 ++pStationaryLight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
945 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
946 while ( v5 < pStationaryLightsStack->uNumLightsActive );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
947 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
948 result = pSlot;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
949 stru_F8AD28.uNumLightsApplied = pSlot;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
950 return true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
951 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
952
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
953 //----- (0045CE50) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
954 bool LightmapBuilder::ApplyLight_ODM(StationaryLight *pLight, ODMFace *pFace, unsigned int *pSlot, char a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
955 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
956 int result; // eax@0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
957 signed int v6; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
958 int v7; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
959 int v8; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
960 int v9; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
961 int v10; // ecx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
962 int v11; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
963 unsigned int v12; // ebx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
964 RenderD3D *v13; // ecx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
965 char v14; // dl@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
966
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
967 __debugbreak();
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
968
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
969 v6 = pLight->uRadius;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
970 if ( v6 > 0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
971 && (result = (int)pFace, v7 = pLight->vPosition.x, v7 > pFace->pBoundingBox.x1 - v6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
972 && v7 < v6 + pFace->pBoundingBox.x2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
973 && (v8 = pLight->vPosition.y, v8 > pFace->pBoundingBox.y1 - v6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
974 && v8 < v6 + pFace->pBoundingBox.y2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
975 && (v9 = pLight->vPosition.z, v9 > pFace->pBoundingBox.z1 - v6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
976 && v9 < v6 + pFace->pBoundingBox.z2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
977 && ((v10 = (pFace->pFacePlane.dist
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
978 + pLight->vPosition.x * pFace->pFacePlane.vNormal.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
979 + v8 * pFace->pFacePlane.vNormal.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
980 + v9 * pFace->pFacePlane.vNormal.z) >> 16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
981 a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
982 || v10 >= 0)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
983 && v10 <= v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
984 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
985 stru_F8AD28._blv_lights_radii[*pSlot] = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
986 stru_F8AD28._blv_lights_inv_radii[*pSlot] = 65536 / v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
987 stru_F8AD28._blv_lights_xs[*pSlot] = pLight->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
988 stru_F8AD28._blv_lights_ys[*pSlot] = pLight->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
989 stru_F8AD28._blv_lights_zs[*pSlot] = pLight->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
990 stru_F8AD28._blv_lights_rs[*pSlot] = (double)pLight->uLightColorR * 0.0039215689;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
991 stru_F8AD28._blv_lights_gs[*pSlot] = (double)pLight->uLightColorG * 0.0039215689;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
992 stru_F8AD28._blv_lights_bs[*pSlot] = (double)pLight->uLightColorB * 0.0039215689;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
993 v11 = abs(v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
994 v12 = pRenderer->bUsingSpecular;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
995 stru_F8AD28._blv_lights_light_dot_faces[*pSlot] = v11;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
996 stru_F8AD28._blv_lights_types[*pSlot] = pLight->uLightType;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
997 v13 = pRenderer->pRenderD3D;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
998 v14 = stru_F8AD28._blv_lights_types[*pSlot];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
999 if ( pRenderer->pRenderD3D && v12 && v14 & 4 )
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1000 v14 = _4E94D2_light_type;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1001 stru_F8AD28._blv_lights_types[*pSlot] = v14;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1002 result = 4 * *pSlot;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1003 if ( v13 && v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1004 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1005 if ( stru_F8AD28._blv_lights_types[*pSlot] & 4 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1006 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1007 *(float *)((char *)stru_F8AD28._blv_lights_rs + result) = *(float *)((char *)stru_F8AD28._blv_lights_rs + result)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1008 * 0.33000001;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1009 *(float *)((char *)stru_F8AD28._blv_lights_gs + result) = *(float *)((char *)stru_F8AD28._blv_lights_gs + result)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1010 * 0.33000001;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1011 *(float *)((char *)stru_F8AD28._blv_lights_bs + result) = *(float *)((char *)stru_F8AD28._blv_lights_bs + result)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1012 * 0.33000001;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1013 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1014 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1015 ++*pSlot;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1016 LOBYTE(result) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1017 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1018 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1019 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1020 LOBYTE(result) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1021 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1022 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1023 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1024 // 4E94D2: using guessed type char _4E94D2_light_type;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1025
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1026 //----- (0045D036) --------------------------------------------------------
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1027 bool LightmapBuilder::StackLights_TerrainFace(Vec3_float_ *pNormal, float *a3, RenderVertexSoft *a1, unsigned int uStripType, bool bLightBackfaces)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1028 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1029 int v6; // esi@1
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1030 //LightmapBuilder *v7; // edi@1
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1031 MobileLight *v8; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1032 int v9; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1033 StationaryLight *v10; // ebx@6
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1034 //bool result; // eax@9
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1035 unsigned int a7; // [sp+Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1036
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1037 v6 = 0;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1038 //v7 = this;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1039 a7 = 0;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1040 stru_F8AD28.uCurrentAmbientLightLevel = pOutdoor->field_CBC_terrain_triangles_shade_type;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1041 if ( pMobileLightsStack->uNumLightsActive > 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1042 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1043 v8 = pMobileLightsStack->pLights;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1044 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1045 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1046 if ( (signed int)a7 >= 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1047 break;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1048 StackLight_TerrainFace((StationaryLight *)v8, pNormal, a3, a1, uStripType, bLightBackfaces, &a7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1049 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1050 ++v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1051 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1052 while ( v6 < pMobileLightsStack->uNumLightsActive );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1053 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1054 v9 = 0;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1055 if ( pStationaryLightsStack->uNumLightsActive > 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1056 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1057 v10 = pStationaryLightsStack->pLights;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1058 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1059 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1060 if ( (signed int)a7 >= 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1061 break;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1062 StackLight_TerrainFace(v10, pNormal, a3, a1, uStripType, bLightBackfaces, &a7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1063 ++v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1064 ++v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1065 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1066 while ( v9 < pStationaryLightsStack->uNumLightsActive );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1067 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1068
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1069 stru_F8AD28.uNumLightsApplied = a7;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1070 return true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1071 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1072 // 519AB4: using guessed type int uNumStationaryLightsApplied;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1073
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1074 //----- (0045D0D5) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1075 bool LightmapBuilder::StackLight_TerrainFace(StationaryLight *pLight, Vec3_float_ *pNormal, float *a3, RenderVertexSoft *a1, unsigned int uStripType, int X, unsigned int *pSlot)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1076 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1077 StationaryLight *v8; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1078 bool result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1079 unsigned int v10; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1080 RenderVertexSoft *v11; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1081 float v12; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1082 float v13; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1083 double v14; // st7@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1084 double maxz; // st7@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1085 double v16; // st7@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1086 double v17; // st6@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1087 __int16 v18; // fps@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1088 char v19; // c0@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1089 char v20; // c2@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1090 char v21; // c3@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1091 double v22; // st6@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1092 __int16 v23; // fps@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1093 char v24; // c0@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1094 char v25; // c2@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1095 char v26; // c3@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1096 double v27; // st7@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1097 double v28; // st6@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1098 __int16 v29; // fps@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1099 char v30; // c0@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1100 char v31; // c2@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1101 char v32; // c3@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1102 double v33; // st6@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1103 __int16 v34; // fps@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1104 char v35; // c0@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1105 char v36; // c2@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1106 char v37; // c3@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1107 double v38; // st7@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1108 double v39; // st6@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1109 __int16 v40; // fps@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1110 char v41; // c0@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1111 char v42; // c2@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1112 char v43; // c3@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1113 double v44; // st6@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1114 __int16 v45; // fps@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1115 char v46; // c0@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1116 char v47; // c2@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1117 char v48; // c3@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1118 Vec3_float_ *v49; // esi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1119 double v50; // st7@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1120 double v51; // st6@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1121 signed int v52; // ecx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1122 unsigned int *v53; // esi@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1123 int v54; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1124 unsigned int v55; // ebx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1125 RenderD3D *v56; // ecx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1126 char v57; // dl@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1127 std::string v58; // [sp-18h] [bp-38h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1128 const char *v59; // [sp-8h] [bp-28h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1129 signed int v60; // [sp-4h] [bp-24h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1130 double v61; // [sp+Ch] [bp-14h]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1131 float minz; // [sp+14h] [bp-Ch]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1132 int v63; // [sp+18h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1133 float v64; // [sp+1Ch] [bp-4h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1134
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1135 v8 = pLight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1136 result = pLight->uRadius;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1137 v63 = pLight->uRadius;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1138 if ( result <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1139 goto LABEL_27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1140 v10 = uStripType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1141 v11 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1142 if ( uStripType == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1143 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1144 pLight = (StationaryLight *)LODWORD(a1->vWorldPosition.x);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1145 v12 = a1[3].vWorldPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1146 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1147 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1148 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1149 if ( uStripType != 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1150 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1151 MessageBoxW(nullptr, L"Uknown strip type detected!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:981", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1152 goto LABEL_11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1153 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1154 if ( (unsigned char)X )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1155 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1156 pLight = (StationaryLight *)LODWORD(a1->vWorldPosition.x);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1157 uStripType = LODWORD(a1[2].vWorldPosition.x);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1158 a1 = (RenderVertexSoft *)LODWORD(a1[1].vWorldPosition.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1159 v13 = v11[2].vWorldPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1160 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1161 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1162 pLight = (StationaryLight *)LODWORD(a1[1].vWorldPosition.x);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1163 v12 = a1[2].vWorldPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1164 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1165 uStripType = LODWORD(v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1166 a1 = (RenderVertexSoft *)LODWORD(a1[1].vWorldPosition.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1167 v13 = v11->vWorldPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1168 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1169 v64 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1170 LABEL_11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1171 v60 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1172 v59 = (const char *)v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1173 v14 = pGame->pIndoorCameraD3D->GetPolygonMinZ(v11, v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1174 v60 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1175 minz = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1176 maxz = pGame->pIndoorCameraD3D->GetPolygonMaxZ(v11, v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1177 result = v8->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1178 *((float *)&v61 + 1) = maxz;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1179 v16 = (double)result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1180 *(float *)&X = (double)v63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1181 v17 = *(float *)&pLight - *(float *)&X;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1182 //UNDEF(v18);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1183 v19 = v16 < v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1184 v20 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1185 v21 = v16 == v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1186 BYTE1(result) = HIBYTE(v18);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1187 if ( v16 <= v17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1188 || (v22 = *(float *)&X + *(float *)&uStripType,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1189 //UNDEF(v23),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1190 v24 = v16 < v22,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1191 v25 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1192 v26 = v16 == v22,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1193 BYTE1(result) = HIBYTE(v23),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1194 v16 >= v22)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1195 || (result = v8->vPosition.y,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1196 pLight = (StationaryLight *)v8->vPosition.y,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1197 v27 = (double)(signed int)pLight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1198 v28 = *(float *)&a1 - *(float *)&X,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1199 //UNDEF(v29),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1200 v30 = v27 < v28,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1201 v31 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1202 v32 = v27 == v28,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1203 BYTE1(result) = HIBYTE(v29),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1204 v27 <= v28)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1205 || (v33 = *(float *)&X + v64,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1206 //UNDEF(v34),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1207 v35 = v27 < v33,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1208 v36 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1209 v37 = v27 == v33,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1210 BYTE1(result) = HIBYTE(v34),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1211 v27 >= v33)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1212 || (result = v8->vPosition.z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1213 pLight = (StationaryLight *)v8->vPosition.z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1214 v38 = (double)(signed int)pLight,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1215 v39 = minz - *(float *)&X,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1216 //UNDEF(v40),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1217 v41 = v38 < v39,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1218 v42 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1219 v43 = v38 == v39,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1220 BYTE1(result) = HIBYTE(v40),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1221 v38 <= v39)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1222 || (v44 = *(float *)&X + *((float *)&v61 + 1),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1223 //UNDEF(v45),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1224 v46 = v38 < v44,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1225 v47 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1226 v48 = v38 == v44,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1227 BYTE1(result) = HIBYTE(v45),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1228 v38 >= v44)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1229 || (v49 = pNormal,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1230 Vec3_float_::NegDot(&v11->vWorldPosition, pNormal, a3),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1231 X = v8->vPosition.y,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1232 v50 = (double)X * v49->y,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1233 X = v8->vPosition.z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1234 v51 = (double)X * v49->z,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1235 X = v8->vPosition.x,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1236 *(float *)&a3 = v50 + v51 + (double)X * v49->x + *a3,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1237 v61 = *(float *)&a3 + 6.7553994e15,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1238 result = LODWORD(v61),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1239 X = LODWORD(v61),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1240 v52 = v63,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1241 SLODWORD(v61) > v63) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1242 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1243 LABEL_27:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1244 LOBYTE(result) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1245 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1246 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1247 v53 = pSlot;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1248 v60 = X;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1249 stru_F8AD28._blv_lights_radii[*pSlot] = v63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1250 stru_F8AD28._blv_lights_inv_radii[*v53] = 65536 / v52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1251 stru_F8AD28._blv_lights_xs[*v53] = v8->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1252 stru_F8AD28._blv_lights_ys[*v53] = v8->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1253 stru_F8AD28._blv_lights_zs[*v53] = v8->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1254 a3 = (float *)v8->uLightColorR;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1255 stru_F8AD28._blv_lights_rs[*v53] = (double)(signed int)a3 * 0.0039215689;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1256 a3 = (float *)v8->uLightColorG;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1257 stru_F8AD28._blv_lights_gs[*v53] = (double)(signed int)a3 * 0.0039215689;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1258 a3 = (float *)v8->uLightColorB;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1259 stru_F8AD28._blv_lights_bs[*v53] = (double)(signed int)a3 * 0.0039215689;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1260 v54 = abs(v60);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1261 v55 = pRenderer->bUsingSpecular;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1262 stru_F8AD28._blv_lights_light_dot_faces[*v53] = v54;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1263 stru_F8AD28._blv_lights_types[*v53] = v8->uLightType;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1264 v56 = pRenderer->pRenderD3D;
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1265 v57 = stru_F8AD28._blv_lights_types[*v53];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1266 if ( pRenderer->pRenderD3D && v55 && v57 & 4 )
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1267 v57 = _4E94D2_light_type;
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1268 stru_F8AD28._blv_lights_types[*v53] = v57;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1269 result = 4 * *v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1270 if ( v56 && v55 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1271 {
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1272 if ( stru_F8AD28._blv_lights_types[*v53] & 4 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1273 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1274 *(float *)((char *)stru_F8AD28._blv_lights_rs + result) = *(float *)((char *)stru_F8AD28._blv_lights_rs + result)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1275 * 0.33000001;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1276 *(float *)((char *)stru_F8AD28._blv_lights_gs + result) = *(float *)((char *)stru_F8AD28._blv_lights_gs + result)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1277 * 0.33000001;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1278 *(float *)((char *)stru_F8AD28._blv_lights_bs + result) = *(float *)((char *)stru_F8AD28._blv_lights_bs + result)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1279 * 0.33000001;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1280 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1281 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1282 ++*v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1283 LOBYTE(result) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1284 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1285 }
59
5159d2e6f559 BLV render
Nomad
parents: 50
diff changeset
1286 // 4E94D2: using guessed type char _4E94D2_light_type;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1287
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1288 //----- (0045D3C7) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1289 bool LightmapBuilder::_45D3C7(stru148 *a1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1290 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1291 LightmapBuilder *v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1292 stru148 *result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1293 float v4; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1294 Span *i; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1295
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1296 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1297 result = (stru148 *)a1->prolly_head;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1298 if ( result && (v4 = result->field_4, *(int *)&v4) != 0 && *(unsigned int *)(LODWORD(v4) + 60) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1299 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1300 for ( i = a1->prolly_head; ; i = i->pNext )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1301 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1302 result = i->pParent;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1303 if ( result->field_108 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1304 result = (stru148 *)_45D426(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1305 i,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1306 a1->pEdgeList1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1307 a1->uEdgeList1Size,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1308 (Edge *)a1->pEdgeList2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1309 a1->uEdgeList2Size);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1310 if ( a1->prolly_tail == i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1311 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1312 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1313 LOBYTE(result) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1314 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1315 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1316 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1317 LOBYTE(result) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1318 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1319 return (bool)result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1320 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1321
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1322 //----- (0045D426) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1323 int LightmapBuilder::_45D426(Span *a1, Edge **a2, unsigned int a3, Edge *a4, int a5)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1324 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1325 int v6; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1326 signed int v7; // ebx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1327 signed int v8; // ecx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1328 Span *v9; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1329 double v10; // st7@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1330 Edge *v11; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1331 double v12; // st7@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1332 int v13; // edx@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1333 int v14; // ebx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1334 Edge *v15; // edi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1335 float v16; // ST04_4@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1336 float v17; // ST04_4@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1337 double v18; // st7@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1338 int result; // eax@19
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
1339 //double v20; // ST14_8@20
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
1340 //double v21; // ST14_8@20
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1341 double v22; // st7@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1342 int v23; // ecx@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1343 double v24; // st6@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1344 double v25; // st7@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1345 double v26; // st7@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1346 __int16 v27; // fps@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1347 char v28; // c0@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1348 char v29; // c2@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1349 char v30; // c3@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1350 double v31; // st7@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1351 double v32; // st7@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1352 __int16 v33; // fps@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1353 char v34; // c0@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1354 char v35; // c2@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1355 char v36; // c3@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1356 LightmapBuilder *this_4; // [sp+14h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1357 signed int v38; // [sp+18h] [bp-4h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1358 float a1a; // [sp+24h] [bp+8h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1359 float a2a; // [sp+28h] [bp+Ch]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1360 float a3a; // [sp+2Ch] [bp+10h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1361 float a5a; // [sp+34h] [bp+18h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1362 float a5b; // [sp+34h] [bp+18h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1363
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1364 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1365 this_4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1366 if ( a5 && a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1367 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1368 v7 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1369 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1370 v9 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1371 v38 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1372 if ( (signed int)a3 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1373 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1374 v10 = (double)a1->field_A;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1375 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1376 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1377 v11 = a2[v8];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1378 if ( v10 >= v11->field_2C )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1379 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1380 if ( v10 <= v11->field_30 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1381 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1382 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1383 ++v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1384 if ( v8 >= (signed int)a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1385 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1386 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1387 v38 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1388 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1389 LABEL_10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1390 if ( a5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1391 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1392 v12 = (double)a1->field_A;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1393 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1394 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1395 v13 = *((unsigned int *)&a4->field_0 + v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1396 if ( v12 >= *(float *)(v13 + 44) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1397 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1398 if ( v12 <= *(float *)(v13 + 48) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1399 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1400 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1401 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1402 if ( v6 >= a5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1403 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1404 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1405 v7 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1406 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1407 LABEL_17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1408 v14 = *((unsigned int *)&a4->field_0 + v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1409 v15 = a2[v38];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1410 v16 = (double)a1->field_A;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1411 a3a = _45D643(a2[v38], v16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1412 v17 = (double)a1->field_A;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1413 v18 = _45D643((Edge *)v14, v17);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1414 a2a = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1415 if ( byte_4D864C && BYTE1(pGame->uFlags) & 0x80 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1416 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1417 HIWORD(result) = HIWORD(a3a);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1418 a1->field_14 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1419 a1->field_10 = a3a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1420 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1421 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1422 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1423 a5a = ((double)a1->field_A - v15->field_2C) * v15->field_4 + v15->field_24 - 0.5;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
1424 //v20 = a5a + 6.7553994e15;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
1425 //a5b = (double)SLODWORD(v20);
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
1426 a5b = (double)floorf(a5a + 0.5f);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1427 a1a = ((double)a1->field_A - *(float *)(v14 + 44)) * *(float *)(v14 + 4) + *(float *)(v14 + 36) + 0.5;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
1428 //v21 = a1a + 6.7553994e15;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
1429 //v22 = (double)SLODWORD(v21);
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
1430 v22 = (double)floorf(a1a + 0.5f);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1431 result = v9->field_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1432 v23 = v9->field_C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1433 v24 = -((a3a - a2a) / (v22 - a5b));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1434 v9->field_10 = ((double)result - a5b) * v24 + a3a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1435 v9->field_14 = a2a - (v22 - (double)(result + v23)) * v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1436 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1437 if ( v9->field_10 < 0.0 || v9->field_10 <= 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1438 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1439 if ( v9->field_10 >= 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1440 v25 = v9->field_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1441 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1442 v25 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1443 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1444 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1445 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1446 v25 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1447 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1448 v9->field_10 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1449 if ( v9->field_14 < 0.0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1450 || (v26 = v9->field_14,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1451 //UNDEF(v27),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1452 v28 = 1.0 < v26,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1453 v29 = 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1454 v30 = 1.0 == v26,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1455 BYTE1(result) = HIBYTE(v27),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1456 v26 <= 1.0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1457 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1458 v32 = v9->field_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1459 //UNDEF(v33);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1460 v34 = 0.0 < v32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1461 v35 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1462 v36 = 0.0 == v32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1463 BYTE1(result) = HIBYTE(v33);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1464 if ( v32 >= 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1465 v31 = v9->field_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1466 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1467 v31 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1468 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1469 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1470 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1471 v31 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1472 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1473 v9->field_14 = v31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1474 LOBYTE(result) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1475 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1476 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1477 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1478 LOBYTE(result) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1479 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1480 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1481 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1482 // 4D864C: using guessed type char byte_4D864C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1483
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1484 //----- (0045D643) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1485 double LightmapBuilder::_45D643(Edge *a1, float a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1486 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1487 double result; // st7@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1488
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1489 result = (a1->field_1C - a1->field_20) * -1.0 / (a1->field_30 - a1->field_2C) * (a2 - a1->field_2C) + a1->field_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1490 if ( result < 0.0 || result <= 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1491 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1492 if ( result < 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1493 result = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1494 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1495 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1496 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1497 result = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1498 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1499 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1500 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1501
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1502 //----- (0045D698) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1503 bool LightmapBuilder::DrawDebugOutlines(char bit_one_for_list1__bit_two_for_list2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1504 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1505 bool result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1506 LightmapBuilder *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1507 RenderVertexSoft *v4; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1508 RenderVertexSoft *v5; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1509 IndoorCameraD3D *thisa; // [sp+10h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1510 bool v7; // [sp+14h] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1511 bool a2a; // [sp+20h] [bp+8h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1512
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1513 result = (bool)pGame->pIndoorCameraD3D;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1514 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1515 thisa = pGame->pIndoorCameraD3D;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1516 if ( bit_one_for_list1__bit_two_for_list2 & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1517 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1518 v7 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1519 if ( (signed int)this->std__vector_000004_size > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1520 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1521 v4 = this->std__vector_000004[0].pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1522 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1523 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1524 pGame->pIndoorCameraD3D->debug_outline_sw(v4, *((unsigned int *)v4 - 1), 0xFF00u, 0.0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1525 ++v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1526 v4 = (RenderVertexSoft *)((char *)v4 + 3100);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1527 result = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1528 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1529 while ( v7 < (signed int)v3->std__vector_000004_size );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1530 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1531 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1532 if ( bit_one_for_list1__bit_two_for_list2 & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1533 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1534 a2a = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1535 if ( (signed int)v3->std__vector_183808_size > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1536 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1537 v5 = v3->std__vector_183808[0].pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1538 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1539 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1540 pGame->pIndoorCameraD3D->debug_outline_sw(v5, *((unsigned int *)v5 - 1), 0xC04000u, 0.00019999999);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1541 ++a2a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1542 v5 = (RenderVertexSoft *)((char *)v5 + 3100);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1543 result = a2a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1544 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1545 while ( a2a < (signed int)v3->std__vector_183808_size );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1546 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1547 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1548 LOBYTE(result) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1549 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1550 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1551
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1552 //----- (0045D73F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1553 void LightmapBuilder::DrawLightmaps(int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1554 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1555 if ( a2 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1556 DoDrawLightmaps();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1557 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1558
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1559 //----- (0045D74F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1560 char LightmapBuilder::_45D74F_MessWithLight(int a2, int *a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1561 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1562 char v3; // zf@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1563 IDirect3DDevice3 *v4; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1564 HRESULT v5; // eax@2
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1565 //char *v6; // eax@2
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1566 struct IDirect3DTexture2 *v7; // edi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1567 HRESULT v8; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1568 HRESULT v9; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1569 HRESULT v10; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1570 HRESULT v11; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1571 HRESULT v12; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1572 int *v13; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1573 float v14; // ecx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1574 IDirect3DDevice3 *v15; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1575 HRESULT v16; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1576 IDirect3DDevice3 *v17; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1577 HRESULT v18; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1578 IDirect3DDevice3 *v19; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1579 HRESULT v20; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1580 IDirect3DDevice3 *v21; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1581 HRESULT v22; // eax@21
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1582 //IDirect3DDevice3 *v23; // eax@23
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1583 std::string v25; // [sp+44h] [bp-44h]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1584 signed int v26; // [sp+48h] [bp-40h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1585 signed int v27; // [sp+4Ch] [bp-3Ch]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1586 Lightmap *v28; // [sp+50h] [bp-38h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1587 int v29; // [sp+54h] [bp-34h]@2
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1588 //float v30; // [sp+58h] [bp-30h]@2
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1589 int arg4; // [sp+68h] [bp-20h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1590 float v32; // [sp+6Ch] [bp-1Ch]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1591 float v33; // [sp+70h] [bp-18h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1592 int v34; // [sp+74h] [bp-14h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1593 int v35; // [sp+78h] [bp-10h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1594 int *v36; // [sp+7Ch] [bp-Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1595 int a1; // [sp+80h] [bp-8h]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1596 float v38; // [sp+84h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1597
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1598 v3 = this->std__vector_000004_size == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1599 LODWORD(v38) = (int)this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1600 if ( !v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1601 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1602 //v30 = 0.0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1603 //v4 = pRenderer->pRenderD3D->pDevice;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1604 ErrD3D(v4->SetTextureStageState(0, D3DTSS_ADDRESS, 3u));
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1605 //v6 = (char *)stru_69BD44.c_str();
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1606 //if ( !stru_69BD44.c_str() )
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1607 // v6 = (char *)&dword_4D86F0;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1608 v7 = pGame->pIndoorCameraD3D->LoadTextureAndGetHardwarePtr("effpar03");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1609 if ( pRenderer->bUsingSpecular )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1610 pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_FOGENABLE, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1611 if ( !byte_4D864C || !(pGame->uFlags & 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1612 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1613 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ALPHABLENDENABLE, 1u));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1614 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DITHERENABLE, 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1615 ErrD3D(pRenderer->pRenderD3D->pDevice->SetTexture(0, v7));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1616 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_SRCBLEND, 2u));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1617 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DESTBLEND, 2u));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1618 v13 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1619 v33 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1620 v32 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1621 *(float *)&arg4 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1622 if ( a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1623 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1624 if ( *a3 != -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1625 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1626 v36 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1627 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1628 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1629 v28 = (Lightmap *)(3100 * *v13 + LODWORD(v38) + 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1630 if ( !DrawLightmap(v28, (Vec3_float_ *)&arg4, 0.0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1631 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1632 MessageBoxW(nullptr, L"Invalid lightmap detected!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:1230", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1633 a1 = 5080812;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1634 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1635 v13 = v36 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1636 v36 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1637 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1638 while ( *v13 != -1 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1639 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1640 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1641 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1642 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1643 v14 = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1644 v36 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1645 if ( *(unsigned int *)(LODWORD(v38) + 1587204) > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1646 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1647 a1 = LODWORD(v38) + 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1648 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1649 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1650 if ( !DrawLightmap((Lightmap *)a1, (Vec3_float_ *)&arg4, 0.0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1651 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1652 MessageBoxW(nullptr, L"Invalid lightmap detected!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:1238", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1653 v35 = 5080812;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1654 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1655 v36 = (int *)((char *)v36 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1656 a1 += 3100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1657 if ( (signed int)v36 >= *(unsigned int *)(LODWORD(v38) + 1587204) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1658 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1659 v14 = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1660 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1661 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1662 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1663 v15 = pRenderer->pRenderD3D->pDevice;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1664 ErrD3D(v15->SetRenderState(D3DRENDERSTATE_SRCBLEND, 2u));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1665 ErrD3D(v15->SetRenderState(D3DRENDERSTATE_DESTBLEND, 1u));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1666 ErrD3D(v15->SetRenderState(D3DRENDERSTATE_ALPHABLENDENABLE, 0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1667 ErrD3D(v15->SetRenderState(D3DRENDERSTATE_DITHERENABLE, 1u));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1668 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1669 if ( pRenderer->bUsingSpecular )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1670 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1671 //LODWORD(v30) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1672 //v29 = 28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1673 //v28 = (Lightmap *)pRenderer->pRenderD3D->pDevice;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1674 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_FOGENABLE, 1));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1675 //v30 = pRenderer->uFogColor;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1676 //v23 = pRenderer->pRenderD3D->pDevice;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1677 //v29 = 34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1678 //v28 = (Lightmap *)v23;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1679 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_FOGCOLOR, pRenderer->uFogColor));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1680 //v28 = (Lightmap *)pRenderer->pRenderD3D->pDevice;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1681 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_FOGTABLEMODE, false));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1682 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1683 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1684 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1685 }
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1686
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1687
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1688 //----- (0045DA56) --------------------------------------------------------
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1689 bool LightmapBuilder::DrawLightmaps2(float z_bias)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1690 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1691 Vec3_float_ v; // [sp+Ch] [bp-1Ch]@2
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1692 v.z = 1.0;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1693 v.y = 1.0;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1694 v.x = 1.0;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1695
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1696 for (uint i = 0; i < std__vector_183808_size; ++i)
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1697 if (!DrawLightmap(std__vector_183808 + i, &v, z_bias))
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1698 MessageBoxW(nullptr, L"Invalid lightmap detected!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Light.cpp:1288", 0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1699
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1700 return true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1701 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1702
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1703 //----- (0045DAE8) --------------------------------------------------------
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1704 bool LightmapBuilder::DrawLightmap(Lightmap *pLightmap, Vec3_float_ *pColorMult, float z_bias)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1705 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1706 double v10; // st7@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1707 double v14; // st7@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1708 __int16 v15; // fps@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1709 double v18; // st3@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1710 signed int v24; // [sp-1Ch] [bp-670h]@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1711 const char *v25; // [sp-18h] [bp-66Ch]@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1712 int v26; // [sp-14h] [bp-668h]@13
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1713 RenderVertexD3D3 a2[32]; // [sp+0h] [bp-654h]@7
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1714
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1715
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1716 if (pLightmap->uNumVertices < 3)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1717 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1718 Log::Warning(L"Lightmap uNumVertices < 3");
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1719 return false;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1720 }
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
1721
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1722 uint uLightmapColorMaskR = (pLightmap->uColorMask >> 16) & 0xFF;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1723 uint uLightmapColorR = floorf(uLightmapColorMaskR * pLightmap->fBrightness * pColorMult->x + 0.5f);
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1724
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1725 uint uLightmapColorMaskG = (pLightmap->uColorMask >> 8) & 0xFF;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1726 uint uLightmapColorG = floorf(uLightmapColorMaskG * pLightmap->fBrightness * pColorMult->y + 0.5f);
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1727
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1728 uint uLightmapColorMaskB = pLightmap->uColorMask & 0xFF;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1729 uint uLightmapColorB = floorf(uLightmapColorMaskB * pLightmap->fBrightness * pColorMult->z + 0.5f);
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1730
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1731 uint uLightmapColor = uLightmapColorB | (uLightmapColorMaskG << 8) | (uLightmapColorMaskR << 16);
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
1732
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1733 if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1734 v10 = (double)pOutdoorCamera->shading_dist_mist;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1735 else
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1736 v10 = 16192.0;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1737 v14 = 1.0 / v10;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1738
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1739 for (uint i = 0; i < pLightmap->uNumVertices; ++i)
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1740 {
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1741 v18 = 1.0 - 1.0 / (v14 * pLightmap->pVertices[i].vWorldViewPosition.x * 1000.0);
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1742 if (fabsf(z_bias) < 1e-5f)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1743 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1744 v18 = v18 - z_bias;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1745 if (v18 < 0.000099999997)
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1746 v18 = 0.000099999997;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1747 }
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1748
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1749 a2[i].pos.x = pLightmap->pVertices[i].vWorldViewProjX;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1750 a2[i].pos.z = v18;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1751 a2[i].pos.y = pLightmap->pVertices[i].vWorldViewProjY;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1752 a2[i].rhw = 1.0 / pLightmap->pVertices[i].vWorldViewPosition.x;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1753 a2[i].diffuse = uLightmapColor;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1754 a2[i].specular = 0;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1755 a2[i].texcoord.x = pLightmap->pVertices[i].u;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1756 a2[i].texcoord.y = pLightmap->pVertices[i].v;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1757 }
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1758
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1759 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1760 v24 = D3DDP_DONOTLIGHT | D3DDP_DONOTCLIP | D3DDP_DONOTUPDATEEXTENTS;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1761 else
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1762 v24 = D3DDP_DONOTLIGHT;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1763
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1764 ErrD3D(pRenderer->pRenderD3D->pDevice->DrawPrimitive(D3DPT_TRIANGLEFAN,
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1765 D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_SPECULAR | D3DFVF_TEX1,
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1766 a2,
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1767 pLightmap->uNumVertices,
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1768 v24));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1769
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1770 return true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1771 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1772
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1773 //----- (0045DCA9) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1774 void LightmapBuilder::DoDrawLightmaps()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1775 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1776 if (!std__vector_183808_size)
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1777 return;
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1778
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1779 if (pRenderer->bUsingSpecular)
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1780 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_FOGENABLE, 0));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1781
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1782 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_CULLMODE, 1));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1783 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ZWRITEENABLE, 0));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1784 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ALPHABLENDENABLE, 1u));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1785 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DITHERENABLE, 0));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1786
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1787 auto pTex = pGame->pIndoorCameraD3D->LoadTextureAndGetHardwarePtr("effpar03");
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1788 ErrD3D(pRenderer->pRenderD3D->pDevice->SetTexture(0, pTex));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1789
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1790 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_SRCBLEND, 2u));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1791 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DESTBLEND, 2u));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1792
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1793 DrawLightmaps2(0.00050000002);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1794
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1795 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_SRCBLEND, 2u));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1796 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DESTBLEND, 1u));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1797 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ALPHABLENDENABLE, 0));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1798 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_DITHERENABLE, 1u));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1799 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_ZWRITEENABLE, 1u));
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1800 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_CULLMODE, 2));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1801
45
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1802 if (pRenderer->bUsingSpecular)
bcc051713d20 BLV render & seffects
Nomad
parents: 29
diff changeset
1803 ErrD3D(pRenderer->pRenderD3D->pDevice->SetRenderState(D3DRENDERSTATE_FOGENABLE, 1u));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1804 }