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

NL3D::CIGSurfaceLightBuild::CCellCorner Struct Reference

#include <ig_surface_light_build.h> +

+


Detailed Description

+A surface cell corner Information. +

+ +

+Definition at line 56 of file ig_surface_light_build.h. + + + + + + + + + + + + + + + + + + +

Data Fields

NLMISC::CVector CenterPos
bool Dilated
bool InSurface
void * LightInfo [CSurfaceLightGrid::NumLightPerCorner]
void * LocalAmbientLight
uint8 NumOverSamples
NLMISC::CVector OverSamples [MaxOverSamples]
uint8 SunContribution
+


Field Documentation

+

+ + + + +
+ + +
NLMISC::CVector NL3D::CIGSurfaceLightBuild::CCellCorner::CenterPos +
+
+ + + + + +
+   + + +

+ +

+Definition at line 68 of file ig_surface_light_build.h. +

+Referenced by NL3D::CInstanceLighter::dilateLightingOnSurfaceCells(), and NL3D::CInstanceLighter::processIGPointLightRT().

+

+ + + + +
+ + +
bool NL3D::CIGSurfaceLightBuild::CCellCorner::Dilated +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CInstanceLighter::dilateLightingOnSurfaceCells().

+

+ + + + +
+ + +
bool NL3D::CIGSurfaceLightBuild::CCellCorner::InSurface +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CInstanceLighter::computeSunContribution(), NL3D::CInstanceLighter::dilateLightingOnSurfaceCells(), and NL3D::CInstanceLighter::processIGPointLightRT().

+

+ + + + +
+ + +
void* NL3D::CIGSurfaceLightBuild::CCellCorner::LightInfo[CSurfaceLightGrid::NumLightPerCorner] +
+
+ + + + + +
+   + + +

+This is Temp Light information used during CInstanceLighter::light(). Yes, void* is ugly, but it is to avoid too much dependencies. +

+Definition at line 78 of file ig_surface_light_build.h. +

+Referenced by NL3D::CInstanceLighter::processIGPointLightRT().

+

+ + + + +
+ + +
void* NL3D::CIGSurfaceLightBuild::CCellCorner::LocalAmbientLight +
+
+ + + + + +
+   + + +

+ +

+Definition at line 79 of file ig_surface_light_build.h. +

+Referenced by NL3D::CInstanceLighter::processIGPointLightRT().

+

+ + + + +
+ + +
uint8 NL3D::CIGSurfaceLightBuild::CCellCorner::NumOverSamples +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CInstanceLighter::computeSunContribution().

+

+ + + + +
+ + +
NLMISC::CVector NL3D::CIGSurfaceLightBuild::CCellCorner::OverSamples[MaxOverSamples] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file ig_surface_light_build.h. +

+Referenced by NL3D::CInstanceLighter::computeSunContribution().

+

+ + + + +
+ + +
uint8 NL3D::CIGSurfaceLightBuild::CCellCorner::SunContribution +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CInstanceLighter::computeSunContribution(), and NL3D::CInstanceLighter::dilateLightingOnSurfaceCells().

+


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