OSVR / distortionizer

Tool for determining distortion parameters of arbitrary HMDs, and a corresponding set of shaders to correct that distortion.
Apache License 2.0
36 stars 16 forks source link

Adding debug print statement when in verbose mode. #22

Closed russell-taylor closed 7 years ago

gfrolov commented 7 years ago

@russell-taylor I just noticed that angles_to_config is a separate subproject that's not included in the main CMakeLists file. Not for this PR, but we'll want to do add_subdirectory for this and other subprojects. Otherwise you need to CMake each one of those folders and .clang-format in the root doesn't get applied to it.