annotate stru10.h @ 1981:d9ea00250e2e

DrawIndoorSky() continue
author Ritor1
date Fri, 01 Nov 2013 14:43:54 +0600
parents 934074e7fcc1
children
rev   line source
0
Ritor1
parents:
diff changeset
1 #pragma once
Ritor1
parents:
diff changeset
2
Ritor1
parents:
diff changeset
3
Ritor1
parents:
diff changeset
4 /* 127 */
Ritor1
parents:
diff changeset
5 #pragma pack(push, 1)
Ritor1
parents:
diff changeset
6 struct stru10
Ritor1
parents:
diff changeset
7 {
Ritor1
parents:
diff changeset
8 stru10();
Ritor1
parents:
diff changeset
9 virtual ~stru10();
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
10 char _49C5DA(struct BLVFace *pFace, struct RenderVertexSoft *pVertices, unsigned int *pNumVertices, struct IndoorCameraD3D_Vec4 *a5, struct RenderVertexSoft *pOutBounding);
1317
Ritor1
parents: 795
diff changeset
11 bool CalcPortalShape(struct BLVFace *pFace, struct IndoorCameraD3D_Vec4 *pPortalDataFrustum, struct RenderVertexSoft *pOutBounding);
Ritor1
parents: 795
diff changeset
12 char _49C720(struct RenderVertexSoft *pFaceBounding, struct IndoorCameraD3D_Vec4 *pPortalDataFrustum);
Ritor1
parents: 795
diff changeset
13 bool FindFaceNormal(struct RenderVertexSoft *pFaceBounding1, struct RenderVertexSoft *pFaceBounding2, struct Vec3_float_ *pRayStart, struct IndoorCameraD3D_Vec4 *pPortalDataFrustum);
794
Nomad
parents: 0
diff changeset
14 bool FindFacePlane(struct RenderVertexSoft *face, struct Vec3_float_ *out_normal, float *out_distance);
Nomad
parents: 0
diff changeset
15 bool CalcFaceBounding(struct BLVFace *pFace, struct RenderVertexSoft *pFaceLimits, unsigned int uNumVertices, struct RenderVertexSoft *pOutBounding);
Nomad
parents: 0
diff changeset
16 void CalcPolygonLimits(struct BLVFace *pFace, struct RenderVertexSoft pOutVertices[4]);
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
17 void _49CE9E(struct BLVFace *pFace, struct RenderVertexSoft *pVertices, unsigned int uNumVertices, RenderVertexSoft *pOutLimits);
0
Ritor1
parents:
diff changeset
18
Ritor1
parents:
diff changeset
19
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1317
diff changeset
20 void ( ***vdestructor_ptr)(stru10 *, bool);
794
Nomad
parents: 0
diff changeset
21 int bDoNotDrawPortalFrustum;
0
Ritor1
parents:
diff changeset
22 };
Ritor1
parents:
diff changeset
23 #pragma pack(pop)