mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 11:45:35 +08:00
* ObjectAddPacket now confined to ClientView,´using PrimitiveBaseShape instead - w00t!
This commit is contained in:
@@ -68,7 +68,7 @@ namespace SimpleApp
|
||||
PrimData primData = new PrimData();
|
||||
primData.Scale = new LLVector3(1, 1, 1);
|
||||
|
||||
m_localId = world.AddNewPrim( LLUUID.Zero, primData, LLVector3.Zero, new LLQuaternion(0, 0, 0, 0), LLUUID.Zero, 0);
|
||||
//m_localId = world.AddNewPrim( LLUUID.Zero, primData, LLVector3.Zero, new LLQuaternion(0, 0, 0, 0), LLUUID.Zero, 0);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user