#include <GlobalLight.h>
Inheritance diagram for Lamp::GlobalLight:
Public Member Functions | |
virtual bool | isGlobalLight () const |
グローバルライトかどうか | |
Protected Member Functions | |
GlobalLight (const String &name, Scene *scene) | |
コンストラクタ | |
virtual | ~GlobalLight () |
デストラクタ | |
Friends | |
class | SceneObjectManagerTemplate< Light > |
class | LightManager |
Definition at line 36 of file GlobalLight.h.
|
コンストラクタ
Definition at line 57 of file GlobalLight.h. |
|
グローバルライトかどうか
Reimplemented from Lamp::Light. Definition at line 48 of file GlobalLight.h. |