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

NL3D::CWaterPoolManager::CWaterHeightMapBuild Struct Reference

#include <water_pool_manager.h> +

+


Detailed Description

+this struct is used to specify a water pool parameter's +

+ +

+Definition at line 52 of file water_pool_manager.h. + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

 CWaterHeightMapBuild ()

Data Fields

bool BorderWaves
float Damping
float FilterWeight
uint32 ID
std::string Name
uint32 Size
float UnitSize
float WaveIntensity
float WavePeriod
uint32 WaveRadius
bool WavesEnabled
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CWaterPoolManager::CWaterHeightMapBuild::CWaterHeightMapBuild  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 65 of file water_pool_manager.h. +

+References BorderWaves, Damping, FilterWeight, UnitSize, WaveIntensity, WavePeriod, WaveRadius, and WavesEnabled. +

+

00065 : ID(0), Size(256), Damping(0.99f), FilterWeight(3), UnitSize(0.30f), WavesEnabled(false), WaveIntensity(1.5), WaveRadius(3), WavePeriod(0.05f), BorderWaves(true) {}
+
+


Field Documentation

+

+ + + + +
+ + +
bool NL3D::CWaterPoolManager::CWaterHeightMapBuild::BorderWaves +
+
+ + + + + +
+   + + +

+ +

+Definition at line 64 of file water_pool_manager.h. +

+Referenced by CWaterHeightMapBuild().

+

+ + + + +
+ + +
float NL3D::CWaterPoolManager::CWaterHeightMapBuild::Damping +
+
+ + + + + +
+   + + +

+ +

+Definition at line 57 of file water_pool_manager.h. +

+Referenced by CWaterHeightMapBuild().

+

+ + + + +
+ + +
float NL3D::CWaterPoolManager::CWaterHeightMapBuild::FilterWeight +
+
+ + + + + +
+   + + +

+ +

+Definition at line 58 of file water_pool_manager.h. +

+Referenced by CWaterHeightMapBuild().

+

+ + + + +
+ + +
uint32 NL3D::CWaterPoolManager::CWaterHeightMapBuild::ID +
+
+ + + + + +
+   + + +

+ +

+Definition at line 54 of file water_pool_manager.h.

+

+ + + + +
+ + +
std::string NL3D::CWaterPoolManager::CWaterHeightMapBuild::Name +
+
+ + + + + +
+   + + +

+ +

+Definition at line 56 of file water_pool_manager.h.

+

+ + + + +
+ + +
uint32 NL3D::CWaterPoolManager::CWaterHeightMapBuild::Size +
+
+ + + + + +
+   + + +

+ +

+Definition at line 55 of file water_pool_manager.h.

+

+ + + + +
+ + +
float NL3D::CWaterPoolManager::CWaterHeightMapBuild::UnitSize +
+
+ + + + + +
+   + + +

+ +

+Definition at line 59 of file water_pool_manager.h. +

+Referenced by CWaterHeightMapBuild().

+

+ + + + +
+ + +
float NL3D::CWaterPoolManager::CWaterHeightMapBuild::WaveIntensity +
+
+ + + + + +
+   + + +

+ +

+Definition at line 61 of file water_pool_manager.h. +

+Referenced by CWaterHeightMapBuild().

+

+ + + + +
+ + +
float NL3D::CWaterPoolManager::CWaterHeightMapBuild::WavePeriod +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file water_pool_manager.h. +

+Referenced by CWaterHeightMapBuild().

+

+ + + + +
+ + +
uint32 NL3D::CWaterPoolManager::CWaterHeightMapBuild::WaveRadius +
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file water_pool_manager.h. +

+Referenced by CWaterHeightMapBuild().

+

+ + + + +
+ + +
bool NL3D::CWaterPoolManager::CWaterHeightMapBuild::WavesEnabled +
+
+ + + + + +
+   + + +

+ +

+Definition at line 60 of file water_pool_manager.h. +

+Referenced by CWaterHeightMapBuild().

+


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