0
|
1 #pragma once
|
|
2
|
|
3
|
|
4 /* 127 */
|
|
5 #pragma pack(push, 1)
|
|
6 struct stru10
|
|
7 {
|
|
8 stru10();
|
|
9 virtual ~stru10();
|
795
|
10 char _49C5DA(struct BLVFace *pFace, struct RenderVertexSoft *pVertices, unsigned int *pNumVertices, struct IndoorCameraD3D_Vec4 *a5, struct RenderVertexSoft *pOutBounding);
|
1317
|
11 bool CalcPortalShape(struct BLVFace *pFace, struct IndoorCameraD3D_Vec4 *pPortalDataFrustum, struct RenderVertexSoft *pOutBounding);
|
|
12 char _49C720(struct RenderVertexSoft *pFaceBounding, struct IndoorCameraD3D_Vec4 *pPortalDataFrustum);
|
|
13 bool FindFaceNormal(struct RenderVertexSoft *pFaceBounding1, struct RenderVertexSoft *pFaceBounding2, struct Vec3_float_ *pRayStart, struct IndoorCameraD3D_Vec4 *pPortalDataFrustum);
|
794
|
14 bool FindFacePlane(struct RenderVertexSoft *face, struct Vec3_float_ *out_normal, float *out_distance);
|
|
15 bool CalcFaceBounding(struct BLVFace *pFace, struct RenderVertexSoft *pFaceLimits, unsigned int uNumVertices, struct RenderVertexSoft *pOutBounding);
|
|
16 void CalcPolygonLimits(struct BLVFace *pFace, struct RenderVertexSoft pOutVertices[4]);
|
795
|
17 void _49CE9E(struct BLVFace *pFace, struct RenderVertexSoft *pVertices, unsigned int uNumVertices, RenderVertexSoft *pOutLimits);
|
0
|
18
|
|
19
|
|
20 void (__thiscall ***vdestructor_ptr)(stru10 *, bool);
|
794
|
21 int bDoNotDrawPortalFrustum;
|
0
|
22 };
|
|
23 #pragma pack(pop)
|