This commit is contained in:
parent
87a5ff7390
commit
76a872216d
3 changed files with 4 additions and 3 deletions
|
@ -652,6 +652,7 @@ int PntCount=3;
|
|||
|
||||
OtOfs=sqrt(OtOfs/PntCount);
|
||||
OtOfs/=8;
|
||||
// printf("%i\n",P.OTOfs);
|
||||
OtOfs+=P.OTOfs;
|
||||
|
||||
if (OtOfs>OTMax) OtOfs=OTMax;
|
||||
|
|
Binary file not shown.
|
@ -105,7 +105,7 @@ struct sTri
|
|||
u16 TPage; // 2
|
||||
u8 uv2[2]; // 2
|
||||
u16 P2; // 2
|
||||
u16 OTOfs; // 2
|
||||
s16 OTOfs; // 2
|
||||
u8 PolyCode; // 1
|
||||
u8 Pad; // 1
|
||||
}; // 20
|
||||
|
@ -123,7 +123,7 @@ struct sQuad
|
|||
u16 P2; // 2
|
||||
u8 uv3[2]; // 2
|
||||
u16 P3; // 2
|
||||
u16 OTOfs; // 2
|
||||
s16 OTOfs; // 2
|
||||
u8 PolyCode; // 1
|
||||
u8 Pad; // 1
|
||||
}; // 24
|
||||
|
@ -142,7 +142,7 @@ struct sPoly
|
|||
u16 TPage; // 2
|
||||
u8 uv2[2]; // 2
|
||||
u8 uv3[2]; // 2
|
||||
u16 OTOfs; // 2
|
||||
s16 OTOfs; // 2
|
||||
u8 PolyCode; // 1
|
||||
u8 PolyTag; // 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue