OpenMetaverse:

* LLObject is gone, it is now merged into Primitive
* Avatar inherits from Primitive
Simian:
* Added SimulationObject to track prims
* Added IMeshingProvider and a connector to OpenMetaverse.Rendering plugins

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2161 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
John Hurliman
2008-08-24 05:06:51 +00:00
parent 1fc2ea2522
commit 07754f7016
40 changed files with 2384 additions and 1535 deletions

View File

@@ -15,8 +15,6 @@ namespace Heightmap
if (args.Length != 3)
{
Console.WriteLine("Usage: [FirstName] [LastName] [password]");
Console.WriteLine("Press any key to continue...");
Console.ReadKey();
return;
}