mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:52:31 +02:00
remove _ipd variable from OculusLegacyDisplayPlugin
This commit is contained in:
parent
8ea20b5e5e
commit
c5c73b7809
2 changed files with 1 additions and 2 deletions
|
@ -34,7 +34,7 @@ const QString & OculusLegacyDisplayPlugin::getName() const {
|
||||||
return NAME;
|
return NAME;
|
||||||
}
|
}
|
||||||
|
|
||||||
OculusLegacyDisplayPlugin::OculusLegacyDisplayPlugin() : _ipd(OVR_DEFAULT_IPD) {
|
OculusLegacyDisplayPlugin::OculusLegacyDisplayPlugin() {
|
||||||
}
|
}
|
||||||
|
|
||||||
uvec2 OculusLegacyDisplayPlugin::getRecommendedRenderSize() const {
|
uvec2 OculusLegacyDisplayPlugin::getRecommendedRenderSize() const {
|
||||||
|
|
|
@ -44,7 +44,6 @@ protected:
|
||||||
private:
|
private:
|
||||||
static const QString NAME;
|
static const QString NAME;
|
||||||
|
|
||||||
float _ipd{ OVR_DEFAULT_IPD };
|
|
||||||
ovrHmd _hmd;
|
ovrHmd _hmd;
|
||||||
unsigned int _frameIndex;
|
unsigned int _frameIndex;
|
||||||
ovrTrackingState _trackingState;
|
ovrTrackingState _trackingState;
|
||||||
|
|
Loading…
Reference in a new issue