Fixed booched formatting.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3757 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -277,8 +277,8 @@ public class CameraHandler
|
|||||||
// start with the location of the camera moved out into the near
|
// start with the location of the camera moved out into the near
|
||||||
// frustum plane
|
// frustum plane
|
||||||
_temp.set(loc);
|
_temp.set(loc);
|
||||||
_temp.scaleAdd(_camera.getFrustumNear(), _camera.getDirection(),
|
_temp.scaleAdd(_camera.getFrustumNear(), _camera.getDirection(), loc);
|
||||||
loc);
|
|
||||||
// then slide it over to a corner of the near frustum rectangle
|
// then slide it over to a corner of the near frustum rectangle
|
||||||
_temp.scaleAdd(left, _camera.getLeft(), _temp);
|
_temp.scaleAdd(left, _camera.getLeft(), _temp);
|
||||||
_temp.scaleAdd(up, _camera.getUp(), _temp);
|
_temp.scaleAdd(up, _camera.getUp(), _temp);
|
||||||
|
|||||||
Reference in New Issue
Block a user