diff options
author | Charles Krinke | 2008-07-03 15:34:05 +0000 |
---|---|---|
committer | Charles Krinke | 2008-07-03 15:34:05 +0000 |
commit | 103093cf114bfb64715f21b0f239b3ffe78fd873 (patch) | |
tree | 21cf245a5c22ab8e4f4dc508cb6e96714a3cabb0 /OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs | |
parent | Mantis#1653. Thank you kindly, Vytek for a patch that: (diff) | |
download | opensim-SC-103093cf114bfb64715f21b0f239b3ffe78fd873.zip opensim-SC-103093cf114bfb64715f21b0f239b3ffe78fd873.tar.gz opensim-SC-103093cf114bfb64715f21b0f239b3ffe78fd873.tar.bz2 opensim-SC-103093cf114bfb64715f21b0f239b3ffe78fd873.tar.xz |
Mantis#1654. Thank you kindly, Matth for a patch that:
Updates llGetPrimitiveParams() and associated files.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs b/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs index 90eb8c7..2d9fd09 100644 --- a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs +++ b/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs | |||
@@ -2289,6 +2289,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
2289 | public const int PRIM_TEXGEN = 22; | 2289 | public const int PRIM_TEXGEN = 22; |
2290 | public const int PRIM_CAST_SHADOWS = 24; // Not implemented, here for completeness sake | 2290 | public const int PRIM_CAST_SHADOWS = 24; // Not implemented, here for completeness sake |
2291 | public const int PRIM_POINT_LIGHT = 23; // Huh? | 2291 | public const int PRIM_POINT_LIGHT = 23; // Huh? |
2292 | public const int PRIM_GLOW = 25; | ||
2292 | public const int PRIM_TEXGEN_DEFAULT = 0; | 2293 | public const int PRIM_TEXGEN_DEFAULT = 0; |
2293 | public const int PRIM_TEXGEN_PLANAR = 1; | 2294 | public const int PRIM_TEXGEN_PLANAR = 1; |
2294 | 2295 | ||