1
0

focal length

This commit is contained in:
2025-09-21 04:06:34 +02:00
parent d74f3dfe67
commit f5b429217c
2 changed files with 8 additions and 23 deletions

View File

@ -33,8 +33,8 @@ uniform float pts;
// parameters
const vec2 sensor_size = vec2(5.949440, 5.205760);
const float equidistant_focal_length = 3.020000;
const float rectilinear_focal_length = 2.232346;
const float equidistant_focal_length = 2.970000;
const float rectilinear_focal_length = 2.167601;
// constants
const int subsampling = 4;