Graph3DControllerAdjustZNearZFar Method |
Adjusts the zNear and zFar parameter of the camera to make sure that our scene is viewed appropriately, and nothing is cut away.
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic CameraBase AdjustZNearZFar(
CameraBase cam
)
Parameters
- cam CameraBase
- The cam.
Return Value
CameraBaseThe camera with adjusted z-near and z-far values.
See Also