|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NL3D::CPointLightNamedArray Class ReferenceA class used bi CInstanceGroup and CZone.
More...
#include <point_light_named_array.h>
List of all members.
Detailed Description
A class used bi CInstanceGroup and CZone.
Just a list of pointLights, grouped by name. -
Author:
-
Lionel Berenguier , Nevrax France
-
Date:
-
2001
Definition at line 43 of file point_light_named_array.h.
Member Typedef Documentation
typedef std::map<std::string, CPointLightGroup>::iterator NL3D::CPointLightNamedArray::ItPLGMap [private]
|
|
typedef std::map<std::string, CPointLightGroup> NL3D::CPointLightNamedArray::TPLGMap [private]
|
|
Constructor & Destructor Documentation
NL3D::CPointLightNamedArray::CPointLightNamedArray |
( |
|
) |
|
|
Member Function Documentation
void NL3D::CPointLightNamedArray::build |
( |
const std::vector< CPointLightNamed > & |
pointLights, |
|
|
std::vector< uint > & |
indexRemap |
|
) |
|
|
void NL3D::CPointLightNamedArray::clear |
( |
|
) |
|
|
std::vector<CPointLightNamed>& NL3D::CPointLightNamedArray::getPointLights |
( |
|
) |
[inline] |
|
const std::vector<CPointLightNamed>& NL3D::CPointLightNamedArray::getPointLights |
( |
|
) |
const [inline] |
|
void NL3D::CPointLightNamedArray::setPointLightFactor |
( |
const std::string & |
lightGroupName, |
|
|
NLMISC::CRGBA |
nFactor |
|
) |
|
|
Member Data Documentation
TPLGMap NL3D::CPointLightNamedArray::_PointLightGroupMap [private]
|
|
std::vector<CPointLightNamed> NL3D::CPointLightNamedArray::_PointLights [private]
|
|
The documentation for this class was generated from the following files:
|
|