add LSL constants PRIM_SPECULAR and PRIM_NORMAL

0.8.0.3
dahlia 2014-06-23 20:06:22 -07:00 committed by Justin Clark-Casey
parent 025ac85a46
commit 8542f34d7d
1 changed files with 2 additions and 0 deletions

View File

@ -410,6 +410,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int PRIM_POS_LOCAL = 33;
public const int PRIM_LINK_TARGET = 34;
public const int PRIM_SLICE = 35;
public const int PRIM_SPECULAR = 36;
public const int PRIM_NORMAL = 37;
public const int PRIM_TEXGEN_DEFAULT = 0;
public const int PRIM_TEXGEN_PLANAR = 1;