Added a comment and reduced a FOV just a tiny bit

This commit is contained in:
Latif Khalifa
2013-02-27 22:46:16 +01:00
parent 12f29799ac
commit 40dfae115a

View File

@@ -90,12 +90,13 @@ namespace OpenMetaverse.TestClient
msg.AgentData.SessionID = Self.SessionID;
msg.AgentData.CircuitCode = Network.CircuitCode;
msg.FOVBlock.GenCounter = 0;
msg.FOVBlock.VerticalAngle = Utils.TWO_PI;
msg.FOVBlock.VerticalAngle = Utils.TWO_PI - 0.05f;
Network.SendPacket(msg);
}
public void SetDefaultCamera()
{
// SetCamera 5m behind the avatar
Self.Movement.Camera.LookAt(
Self.SimPosition + new Vector3(-5, 0, 0) * Self.Movement.BodyRotation,
Self.SimPosition