mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Thanks to M. Igarashi and nlin for a patch that implements llGetCameraRot().
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user