* Basic types renaming continued
* Corrected ManagedImage.ExportRaw() function to flip the image (OpenGL has a texture origin in the bottom-left) git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2015 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -30,7 +30,7 @@ namespace OpenMetaverse.TestClient
|
||||
/// Get a list of current friends
|
||||
/// </summary>
|
||||
/// <param name="args">optional testClient command arguments</param>
|
||||
/// <param name="fromAgentID">The <seealso cref="OpenMetaverse.LLUUID"/>
|
||||
/// <param name="fromAgentID">The <seealso cref="OpenMetaverse.UUID"/>
|
||||
/// of the agent making the request</param>
|
||||
/// <returns></returns>
|
||||
public override string Execute(string[] args, UUID fromAgentID)
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace OpenMetaverse.TestClient
|
||||
// // HACK: Weak hack to calculate size
|
||||
// float AV_Height_Range = 2.025506f - 1.50856f;
|
||||
// float AV_Height = 1.50856f + (((float)appearance.VisualParam[25].ParamValue / 255.0f) * AV_Height_Range);
|
||||
// set.AgentData.Size = new LLVector3(0.45f, 0.6f, AV_Height);
|
||||
// set.AgentData.Size = new Vector3(0.45f, 0.6f, AV_Height);
|
||||
|
||||
// set.ObjectData.TextureEntry = appearance.ObjectData.TextureEntry;
|
||||
// set.VisualParam = new AgentSetAppearancePacket.VisualParamBlock[appearance.VisualParam.Length];
|
||||
|
||||
Reference in New Issue
Block a user