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

NL3D::CCloudScape::SCloudSchedulerEntry Struct Reference

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

Public Member Functions

 SCloudSchedulerEntry ()

Data Fields

NLMISC::CRGBA Ambient
sint32 CloudIndex
sint32 DeltaNextCalc
NLMISC::CRGBA Diffuse
uint32 Frame
uint8 Power
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CCloudScape::SCloudSchedulerEntry::SCloudSchedulerEntry  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 139 of file cloud_scape.h. +

+References CloudIndex, and DeltaNextCalc. +

+

00140                 {
+00141                         CloudIndex = DeltaNextCalc = -1;
+00142                 }
+
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::CRGBA NL3D::CCloudScape::SCloudSchedulerEntry::Ambient +
+
+ + + + + +
+   + + +

+ +

+Definition at line 136 of file cloud_scape.h. +

+Referenced by NL3D::CCloudScape::init(), and NL3D::CCloudScape::makeHalfCloud().

+

+ + + + +
+ + +
sint32 NL3D::CCloudScape::SCloudSchedulerEntry::CloudIndex +
+
+ + + + + +
+   + + +

+ +

+Definition at line 133 of file cloud_scape.h. +

+Referenced by NL3D::CCloudScape::init(), NL3D::CCloudScape::makeHalfCloud(), and SCloudSchedulerEntry().

+

+ + + + +
+ + +
sint32 NL3D::CCloudScape::SCloudSchedulerEntry::DeltaNextCalc +
+
+ + + + + +
+   + + +

+ +

+Definition at line 134 of file cloud_scape.h. +

+Referenced by NL3D::CCloudScape::init(), NL3D::CCloudScape::makeHalfCloud(), and SCloudSchedulerEntry().

+

+ + + + +
+ + +
NLMISC::CRGBA NL3D::CCloudScape::SCloudSchedulerEntry::Diffuse +
+
+ + + + + +
+   + + +

+ +

+Definition at line 137 of file cloud_scape.h. +

+Referenced by NL3D::CCloudScape::init(), and NL3D::CCloudScape::makeHalfCloud().

+

+ + + + +
+ + +
uint32 NL3D::CCloudScape::SCloudSchedulerEntry::Frame +
+
+ + + + + +
+   + + +

+ +

+Definition at line 135 of file cloud_scape.h. +

+Referenced by NL3D::CCloudScape::init(), and NL3D::CCloudScape::makeHalfCloud().

+

+ + + + +
+ + +
uint8 NL3D::CCloudScape::SCloudSchedulerEntry::Power +
+
+ + + + + +
+   + + +

+ +

+Definition at line 138 of file cloud_scape.h. +

+Referenced by NL3D::CCloudScape::init(), and NL3D::CCloudScape::makeHalfCloud().

+


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