LIBOMV-959: Add LightImage ExtraParameter type suppport to primitives
Patch by: Frederick Martian
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user