mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Implements a number of members on SOGObject for use with the MRM Script Engine API.
* It's lag-tacular! :D
This commit is contained in:
@@ -66,15 +66,15 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
|
||||
public enum PrimType
|
||||
{
|
||||
NotPrimitive,
|
||||
Box,
|
||||
Cylinder,
|
||||
Prism,
|
||||
Sphere,
|
||||
Torus,
|
||||
Tube,
|
||||
Ring,
|
||||
Sculpt
|
||||
NotPrimitive = 255,
|
||||
Box = 0,
|
||||
Cylinder = 1,
|
||||
Prism = 2,
|
||||
Sphere = 3,
|
||||
Torus = 4,
|
||||
Tube = 5,
|
||||
Ring = 6,
|
||||
Sculpt = 7
|
||||
}
|
||||
|
||||
public enum TextureMapping
|
||||
|
||||
Reference in New Issue
Block a user