Added const definintions for sculpted prims.
parent
2f023f6362
commit
6bcf44e141
OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL
|
@ -2095,6 +2095,12 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||||
public const int PRIM_BUMP_SUCTION = 16;
|
public const int PRIM_BUMP_SUCTION = 16;
|
||||||
public const int PRIM_BUMP_WEAVE = 17;
|
public const int PRIM_BUMP_WEAVE = 17;
|
||||||
|
|
||||||
|
public const int PRIM_SCULPT_TYPE_SPHERE = 1;
|
||||||
|
public const int PRIM_SCULPT_TYPE_TORUS = 2;
|
||||||
|
public const int PRIM_SCULPT_TYPE_PLANE = 3;
|
||||||
|
public const int PRIM_SCULPT_TYPE_CYLINDER = 4;
|
||||||
|
|
||||||
|
|
||||||
public const int MASK_BASE = 0;
|
public const int MASK_BASE = 0;
|
||||||
public const int MASK_OWNER = 1;
|
public const int MASK_OWNER = 1;
|
||||||
public const int MASK_GROUP = 2;
|
public const int MASK_GROUP = 2;
|
||||||
|
|
Loading…
Reference in New Issue