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/a02869.html | 152 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 docs/doxygen/nel/a02869.html (limited to 'docs/doxygen/nel/a02869.html') diff --git a/docs/doxygen/nel/a02869.html b/docs/doxygen/nel/a02869.html new file mode 100644 index 00000000..633b6382 --- /dev/null +++ b/docs/doxygen/nel/a02869.html @@ -0,0 +1,152 @@ + + +NeL: NL3D::CMeshBase::CLightMapInfoList class Reference + + + +
+

NL3D::CMeshBase::CLightMapInfoList Class Reference

#include <mesh_base.h> +

+ + + + + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

std::string AnimatedLight
uint32 LightGroup
std::list< CMatStageStageList
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CMeshBase::CLightMapInfoList::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 103 of file mesh_base.h. +

+References AnimatedLight, LightGroup, NLMISC::IStream::serial(), NLMISC::IStream::serialCont(), NLMISC::IStream::serialVersion(), and StageList. +

+

00104                 {
+00105                         f.serialVersion (0);
+00106                         f.serial (LightGroup);
+00107                         f.serial (AnimatedLight);
+00108                         f.serialCont(StageList);
+00109                 }
+
+


Field Documentation

+

+ + + + +
+ + +
std::string NL3D::CMeshBase::CLightMapInfoList::AnimatedLight +
+
+ + + + + +
+   + + +

+ +

+Definition at line 101 of file mesh_base.h. +

+Referenced by NL3D::CMeshBaseInstance::initAnimatedLightIndex(), and serial().

+

+ + + + +
+ + +
uint32 NL3D::CMeshBase::CLightMapInfoList::LightGroup +
+
+ + + + + +
+   + + +

+ +

+Definition at line 100 of file mesh_base.h. +

+Referenced by serial(), and NL3D::CMeshBaseInstance::traverseAnimDetail().

+

+ + + + +
+ + +
std::list<CMatStage> NL3D::CMeshBase::CLightMapInfoList::StageList +
+
+ + + + + +
+   + + +

+ +

+Definition at line 102 of file mesh_base.h. +

+Referenced by NL3D::CMeshBase::applyMaterialUsageOptim(), serial(), and NL3D::CMeshBaseInstance::traverseAnimDetail().

+


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