#include <BuddhaHardwareEffectLight.h>
Inheritance diagram for BuddhaLib::HardwareDirectionalLight:
Public Member Functions | |
void | SetDiffuseColor (const Color &color) |
ディフューズ色を設定する | |
void | SetSpecularColor (const Color &color) |
スペキュラー色を設定する | |
void | SetDirection (const Vector3 &direction) |
ライトの照射方向を設定する | |
void | SetEnabled (bool bEnabled) |
ライトの有効/無効を設定する | |
Protected Attributes | |
D3DLIGHT9 | mD3D9Light |
Direct3D Light 構造体. | |
bool | mEnabled |
このライトの有効/無効を示すフラグ |
void BuddhaLib::HardwareDirectionalLight::SetEnabled | ( | bool | bEnabled | ) | [inline, virtual] |
ライトの有効/無効を設定する
bEnabled | ライトの有効/無効を示している値 |
Reimplemented from BuddhaLib::IHardwareDirectionalLight.