diff options
author | dahlia | 2014-06-23 20:06:22 -0700 |
---|---|---|
committer | Justin Clark-Casey | 2014-08-02 00:49:46 +0100 |
commit | 8542f34d7dfaf5e1dbb4761643aadb7cbae43858 (patch) | |
tree | 4249d01256ce3356b47fe512e8ea703222b33ea5 /OpenSim/Region/ScriptEngine | |
parent | Bug fix in map teleports in varregions. The cherry was missing from the ice-c... (diff) | |
download | opensim-SC_OLD-8542f34d7dfaf5e1dbb4761643aadb7cbae43858.zip opensim-SC_OLD-8542f34d7dfaf5e1dbb4761643aadb7cbae43858.tar.gz opensim-SC_OLD-8542f34d7dfaf5e1dbb4761643aadb7cbae43858.tar.bz2 opensim-SC_OLD-8542f34d7dfaf5e1dbb4761643aadb7cbae43858.tar.xz |
add LSL constants PRIM_SPECULAR and PRIM_NORMAL
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index ba24884..db3df46 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -410,6 +410,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
410 | public const int PRIM_POS_LOCAL = 33; | 410 | public const int PRIM_POS_LOCAL = 33; |
411 | public const int PRIM_LINK_TARGET = 34; | 411 | public const int PRIM_LINK_TARGET = 34; |
412 | public const int PRIM_SLICE = 35; | 412 | public const int PRIM_SLICE = 35; |
413 | public const int PRIM_SPECULAR = 36; | ||
414 | public const int PRIM_NORMAL = 37; | ||
413 | public const int PRIM_TEXGEN_DEFAULT = 0; | 415 | public const int PRIM_TEXGEN_DEFAULT = 0; |
414 | public const int PRIM_TEXGEN_PLANAR = 1; | 416 | public const int PRIM_TEXGEN_PLANAR = 1; |
415 | 417 | ||