Thanks to M. Igarashi and nlin for a patch that implements llGetCameraRot().

This commit is contained in:
Dahlia Trimble
2008-10-15 04:42:28 +00:00
parent b70a285373
commit 901acddbdd
3 changed files with 74 additions and 1 deletions

View File

@@ -252,6 +252,11 @@ namespace OpenSim.Region.Environment.Scenes
get { return m_CameraCenter; }
}
public Quaternion CameraRotation
{
get { return Util.Axes2Rot(m_CameraAtAxis, m_CameraLeftAxis, m_CameraUpAxis); }
}
public Vector3 Lookat
{
get