Mantis#1654. Thank you kindly, Matth for a patch that:

Updates llGetPrimitiveParams() and associated files.
This commit is contained in:
Charles Krinke
2008-07-03 15:34:05 +00:00
parent e3a583f4b4
commit 103093cf11
4 changed files with 34 additions and 32 deletions

View File

@@ -2289,6 +2289,7 @@ namespace OpenSim.Region.ScriptEngine.Common
public const int PRIM_TEXGEN = 22;
public const int PRIM_CAST_SHADOWS = 24; // Not implemented, here for completeness sake
public const int PRIM_POINT_LIGHT = 23; // Huh?
public const int PRIM_GLOW = 25;
public const int PRIM_TEXGEN_DEFAULT = 0;
public const int PRIM_TEXGEN_PLANAR = 1;