From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/a02898.html | 124 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 docs/doxygen/nel/a02898.html (limited to 'docs/doxygen/nel/a02898.html') diff --git a/docs/doxygen/nel/a02898.html b/docs/doxygen/nel/a02898.html new file mode 100644 index 00000000..e7d6ad37 --- /dev/null +++ b/docs/doxygen/nel/a02898.html @@ -0,0 +1,124 @@ + + +NeL: NL3D::CMeshMRMGeom::CVertexBlock struct Reference + + + +
+

NL3D::CMeshMRMGeom::CVertexBlock Struct Reference


Detailed Description

+A block of vertices descriptor. +

+ +

+Definition at line 361 of file mesh_mrm.h. + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

uint32 NVertices
uint32 VertexStart
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CMeshMRMGeom::CVertexBlock::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 368 of file mesh_mrm.h. +

+References NVertices, NLMISC::IStream::serial(), and VertexStart. +

+

00369                 {
+00370                         f.serial(VertexStart, NVertices);
+00371                 }
+
+


Field Documentation

+

+ + + + +
+ + +
uint32 NL3D::CMeshMRMGeom::CVertexBlock::NVertices +
+
+ + + + + +
+   + + +

+ +

+Definition at line 366 of file mesh_mrm.h. +

+Referenced by NL3D::applyArraySkinNormalT(), NL3D::CMeshMRMGeom::CLod::buildSkinVertexBlocks(), and serial().

+

+ + + + +
+ + +
uint32 NL3D::CMeshMRMGeom::CVertexBlock::VertexStart +
+
+ + + + + +
+   + + +

+ +

+Definition at line 364 of file mesh_mrm.h. +

+Referenced by NL3D::applyArraySkinNormalT(), NL3D::CMeshMRMGeom::CLod::buildSkinVertexBlocks(), and serial().

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 06:53:19 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1