Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Rasterizer/RAS_LightObject.h')
-rw-r--r--source/gameengine/Rasterizer/RAS_LightObject.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/gameengine/Rasterizer/RAS_LightObject.h b/source/gameengine/Rasterizer/RAS_LightObject.h
index 0c313df80c8..2c22a588d76 100644
--- a/source/gameengine/Rasterizer/RAS_LightObject.h
+++ b/source/gameengine/Rasterizer/RAS_LightObject.h
@@ -42,7 +42,7 @@ struct RAS_LightObject
LIGHT_NORMAL
};
bool m_modified;
- int m_layer;
+ int m_layer;
float m_energy;
float m_distance;
@@ -52,12 +52,15 @@ struct RAS_LightObject
float m_blue;
float m_att1;
+ float m_att2;
float m_spotsize;
float m_spotblend;
LightType m_type;
MT_CmMatrix4x4* m_worldmatrix;
+ bool m_nodiffuse;
+ bool m_nospecular;
};
#endif //__RAS_LIGHTOBJECT_H