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/a03166.html | 100 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 docs/doxygen/nel/a03166.html (limited to 'docs/doxygen/nel/a03166.html') diff --git a/docs/doxygen/nel/a03166.html b/docs/doxygen/nel/a03166.html new file mode 100644 index 00000000..a1d19cde --- /dev/null +++ b/docs/doxygen/nel/a03166.html @@ -0,0 +1,100 @@ + + +NeL: NL3D::CPSConstraintMesh::CGlobalTexAnims struct Reference + + + +
+

NL3D::CPSConstraintMesh::CGlobalTexAnims Struct Reference

#include <ps_mesh.h> +

+


Detailed Description

+Infos for global texture animation. +

+ +

+Definition at line 566 of file ps_mesh.h. + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f) throw (NLMISC::EStream)

Data Fields

CGlobalTexAnim Anims [IDRV_MAT_MAXTEXTURES]
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CPSConstraintMesh::CGlobalTexAnims::serial NLMISC::IStream f  )  throw (NLMISC::EStream)
+
+ + + + + +
+   + + +

+ +

+Definition at line 2228 of file ps_mesh.cpp. +

+References NL3D::IDRV_MAT_MAXTEXTURES, and uint. +

+

02229 {
+02230         f.serialVersion(0);
+02231         for (uint k = 0; k < IDRV_MAT_MAXTEXTURES; ++k)
+02232         {
+02233                 f.serial(Anims[k]);
+02234         }
+02235 }
+
+


Field Documentation

+

+ + + + +
+ + +
CGlobalTexAnim NL3D::CPSConstraintMesh::CGlobalTexAnims::Anims[IDRV_MAT_MAXTEXTURES] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 568 of file ps_mesh.h.

+


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