mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 16:30:39 +02:00
HmdDisplayPlugin: Fix whitespace.
This commit is contained in:
parent
8fcafa32d1
commit
f6d724241c
1 changed files with 6 additions and 6 deletions
|
@ -56,16 +56,16 @@ QRect HmdDisplayPlugin::getRecommendedHUDRect() const {
|
||||||
return CompositorHelper::VIRTUAL_SCREEN_RECOMMENDED_OVERLAY_RECT;
|
return CompositorHelper::VIRTUAL_SCREEN_RECOMMENDED_OVERLAY_RECT;
|
||||||
}
|
}
|
||||||
|
|
||||||
glm::mat4 HmdDisplayPlugin::getEyeToHeadTransform(Eye eye) const {
|
glm::mat4 HmdDisplayPlugin::getEyeToHeadTransform(Eye eye) const {
|
||||||
return _eyeOffsets[eye];
|
return _eyeOffsets[eye];
|
||||||
}
|
}
|
||||||
|
|
||||||
glm::mat4 HmdDisplayPlugin::getEyeProjection(Eye eye, const glm::mat4& baseProjection) const {
|
glm::mat4 HmdDisplayPlugin::getEyeProjection(Eye eye, const glm::mat4& baseProjection) const {
|
||||||
return _eyeProjections[eye];
|
return _eyeProjections[eye];
|
||||||
}
|
}
|
||||||
|
|
||||||
glm::mat4 HmdDisplayPlugin::getCullingProjection(const glm::mat4& baseProjection) const {
|
glm::mat4 HmdDisplayPlugin::getCullingProjection(const glm::mat4& baseProjection) const {
|
||||||
return _cullingProjection;
|
return _cullingProjection;
|
||||||
}
|
}
|
||||||
|
|
||||||
glm::ivec4 HmdDisplayPlugin::eyeViewport(Eye eye) const {
|
glm::ivec4 HmdDisplayPlugin::eyeViewport(Eye eye) const {
|
||||||
|
|
Loading…
Reference in a new issue