Fix in light.h
parent
8bb223e679
commit
11c947f212
|
@ -20,6 +20,10 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
#include "graphics/common/color.h"
|
||||||
|
#include "math/vector.h"
|
||||||
|
|
||||||
|
|
||||||
namespace Gfx {
|
namespace Gfx {
|
||||||
|
|
||||||
/** \enum LightType Type of light */
|
/** \enum LightType Type of light */
|
||||||
|
@ -89,9 +93,9 @@ struct SceneLight
|
||||||
bool enable;
|
bool enable;
|
||||||
|
|
||||||
//! Type of all objects included
|
//! Type of all objects included
|
||||||
D3DTypeObj incluType;
|
//D3DTypeObj incluType;
|
||||||
//! Type of all objects excluded
|
//! Type of all objects excluded
|
||||||
D3DTypeObj excluType;
|
//D3DTypeObj excluType;
|
||||||
|
|
||||||
//! Configuration of the light
|
//! Configuration of the light
|
||||||
Gfx::Light light;
|
Gfx::Light light;
|
||||||
|
|
Loading…
Reference in New Issue