Simian:
* Added default assets for avatar appearance * Fixed default heightmap loading * Removed ugly appearance hacks and replaced with hardcoded but not so ugly default assets * Simplified the inventory classes to work with the libomv inventory system rollback git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2135 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Simian.Extensions
|
||||
public void Start()
|
||||
{
|
||||
server.UDPServer.RegisterPacketCallback(PacketType.CompleteAgentMovement, new UDPServer.PacketCallback(CompleteAgentMovementHandler));
|
||||
LoadTerrain("Maps/default.tga");
|
||||
LoadTerrain(server.DataDir + "heightmap.tga");
|
||||
}
|
||||
|
||||
public void Stop()
|
||||
|
||||
Reference in New Issue
Block a user