diff options
author | dahlia | 2014-06-27 16:06:03 -0700 |
---|---|---|
committer | dahlia | 2014-06-27 16:06:03 -0700 |
commit | 9d2789aff8684ac9599b984f0a2b6d024958f716 (patch) | |
tree | 2706f5d6c10031c23da993e31841ffa47c7e5be3 /OpenSim/Region/ScriptEngine/Shared | |
parent | Bulletsim: Create AvatarTerminalVelocity to BulletSim like what ODE and SL ha... (diff) | |
download | opensim-SC-9d2789aff8684ac9599b984f0a2b6d024958f716.zip opensim-SC-9d2789aff8684ac9599b984f0a2b6d024958f716.tar.gz opensim-SC-9d2789aff8684ac9599b984f0a2b6d024958f716.tar.bz2 opensim-SC-9d2789aff8684ac9599b984f0a2b6d024958f716.tar.xz |
add LSL constant PRIM_ALPHA_MODE
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 1 |
1 files changed, 1 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 db3df46..7d80dcb 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -412,6 +412,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
412 | public const int PRIM_SLICE = 35; | 412 | public const int PRIM_SLICE = 35; |
413 | public const int PRIM_SPECULAR = 36; | 413 | public const int PRIM_SPECULAR = 36; |
414 | public const int PRIM_NORMAL = 37; | 414 | public const int PRIM_NORMAL = 37; |
415 | public const int PRIM_ALPHA_MODE = 38; | ||
415 | public const int PRIM_TEXGEN_DEFAULT = 0; | 416 | public const int PRIM_TEXGEN_DEFAULT = 0; |
416 | public const int PRIM_TEXGEN_PLANAR = 1; | 417 | public const int PRIM_TEXGEN_PLANAR = 1; |
417 | 418 | ||