CColModel

This commit is contained in:
aap 2021-02-09 17:35:41 +01:00
commit 031df36935
8 changed files with 167 additions and 49 deletions

View file

@ -3,15 +3,13 @@
struct CColPoint
{
CVector point;
int pad1; // this is stupid
float depth;
// the surface normal on the surface of point
CVector normal;
//int pad2;
uint8 surfaceA;
uint8 pieceA;
uint8 surfaceB;
uint8 pieceB;
float depth;
const CVector &GetNormal() { return normal; }
float GetDepth() { return depth; }