Added some decoding of matererials data for bettr display in GridProxy

This commit is contained in:
Latif Khalifa
2013-04-13 04:42:16 +02:00
parent f2ba7318ef
commit d17b834600
2 changed files with 47 additions and 1 deletions

View File

@@ -98,7 +98,8 @@ namespace OpenMetaverse.Messages
case "DisplayNameUpdate": message = new DisplayNameUpdateMessage(); break;
//case "ProductInfoRequest": message = new ProductInfoRequestMessage(); break;
case "ObjectPhysicsProperties": message = new ObjectPhysicsPropertiesMessage(); break;
case "BulkUpdateInventory": message = new BulkUpdateInventoryMessage(); break;
case "BulkUpdateInventory": message = new BulkUpdateInventoryMessage(); break;
case "RenderMaterials": message = new RenderMaterialsMessage(); break;
// Capabilities TODO:
// DispatchRegionInfo