sensics / OSVR-RenderManager

Apache License 2.0
64 stars 45 forks source link

m_distortionCorrection parameter is ignored #273

Closed russell-taylor closed 7 years ago

russell-taylor commented 7 years ago

The m_distortionCorrection constructor parameter to all RenderManagers is currently ignored. It is possible to set distortion parameters that do not do anything, and that is typically what is done in non-distorted config files, but this parameter should either be removed or be effective.

russell-taylor commented 7 years ago

Fixed in pull request https://github.com/sensics/OSVR-RenderManager/pull/274 by removing the internal parameter.