nw::gfx::LightSet Classclass LightSet : public nw::gfx::GfxObject
Class that represents light sets.
| nw::gfx::LightSet::Description | Content to configure. |
|---|
NW_UT_RUNTIME_TYPEINFO
|
|---|
| Creation | ||
|---|---|---|
| S |
Create
|
Creates a light set. |
| Set/Get | ||
SetAmbientLight
|
Sets an ambient light. | |
GetAmbientLight
|
Gets the ambient light. | |
SetHemiSphereLight
|
Sets a hemispherical light. | |
GetHemiSphereLight
|
Gets a hemispherical light. | |
SetVertexLight
|
Sets a vertex light. | |
| GetVertexLightBegin | Gets the iterator pointing to the start of the vertex light. | |
| GetVertexLightEnd | Gets the iterator pointing to the end of the vertex light. | |
GetVertexLightCount
|
Gets the number of vertex lights. | |
SetFragmentLight
|
Sets a fragment light. | |
| GetFragmentLightBegin | Gets the iterator pointing to the start of the fragment light. | |
| GetFragmentLightEnd | Gets the iterator pointing to the end of the fragment light. | |
GetFragmentLightCount
|
Gets the number of fragment lights. | |
| ClearAll | Clears lights. | |
| Create/Destroy | ||
Destroy
|
Destroys an object.(Derived from GfxObject.) |
|
| Constructors and Destructors | ||
| protected | LightSet | Constructor. |
| protected V | ~LightSet | Destructor. |
nw::gfx::GfxObject
nw::gfx::LightSet
CONFIDENTIAL