LIBOMV-959: Add LightImage ExtraParameter type suppport to primitives

Patch by: Frederick Martian
This commit is contained in:
Latif Khalifa
2013-03-08 22:49:11 +01:00
parent f9f424b48d
commit bbbbabdcba
2 changed files with 124 additions and 2 deletions

View File

@@ -230,6 +230,8 @@ namespace OpenMetaverse
Light = 0x20,
/// <summary>Whether this object is a sculpted prim</summary>
Sculpt = 0x30,
/// <summary>Whether this object is a light image map</summary>
LightImage = 0x40,
/// <summary>Whether this object is a mesh</summary>
Mesh = 0x60,
}