annotate stru10.h @ 1045:d3f4c6584ada

Intersect_Ray_Face clean
author Ritor1
date Tue, 21 May 2013 16:13:43 +0600
parents 472ca68386d4
children 66c625fd1113
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);
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
11 bool CalcPortalShape(struct BLVFace *pFace, struct IndoorCameraD3D_Vec4 *a3, struct RenderVertexSoft *pOutBounding);
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
12 char _49C720(struct RenderVertexSoft *pFaceBounding, struct IndoorCameraD3D_Vec4 *a4);
794
Nomad
parents: 0
diff changeset
13 bool FindFaceNormal(struct RenderVertexSoft *a1, struct RenderVertexSoft *a2, struct Vec3_float_ *a3, struct IndoorCameraD3D_Vec4 *a4);
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
Ritor1
parents:
diff changeset
20 void (__thiscall ***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)