From 2bc5604797a55278c1a8fe51a1cc8d0bfe36675e Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Sun, 23 Oct 2011 16:43:18 +0200 Subject: [PATCH] Document fixed-near-far. --- docs-mini/README.multiscreen | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs-mini/README.multiscreen b/docs-mini/README.multiscreen index 0f8a9b707..6dd8aa3fc 100644 --- a/docs-mini/README.multiscreen +++ b/docs-mini/README.multiscreen @@ -138,6 +138,11 @@ window, camera, or gui tags. and other background elements may not be drawn if the view plane is closer than 120km. + fixed-near-far - bool + If true the near and far values are taken from above, if false + near and far are adapted from the scene and visibility. + Defaults to true. + offset-x, offset-y - double Offsets of the viewing volume specified by the other parameters in the near plane, in meters. @@ -154,10 +159,20 @@ window, camera, or gui tags. near, far - double The near and far planes, in meters from the camera eye point. + fixed-near-far - bool + If true the near and far values are taken from above, if false + near and far are adapted from the scene and visibility. + Defaults to true. + ortho This specifies an orthographic view. The parameters are the sames as the frustum node's. + fixed-near-far - bool + If true the near and far values are taken from above, if false + near and far are adapted from the scene and visibility. + Defaults to true. + master-perspective Defines a persective projection matrix for use as the leading display in a seamless multiscreen configuration. This kind of perspective -- 2.39.2