diff options
author | dahlia | 2014-06-23 20:06:22 -0700 |
---|---|---|
committer | dahlia | 2014-06-23 20:06:22 -0700 |
commit | a93799d03b9ee070dd4a6c2f4a3e36374aa5ef86 (patch) | |
tree | 8f09db0c90cd8cd987ee4a8ea588aed8bfe5a054 /OpenSim/Region | |
parent | Bug fix in map teleports in varregions. The cherry was missing from the ice-c... (diff) | |
download | opensim-SC-a93799d03b9ee070dd4a6c2f4a3e36374aa5ef86.zip opensim-SC-a93799d03b9ee070dd4a6c2f4a3e36374aa5ef86.tar.gz opensim-SC-a93799d03b9ee070dd4a6c2f4a3e36374aa5ef86.tar.bz2 opensim-SC-a93799d03b9ee070dd4a6c2f4a3e36374aa5ef86.tar.xz |
add LSL constants PRIM_SPECULAR and PRIM_NORMAL
Diffstat (limited to 'OpenSim/Region')
-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 | ||