annotate LightmapBuilder.h @ 0:8b8875f5b359

Initial commit
author Nomad
date Fri, 05 Oct 2012 16:07:14 +0200
parents
children bcc051713d20
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 #pragma once
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2 #include <vector>
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3 #include "Render.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 #include "Lights.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 /* 115 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 struct Lightmap
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 Lightmap();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 void (__thiscall ***vdestructor_ptr)(Lightmap *, bool);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 unsigned int uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 RenderVertexSoft pVertices[64];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16 __int16 field_C08;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17 __int16 field_C0A;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18 __int16 field_C0C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19 __int16 field_C0E;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20 int field_C10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21 float flt_C14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22 int field_C18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24 #pragma pack(pop)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
27 /* 114 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
28 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
29 struct LightmapBuilder
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
30 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
31 LightmapBuilder();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
32 inline ~LightmapBuilder() //----- (0045BBAA)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
33 {}
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
35 void DoDrawLightmaps();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
36 bool DrawLightmap(Lightmap *a1, Vec3_float_ *arg4, float thisa);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
37 bool DrawLightmaps2(float a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
38 char _45D74F_MessWithLight(int a2, int *a3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
39 void DrawLightmaps(int a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
40 bool DrawDebugOutlines(char bit_one_for_list1__bit_two_for_list2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
41 double _45D643(struct Edge *a1, float a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
42 int _45D426(struct Span *a1, struct Edge **a2, unsigned int a3, struct Edge *a4, int a5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
43 bool _45D3C7(struct stru148 *a1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
44 bool StackLight_TerrainFace(struct StationaryLight *pLight, struct Vec3_float_ *pNormal, float *a3, struct RenderVertexSoft *a1, unsigned int uStripType, int X, unsigned int *pSlot);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
45 bool StackLights_TerrainFace(struct Vec3_float_ *pNormal, float *a3, struct RenderVertexSoft *a1, unsigned int uStripType, int X);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
46 bool ApplyLight_ODM(struct StationaryLight *pLight, struct ODMFace *pFace, unsigned int *pSlot, char a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
47 bool ApplyLights_OutdoorFace(struct ODMFace *pFace);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
48 double _45CC0C_light(struct Vec3_float_ a1, float a2, float a3, struct Vec3_float_ *pNormal, float a5, int uLightType);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
49 int _45CBD4(struct RenderVertexSoft *a2, int a3, int *a4, int *a5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
50 int _45CB89(struct RenderVertexSoft *a1, int a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
51 int _45CA88(struct stru320 *a2, struct RenderVertexSoft *a3, int a4, struct Vec3_float_ *pNormal);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
52 bool ApplyLight_BLV(struct StationaryLight *pLight, struct BLVFace *a2, unsigned int *pSlot, char X, int a5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
53 bool ApplyLights_IndoorFace(unsigned int uFaceID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
54 int _45C6D6(int a2, struct RenderVertexSoft *a3, Lightmap *pLightmap);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
55 int _45C4B9(int a2, struct RenderVertexSoft *a3, Lightmap *pLightmap);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
56 char _45BE86_build_light_polygon(int arg0, float a4, int arg8, float a5, int uLightType, struct stru314 *a7, signed int a2, RenderVertexSoft *a9, char uClipFlag);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
57 char ApplyLights(struct stru320 *a2, struct stru154 *a3, unsigned int uNumVertices, struct RenderVertexSoft *a5, float a6, char a7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
60 void (__thiscall ***vdestructor_ptr)(LightmapBuilder *, bool);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
61 //std::vector<Lightmap> std__vector_000004;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
62 //std::vector<Lightmap> std__vector_183808;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
63 Lightmap std__vector_000004[512];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
64 unsigned int std__vector_000004_size;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
65 Lightmap std__vector_183808[768];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
66 unsigned int std__vector_183808_size;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
67 float flt_3C8C0C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
68 float flt_3C8C10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
69 float flt_3C8C14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
70 float flt_3C8C18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
71 float flt_3C8C1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
72 float flt_3C8C20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
73 float flt_3C8C24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
74 float flt_3C8C28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
75 float flt_3C8C2C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
76 float flt_3C8C30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
77 RenderVertexSoft field_3C8C34[256];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
78 int uFlags;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
79 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
80 #pragma pack(pop)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
83
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
84
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
85 extern LightsStack_StationaryLight_ *pStationaryLightsStack;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
86 extern StationaryLight pStationaryLights[400];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
87 extern int uNumStationaryLightsApplied; // weak
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
88 extern LightsStack_MobileLight_ *pMobileLightsStack;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
89 extern MobileLight pMobileLights[400];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
90 extern int uNumMobileLightsApplied;