半球ライトインターフェース
More...
#include <IHemisphereLight.h>
|
enum | TYPE {
UNDEFINED = 0,
UNIVERSAL_CAMERA = 1,
VIEW_CAMERA = 2,
HEMISPHERE_LIGHT = 3,
DIRECTIONAL_LIGHT = 4,
SPOT_LIGHT = 5,
POINT_LIGHT = 6,
SKY_DOME = 7,
ATMOSPHERE_SCATTER = 8,
LIGHT_SHAFTS_CASTER = 9,
ACTOR_NODE = 10,
ACTOR_MODEL = 11,
TERRAIN_MODEL = 12,
LEAVING_PARTICLE = 13,
SCATTER_PARTICLE = 14,
PLANTER = 15,
WATER_POOL = 16,
DYNAMICS_WORLD = 17,
FLOOR = 18,
GHOST = 19
} |
| タイプ列挙定数 More...
|
|
virtual Mix::Scene::IHemisphereLight::~IHemisphereLight |
( |
void |
| ) |
|
|
inlineprotectedvirtual |
virtual const Mix::Vector3& Mix::Scene::IHemisphereLight::GetAxis |
( |
void |
| ) |
const |
|
pure virtual |
virtual void Mix::Scene::IHemisphereLight::SetAxis |
( |
const Mix::Vector3 & |
axis | ) |
|
|
pure virtual |
軸( 空への方向 )を設定します
- Parameters
-
virtual const Mix::Vector4& Mix::Scene::IHemisphereLight::GetGroundColor |
( |
void |
| ) |
const |
|
pure virtual |
virtual void Mix::Scene::IHemisphereLight::SetGroundColor |
( |
const Mix::Vector4 & |
color | ) |
|
|
pure virtual |
地上から発する色を設定します
- Parameters
-
virtual const Mix::Vector4& Mix::Scene::IHemisphereLight::GetSkyColor |
( |
void |
| ) |
const |
|
pure virtual |
virtual void Mix::Scene::IHemisphereLight::SetSkyColor |
( |
const Mix::Vector4 & |
color | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: