focal length and remove cropping
This commit is contained in:
@ -37,9 +37,9 @@ uniform float pts;
|
||||
// parameters
|
||||
|
||||
const vec2 sensor_size = vec2(5.949440, 5.205760);
|
||||
const vec2 rectilinear_scale = vec2(1.138819, 1.0);
|
||||
const float equidistant_focal_length = 2.970000;
|
||||
const float rectilinear_focal_length = 2.167601;
|
||||
const vec2 rectilinear_scale = vec2(1.147370, 1.0);
|
||||
const float equidistant_focal_length = 2.920000;
|
||||
const float rectilinear_focal_length = 2.102263;
|
||||
|
||||
// constants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user