Mercurial > mm7
annotate Render.h @ 931:6dd1766051cf
Слияние
author | Ritor1 |
---|---|
date | Wed, 01 May 2013 15:17:43 +0600 |
parents | e3609dd06c15 |
children | ec7568e13b24 |
rev | line source |
---|---|
0 | 1 #pragma once |
2 #include <stdio.h> | |
3 | |
4 #include "lib\legacy_dx\d3d.h" | |
5 #include "OSAPI.h" | |
6 | |
7 #include "Sprites.h" | |
8 #include "VectorTypes.h" | |
9 | |
10 struct stru148; | |
11 struct Texture; | |
12 struct RGBTexture; | |
13 struct RenderBillboardTransform_local0; | |
14 struct ODMFace; | |
15 | |
16 | |
17 /* 119 */ | |
18 #pragma pack(push, 1) | |
19 struct RenderVertexSoft | |
20 { | |
21 inline RenderVertexSoft(): | |
22 flt_2C(0.0f) | |
23 {} | |
24 | |
25 Vec3_float_ vWorldPosition; | |
26 Vec3_float_ vWorldViewPosition; | |
27 float vWorldViewProjX; | |
28 float vWorldViewProjY; | |
168 | 29 float _rhw; |
0 | 30 float u; |
31 float v; | |
32 float flt_2C; | |
33 }; | |
34 #pragma pack(pop) | |
35 | |
36 | |
37 | |
38 /* 112 */ | |
39 #pragma pack(push, 1) | |
40 struct RenderVertexD3D3 | |
41 { | |
42 Vec3_float_ pos; | |
43 float rhw; | |
44 unsigned int diffuse; | |
45 unsigned int specular; | |
46 Vec2_float_ texcoord; | |
47 }; | |
48 | |
49 | |
50 | |
51 /* 161 */ | |
52 #pragma pack(push, 1) | |
53 struct RenderBillboard | |
54 { | |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
55 int _screenspace_x_scaler_packedfloat; |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
56 int _screenspace_y_scaler_packedfloat; |
0 | 57 float fov_x; |
58 float fov_y; | |
194 | 59 union |
60 { | |
61 int sZValue; | |
62 struct | |
63 { | |
64 unsigned __int16 object_pid; | |
65 signed __int16 actual_z; | |
66 }; | |
67 }; | |
142 | 68 int field_14_actor_id; |
0 | 69 unsigned __int16 uHwSpriteID; |
70 __int16 uPalette; | |
71 __int16 uIndoorSectorID; | |
72 __int16 field_1E; | |
430 | 73 __int16 world_x; |
74 __int16 world_y; | |
75 __int16 world_z; | |
0 | 76 __int16 uScreenSpaceX; |
77 __int16 uScreenSpaceY; | |
657 | 78 unsigned __int16 dimming_level; |
0 | 79 unsigned int uTintColor; |
80 SpriteFrame *pSpriteFrame; | |
159 | 81 |
82 inline float GetFloatZ() const | |
83 { | |
194 | 84 return (float)object_pid / 65535.0f + (float)actual_z; |
159 | 85 } |
0 | 86 }; |
87 #pragma pack(pop) | |
88 | |
89 | |
90 #pragma pack(push, 1) | |
91 struct RenderD3D__DevInfo | |
92 { | |
93 unsigned int bIsDeviceCompatible; | |
94 char *pName; | |
95 char *pDescription; | |
96 GUID *pGUID; | |
97 unsigned int uCaps; | |
98 char *pDriverName; | |
99 char *pDeviceDesc; | |
100 char *pDDraw4DevDesc; | |
101 GUID *pDirectDrawGUID; | |
102 int uVideoMem; | |
103 }; | |
104 #pragma pack(pop) | |
105 | |
106 | |
107 | |
108 #pragma pack(push, 1) | |
109 struct RenderD3D_D3DDevDesc | |
110 { | |
111 int field_0; | |
112 int field_4; | |
113 int field_8; | |
114 int field_C; | |
115 int field_10; | |
116 char *pDriverName; | |
117 char *pDeviceDesc; | |
118 char *pDDraw4DevDesc; | |
119 GUID *pGUID; | |
120 unsigned int uVideoMem; | |
121 }; | |
122 #pragma pack(pop) | |
123 | |
124 | |
125 | |
126 | |
127 | |
128 | |
129 | |
130 | |
131 | |
132 /* 280 */ | |
133 #pragma pack(push, 1) | |
134 struct HWLTexture | |
135 { | |
136 inline HWLTexture(): | |
137 field_0(0), field_4(0), field_8(0), | |
138 field_C(0), field_10(0), field_14(0) | |
139 {} | |
140 | |
141 int field_0; | |
142 int field_4; | |
143 int field_8; | |
144 int field_C; | |
145 int field_10; | |
146 int field_14; | |
670 | 147 int uBufferWidth; |
148 int uBufferHeight; | |
149 int uAreaWidth; | |
150 int uAreaHeigth; | |
0 | 151 unsigned int uWidth; |
152 unsigned int uHeight; | |
670 | 153 int uAreaX; |
154 int uAreaY; | |
0 | 155 unsigned __int16 *pPixels; |
156 }; | |
157 #pragma pack(pop) | |
158 | |
159 | |
160 /* 185 */ | |
161 #pragma pack(push, 1) | |
162 struct RenderHWLContainer | |
163 { | |
164 RenderHWLContainer(); | |
165 bool Load(const wchar_t *pFilename); | |
166 bool Release(); | |
167 | |
168 HWLTexture *LoadTexture(const char *pName, int bMipMaps); | |
169 | |
170 FILE *pFile; | |
171 uint uSignature; | |
172 unsigned int uDataOffset; | |
173 unsigned int uNumItems; | |
174 char *pSpriteNames[50000]; | |
175 int pSpriteOffsets[50000]; | |
176 int bDumpDebug; | |
177 int field_61A94_scale_hwls_to_half; | |
178 }; | |
179 #pragma pack(pop) | |
180 | |
181 | |
182 | |
183 /* 242 */ | |
184 #pragma pack(push, 1) | |
185 struct RenderBillboardD3D | |
186 { | |
187 enum OpacityType: unsigned __int32 | |
188 { | |
189 Transparent = 0, | |
190 Opaque_1 = 1, | |
191 Opaque_2 = 2, | |
192 Opaque_3 = 3, | |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
193 NoBlend = 0xFFFFFFFF |
0 | 194 }; |
195 | |
196 IDirect3DTexture2 *pTexture; | |
197 unsigned int uNumVertices; | |
198 RenderVertexD3D3 pQuards[4]; | |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
199 float z_order; |
0 | 200 OpacityType uOpacity; |
201 int field_90; | |
202 int sZValue; | |
203 unsigned int uParentBillboardID; | |
204 }; | |
205 #pragma pack(pop) | |
206 | |
207 | |
208 | |
209 | |
210 #pragma pack(push, 1) | |
211 struct RenderD3D_aux | |
212 { | |
213 RenderD3D__DevInfo *pInfo; | |
214 RenderD3D_D3DDevDesc *ptr_4; | |
215 }; | |
216 #pragma pack(pop) | |
217 | |
218 | |
219 | |
220 /* 183 */ | |
221 #pragma pack(push, 1) | |
222 struct RenderD3D | |
223 { | |
224 RenderD3D(); | |
225 | |
226 static bool DoesRaiseExceptions(); | |
227 | |
228 void GetAvailableDevices(RenderD3D__DevInfo **pOutDevices); | |
229 void Release(); | |
230 bool CreateDevice(unsigned int uDeviceID, int bWindowed, HWND hWnd); | |
231 unsigned int GetDeviceCaps(); | |
232 void ClearTarget(unsigned int bClearColor, unsigned int uClearColor, unsigned int bClearDepth, float z_clear); | |
233 void Present(bool bForceBlit); | |
234 bool CreateTexture(unsigned int uTextureWidth, unsigned int uTextureHeight, IDirectDrawSurface4 **pOutSurface, IDirect3DTexture2 **pOutTexture, bool bAlphaChannel, bool bMipmaps, unsigned int uMinDeviceTexDim); | |
235 void HandleLostResources(); | |
236 | |
237 | |
238 unsigned int bWindowed; | |
239 int field_4; | |
240 int field_8; | |
241 HWND hWindow; | |
242 int field_10; | |
243 int field_14; | |
244 int field_18; | |
245 RenderD3D__DevInfo *pAvailableDevices; | |
246 IDirectDraw4 *pHost; | |
247 IDirect3D3 *pDirect3D; | |
248 IUnknown *pUnk; | |
249 IDirectDrawSurface4 *pBackBuffer; | |
250 IDirectDrawSurface4 *pFrontBuffer; | |
251 IDirectDrawSurface4 *pZBuffer; | |
252 IDirect3DDevice3 *pDevice; | |
253 IDirect3DViewport3 *pViewport; | |
254 int field_40; | |
255 int field_44; | |
256 char pErrorMessage[48]; | |
257 char field_78[208]; | |
258 }; | |
259 #pragma pack(pop) | |
67 | 260 extern struct RenderVertexD3D3 pVertices[50]; |
0 | 261 |
262 /* 182 */ | |
263 #pragma pack(push, 1) | |
264 struct Render | |
265 { | |
266 Render(); | |
267 ~Render(); | |
268 | |
269 static Render *Create() {return new Render;} | |
270 | |
271 bool Initialize(bool bWindowed, uint uDefaultDevice, | |
272 bool bColoredLights, uint uDetailLevel, uint bTinting); | |
273 | |
274 static void __fastcall SetPixel(struct Vec2_int_ *pTargetXY, unsigned __int16 uColor); | |
275 | |
276 bool IsColorKeySupported(IDirectDraw4 *); | |
277 void _49EBF1(); | |
278 void ClearBlack(); | |
279 void PresentBlackScreen(); | |
280 void SavePCXScreenshot(); | |
281 void _49F1BC(const char *a1); | |
810 | 282 void PackPCXpicture(unsigned short* picture_data, int wight, int heidth, void *data_buff, int max_buff_size,unsigned int* packed_size); |
0 | 283 FILE *SavePCXImage(const char *Filename, char *a3, int a4, int a5); |
284 void ClearTarget(unsigned int uColor); | |
285 void Release2(); | |
286 void Present(); | |
287 void _49FD3A(); | |
288 void CreateZBuffer(); | |
289 void Release(); | |
290 void CreateSomeTexture(); | |
291 bool InitializeFullscreen(HWND hWnd); | |
292 bool SwitchToWindow(HWND hWnd); | |
709 | 293 char RasterLine2D(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW, unsigned __int16 uColor); |
0 | 294 void ClearZBuffer(int a2, int a3); |
709 | 295 void SetRasterClipRect(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW); |
0 | 296 void ParseTargetPixelFormat(); |
297 bool LockSurface_DDraw4(IDirectDrawSurface4 *pSurface, DDSURFACEDESC2 *pDesc, unsigned int uLockFlags); | |
298 bool LockSurface_DDraw2(IDirectDrawSurface2 *pSurface, DDSURFACEDESC *pDesc, unsigned int uLockFlags); | |
299 void CreateDirectDraw(); | |
300 void SetDirectDrawCooperationMode(HWND hWnd, bool bFullscreen); | |
301 void SetDirectDrawDisplayMode(unsigned int uWidth, unsigned int uHeight, unsigned int uBPP); | |
302 void CreateFrontBuffer(); | |
303 void CreateBackBuffer(); | |
304 void CreateDirectDrawPrimarySurface(); | |
305 void CreateClipper(HWND a2); | |
306 void GetTargetPixelFormat(DDPIXELFORMAT *pOut); | |
307 void LockRenderSurface(void **pOutSurfacePtr, unsigned int *pOutPixelsPerRow); | |
308 bool UsingDirect3D(); | |
309 void UnlockBackBuffer(); | |
310 void LockFrontBuffer(void **pOutSurface, unsigned int *pOutPixelsPerRow); | |
311 void UnlockFrontBuffer(); | |
312 void RestoreFrontBuffer(); | |
313 HRESULT _4A184C(); | |
314 void PresentRect(RECT *a2, RECT *a3); | |
315 void BltToFront(RECT *pDstRect, IDirectDrawSurface *pSrcSurface, RECT *pSrcRect, unsigned int uBltFlags); | |
316 void BltBackToFontFast(int a2, int a3, RECT *a4); | |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
317 unsigned int Billboard_ProbablyAddToListAndSortByZOrder(float z); |
0 | 318 unsigned int GetBillboardDrawListSize(); |
319 unsigned int GetParentBillboardID(unsigned int uBillboardID); | |
320 void BeginSceneD3D(); | |
321 void DrawBillboards_And_MaybeRenderSpecialEffects_And_EndScene(); | |
349 | 322 unsigned int GetActorTintColor(float a2, int tint, int a4, int a5, RenderBillboard *a6); |
0 | 323 void DrawPolygon(unsigned int uNumVertices, stru148 *a3, ODMFace *a4, IDirect3DTexture2 *pTexture); |
186 | 324 void DrawTerrainPolygon(unsigned int uNumVertices, stru148 *a4, IDirect3DTexture2 *a5, bool transparent, bool clampAtTextureBorders); |
852 | 325 void DrawSkyPolygon(unsigned int uNumVertices, stru148 *a3, IDirect3DTexture2 *pTexture); |
0 | 326 void _4A2ED5(signed int a2, stru148 *a3, IDirect3DTexture2 *pHwTex); |
327 void DrawIndoorPolygon(unsigned int uNumVertices, struct BLVFace *a3, IDirect3DTexture2 *pHwTex, Texture *pTex, int uPackedID, unsigned int uColor, int a8); | |
328 void MakeParticleBillboardAndPush_BLV(RenderBillboardTransform_local0 *a2, IDirect3DTexture2 *a3, unsigned int uDiffuse, int angle); | |
329 void MakeParticleBillboardAndPush_ODM(RenderBillboardTransform_local0 *a2, IDirect3DTexture2 *a3, unsigned int uDiffuse, int angle); | |
657 | 330 void TransformBillboard(RenderBillboardTransform_local0 *a2, Sprite *pSprite, int dimming_level, RenderBillboard *pBillboard); |
717 | 331 void DrawBillboard_Indoor(RenderBillboardTransform_local0 *pSoftBillboard, Sprite *pSprite, int dimming_level); |
0 | 332 int MakeParticleBillboardAndPush_BLV_Software(int screenSpaceX, int screenSpaceY, int z, int lightColor, int a6); |
333 void DrawProjectile(float srcX, float srcY, float a3, float a4, float dstX, float dstY, float a7, float a8, IDirect3DTexture2 *a9); | |
334 void _4A4CC9(struct stru6_stru1_indoor_sw_billboard *a1, int a2); | |
335 bool LoadTexture(const char *pName, unsigned int bMipMaps, IDirectDrawSurface4 **pOutSurface, IDirect3DTexture2 **pOutTexture); | |
670 | 336 bool MoveSpriteToDevice(Sprite *pSprite); |
0 | 337 void BeginScene(); |
338 void EndScene(); | |
339 unsigned int _4A52F1(unsigned int this_, float a3); | |
727 | 340 void SetTextureClipRect(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW); |
341 void ResetTextureClipRect(); | |
0 | 342 void DrawTextureRGB(unsigned int uOutX, unsigned int uOutY, RGBTexture *a4); |
343 void _4A5D33(unsigned int a2, unsigned int a3, int a4, int a5, RGBTexture *pTexture); | |
344 void DrawTextureIndexed(unsigned int uX, unsigned int uY, Texture *a4); | |
345 void _4A601E(signed int a2, signed int a3, Texture *pTexture, int a5); | |
710 | 346 void DrawMaskToZBuffer(signed int uOutX, unsigned int uOutY, Texture *pTexture, int zVal); |
0 | 347 void DrawTextureTransparent(unsigned int uX, unsigned int uY, Texture *pTexture); |
348 void _4A63E6(unsigned int a2, unsigned int a3, Texture *a4, Texture *a5, int a6, int a7, int a8); | |
349 void _4A65CC(unsigned int x, unsigned int y, Texture *a4, Texture *a5, int a6, int a7, int a8); | |
315 | 350 void DrawTransparentRedShade(unsigned int a2, unsigned int a3, Texture *a4); |
0 | 351 void DrawTransparentGreenShade(signed int a2, signed int a3, Texture *pTexture); |
352 void _4A6A68(unsigned int a2, unsigned int a3, Texture *a4, __int16 height); | |
353 void DrawTextPalette(int x, int y, int a4, int a5, unsigned int uFontHeight, unsigned __int16 *pPalette, int a8); | |
354 void DrawText(signed int uOutX, signed int uOutY, unsigned __int8 *pFontPixels, unsigned int uCharWidth, unsigned int uCharHeight, unsigned __int16 *pFontPalette, unsigned __int16 uFaceColor, unsigned __int16 uShadowColor); | |
355 void FillRectFast(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, unsigned int uColor16); | |
356 int _4A6DF5(unsigned __int16 *pBitmap, unsigned int uBitmapPitch, struct Vec2_int_ *pBitmapXY, unsigned __int16 *pTarget, unsigned int uTargetPitch, Vec4_int_ *a7); | |
357 void _4A6E7E(unsigned int a2, unsigned int a3, Texture *a4); | |
358 char DrawBuildingsD3D(); | |
359 struct BSPModel *DrawBuildingsSW(); | |
360 int OnOutdoorRedrawSW(); | |
361 void DrawSkyD3D(); | |
362 int DrawSkySW(struct Span *a1, stru148 *a2, int a3); | |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
363 void PrepareDecorationsRenderList_ODM(); |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
430
diff
changeset
|
364 void DrawSpriteObjects_ODM(); |
0 | 365 void TransformBillboardsAndSetPalettesODM(); |
366 float DrawBezierTerrain(); | |
86 | 367 void RenderTerrainD3D(); |
0 | 368 void DrawTerrainD3D(int a1, int edx0, int a3); |
369 void DrawTerrainSW(int a1, int a2, int a3); | |
370 __int16 ExecOutdoorDrawSW(); | |
371 void ChangeBetweenWinFullscreenModes(); | |
372 void DrawBillboardList_BLV(); | |
373 | |
374 | |
375 unsigned int bUserDirect3D; | |
376 unsigned int bStartInWindow; | |
377 unsigned int uDesiredDirect3DDevice; | |
378 unsigned int uAcquiredDirect3DDevice; | |
379 int field_10; | |
380 int field_14; | |
381 int field_18_locked_pitch; | |
709 | 382 int raster_clip_x; |
383 int raster_clip_y; // clipping rect for raster ops | |
384 int raster_clip_z; // like RasterLine2D for (mini)map | |
385 int raster_clip_w; | |
0 | 386 __int16 field_2C[65536]; |
387 __int16 field_2002C[65536]; | |
388 int field_4002C; | |
389 int field_40030; | |
390 int *pActiveZBuffer; | |
391 int *pDefaultZBuffer; | |
392 int field_4003C; | |
393 int field_40040; | |
394 int field_40044; | |
395 int field_40048; | |
396 int field_4004C; | |
397 HWND hWnd; | |
398 int field_40054; | |
399 unsigned int bWindowMode; | |
400 int field_4005C[11]; | |
401 RenderD3D *pRenderD3D; | |
402 IDirectDraw4 *pDirectDraw4; | |
403 IDirectDrawSurface4 *pFrontBuffer4; | |
404 IDirectDrawSurface4 *pBackBuffer4; | |
405 IDirectDrawSurface4 *pColorKeySurface4; | |
406 IDirectDraw2 *pDirectDraw2; | |
407 IDirectDrawSurface2 *pFrontBuffer2; | |
408 IDirectDrawSurface2 *pBackBuffer2; | |
409 IDirectDrawSurface2 *pSomeSurface2; | |
410 DDPIXELFORMAT ddpfPrimareSuface; | |
411 unsigned int uTargetRBits; | |
412 unsigned int uTargetGBits; | |
413 unsigned int uTargetBBits; | |
414 unsigned int uTargetRMask; | |
415 unsigned int uTargetGMask; | |
416 unsigned int uTargetBMask; | |
417 unsigned int uNumSceneBegins; | |
418 int *ptr_400E8; | |
419 unsigned __int16 *pTargetSurface; | |
420 unsigned int uTargetSurfacePitch; | |
421 unsigned int uClipY; | |
422 unsigned int uClipX; | |
423 unsigned int uClipW; | |
424 unsigned int uClipZ; | |
425 unsigned int bClip; | |
426 unsigned int bColorKeySupported; | |
427 unsigned int uNumD3DSceneBegins; | |
428 int field_40110; | |
429 RenderHWLContainer pD3DBitmaps; | |
430 RenderHWLContainer pD3DSprites; | |
431 unsigned int bUseColoredLights; | |
432 unsigned int bRequiredTextureStagesAvailable; | |
433 unsigned int bTinting; | |
434 unsigned int uLevelOfDetail; | |
435 unsigned int uMaxDeviceTextureDim; | |
436 unsigned int uMinDeviceTextureDim; | |
437 int field_10365C; | |
438 unsigned int bUsingSpecular; | |
439 uint uFogColor; | |
440 int field_103668; | |
441 unsigned int pHDWaterBitmapIDs[7]; | |
442 char field_103688[32]; | |
265 | 443 int hd_water_current_frame; |
444 int hd_water_tile_id; | |
0 | 445 IDirectDrawSurface4 *pSurface; |
446 IDirect3DTexture2 *pTexture; | |
447 int field_1036B8; | |
448 int _gpu_memory_used; | |
449 void (__cdecl *pBeforePresentFunction)(); | |
450 int field_1036C4; | |
451 uint bFogEnabled; | |
452 int field_1036CC; | |
453 RenderBillboardD3D pBillboardRenderListD3D[1000]; | |
454 unsigned int uNumBillboardsToDraw; | |
455 int field_129834; | |
456 unsigned int uCurrentlyLockedSurfacePitch; | |
457 unsigned __int16 *pCurrentlyLockedSurfaceDataPtr; | |
458 unsigned __int16 *pCurrentlyLockedSoftSurface; | |
459 }; | |
460 #pragma pack(pop) | |
461 | |
462 extern struct IDirectDrawClipper *pDDrawClipper; | |
463 extern struct Render *pRenderer; // idb | |
67 | 464 extern struct pUnkTerrain *Unks; |
0 | 465 |
466 | |
467 | |
468 /* 248 */ | |
469 #pragma pack(push, 1) | |
470 struct RenderBillboardTransform_local0 | |
471 { | |
472 unsigned __int16 *pTarget; | |
473 int *pTargetZ; | |
474 int uScreenSpaceX; | |
475 int uScreenSpaceY; | |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
476 int _screenspace_x_scaler_packedfloat; |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
477 int _screenspace_y_scaler_packedfloat; |
0 | 478 char field_18[8]; |
479 unsigned __int16 *pPalette; | |
480 unsigned __int16 *pPalette2; | |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
481 union |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
482 { |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
483 int sZValue; |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
484 struct |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
485 { |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
486 unsigned short object_pid; |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
487 short zbuffer_depth; |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
488 }; |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
489 }; |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
490 unsigned int uFlags; // & 4 - mirror horizontally |
0 | 491 unsigned int uTargetPitch; |
492 unsigned int uViewportX; | |
493 unsigned int uViewportY; | |
494 unsigned int uViewportZ; | |
495 unsigned int uViewportW; | |
496 int field_44; | |
497 int uParentBillboardID; | |
498 int uTintColor; | |
499 }; | |
500 #pragma pack(pop) | |
501 | |
502 | |
503 | |
504 | |
505 extern int uNumDecorationsDrawnThisFrame; // weak | |
506 extern RenderBillboard pBillboardRenderList[500]; | |
507 extern unsigned int uNumBillboardsToDraw; | |
508 extern int uNumSpritesDrawnThisFrame; // weak | |
509 | |
510 | |
511 | |
512 | |
513 extern RenderVertexSoft array_507D30[50]; | |
514 extern RenderVertexSoft array_508690[50]; | |
515 extern RenderVertexSoft array_508FF0[50]; | |
516 extern RenderVertexSoft array_509950[50]; | |
517 extern RenderVertexSoft array_50A2B0[50]; | |
518 extern RenderVertexSoft array_50AC10[50]; | |
519 | |
520 extern RenderVertexSoft array_73D150[20]; | |
521 | |
186 | 522 extern RenderVertexD3D3 d3d_vertex_buffer[50]; |
0 | 523 |
524 extern RenderVertexSoft *ptr_801A04; | |
525 extern RenderVertexSoft *ptr_801A08; | |
526 | |
527 extern RenderVertexSoft pVerticesSR_801A10[384]; | |
528 extern RenderVertexSoft pVerticesSR_806210[384]; |