diff --git a/apps/displays/Oculus_Rift_DK2.json b/apps/displays/Oculus_Rift_DK2.json index 8ae845911..b658788f0 100644 --- a/apps/displays/Oculus_Rift_DK2.json +++ b/apps/displays/Oculus_Rift_DK2.json @@ -28,7 +28,12 @@ "distortion": { "k1_red": 1.01999, "k1_green": 1.248, - "k1_blue": 1.48601 + "k1_blue": 1.48601, + "distance_scale_x": 1, + "distance_scale_y": 1, + "polynomial_coeffs_red": [ 0, 1, 0.38 ], + "polynomial_coeffs_green": [ 0, 1, 0.44 ], + "polynomial_coeffs_blue": [ 0, 1, 0.48 ] }, "rendering": { "right_roll": 0,