|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CLightInfluenceInterpolator Class ReferenceThis class is used by CLandscape and IG/Pacs to compute interpolated influence of lights (biLinear-like) on a square.
More...
#include <light_influence_interpolator.h>
List of all members.
Detailed Description
This class is used by CLandscape and IG/Pacs to compute interpolated influence of lights (biLinear-like) on a square.
It works only with CPointLightNamed. -
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2001
Definition at line 48 of file light_influence_interpolator.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
NL3D::CLightInfluenceInterpolator::CLightInfluenceInterpolator |
( |
|
) |
[inline] |
|
Member Function Documentation
void NL3D::CLightInfluenceInterpolator::interpolate |
( |
std::vector< CPointLightInfluence > & |
pointLightList, |
|
|
float |
subX, |
|
|
float |
subY |
|
) |
|
|
Member Data Documentation
CCorner NL3D::CLightInfluenceInterpolator::Corners[4]
|
|
|
The User must setup Lights correctly for each corner (ie set NULL for each light not here).
Corner order is TL(0,0), TR(1,0), BL(0,1), BR(1,1).
Definition at line 71 of file light_influence_interpolator.h.
Referenced by interpolate. |
The documentation for this class was generated from the following files:
|
|