@@ -32,7 +32,7 @@ TODO
The key equation to solving this is this formula for the visible height at a given distance:
- <code>s
+ <code>
visible_height = 2 * Math.tan( ( Math.PI / 180 ) * camera.fov / 2 ) * distance_from_camera;
</code>
If we increase the window height by a certain percentage, then what we want is the visible height at all distances