Hi Thomas, thank you very much for this workaround!
I tried your trick and I'm quite stuck concerning two points:
1) I cannot enter, in the camera panel,
numbers more than 16.000 pixels. every time I enter bigger numbers LW automatically cuts them to the limit. ???
How can I avoid this?
2) How can I use the result of the last division for scenes that have more than two rows?
I interpreted your tutorial like this:
In your example you divide your scene in 2 ROWS and, finally, you explain we have to divide the HEIGHT by the WIDTH and divide the result by two.
The last divison by 2, I imagine depends on the fact you choose to divide the scene into two rows, isn't it? so, if we divide the scene into three rows the last digit should be 3.
I am interpreting well the functionality of the trick?
well, so lets think about the matrix of values:
11200 x 16000 pixels divided respectively into fourths and fifths.
HOR Values: -1,5; -0,5; 0,5; 1,5 (values always separated by 1 and simmetrical from zero point)
single VER Value (result of the last division): (my example): 0,2285....
Now let's go for the vertical distances
(THE PROBLEM)
VER Values: -(0,2285x2); -0,2285; 0; 0,2285; (0,2285x2);
OR
VER Values: -2,2285; -1,2285; 0; 1,2285; 2,2285;
Thank you very much for your attention
(I'm preparing an OOCalc spreadsheet for this).
DHP