Definition at line 453 of file mesh_mrm.h.
Public Member Functions | |
| void | serial (NLMISC::IStream &f) |
Data Fields | |
| uint32 | EndAddWedges |
| The last+1 new wedge this lod use. NB: Lod.NWedges== LodInfo.EndAddWedges. | |
| sint32 | LodOffset |
| the absolute Lod offset in the last Stream which has been used to read this MRM. | |
| uint32 | StartAddWedge |
| The frist new wedge this lod use. | |
|
|
Definition at line 463 of file mesh_mrm.h. References EndAddWedges, NLMISC::IStream::serial(), NLMISC::IStream::serialVersion(), and StartAddWedge.
00464 {
00465 (void)f.serialVersion(0);
00466
00467 f.serial(StartAddWedge);
00468 f.serial(EndAddWedges);
00469 // do not serial LodOffset here.
00470 }
|
|
|
The last+1 new wedge this lod use. NB: Lod.NWedges== LodInfo.EndAddWedges.
Definition at line 459 of file mesh_mrm.h. Referenced by serial(). |
|
|
the absolute Lod offset in the last Stream which has been used to read this MRM.
Definition at line 461 of file mesh_mrm.h. |
|
|
The frist new wedge this lod use.
Definition at line 457 of file mesh_mrm.h. Referenced by serial(). |
1.3.6