mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
reverting old code
This commit is contained in:
parent
049282e2b3
commit
4cf90050b5
1 changed files with 0 additions and 8 deletions
|
@ -34,9 +34,6 @@ public:
|
|||
QRectF getPlayAreaRect() override;
|
||||
QVector<glm::vec3> getSensorPositions() override;
|
||||
|
||||
signals:
|
||||
void nonceAndUserIDChanged(QString nonce, QString userID);
|
||||
|
||||
protected:
|
||||
void customizeContext() override;
|
||||
void uncustomizeContext() override;
|
||||
|
@ -45,11 +42,6 @@ protected:
|
|||
void updatePresentPose() override;
|
||||
|
||||
protected:
|
||||
bool _isViewerEntitled;
|
||||
QString _nonce;
|
||||
bool _nonceChanged;
|
||||
QString _user;
|
||||
ovrID _userID;
|
||||
ovrSession _session{ nullptr };
|
||||
ovrGraphicsLuid _luid;
|
||||
std::array<ovrEyeRenderDesc, 2> _eyeRenderDescs;
|
||||
|
|
Loading…
Reference in a new issue