summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicewebrtc.h
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2023-09-25 20:03:18 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-02-22 23:11:34 -0800
commitd9ec32b1c3878dfa7f34b474d8278e13f2d7ece4 (patch)
tree3e70ba27efa6334642f1d89dbe57c6999a39c8ab /indra/newview/llvoicewebrtc.h
parent0110e37c7af96b02fd4ad92144b1b042e307d6a5 (diff)
send position and rotation data to voice server.
Diffstat (limited to 'indra/newview/llvoicewebrtc.h')
-rw-r--r--indra/newview/llvoicewebrtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llvoicewebrtc.h b/indra/newview/llvoicewebrtc.h
index e3aa33bfd9..1d013c6609 100644
--- a/indra/newview/llvoicewebrtc.h
+++ b/indra/newview/llvoicewebrtc.h
@@ -521,7 +521,7 @@ protected:
/////////////////////////////
// Sending updates of current state
void updatePosition(void);
- void setCameraPosition(const LLVector3d &position, const LLVector3 &velocity, const LLMatrix3 &rot);
+ void setCameraPosition(const LLVector3d &position, const LLVector3 &velocity, const LLQuaternion &rot);
void setAvatarPosition(const LLVector3d &position, const LLVector3 &velocity, const LLQuaternion &rot);
bool channelFromRegion(LLViewerRegion *region, std::string &name);
@@ -823,7 +823,7 @@ private:
LLVector3d mCameraPosition;
LLVector3d mCameraRequestedPosition;
LLVector3 mCameraVelocity;
- LLMatrix3 mCameraRot;
+ LLQuaternion mCameraRot;
LLVector3d mAvatarPosition;
LLVector3 mAvatarVelocity;