Click or drag to resize

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.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CameraBase AdjustZNearZFar(
	CameraBase cam
)

Parameters

cam  CameraBase
The cam.

Return Value

CameraBase

[Missing <returns> documentation for "M:Altaxo.Gui.Graph.Graph3D.Viewing.Graph3DController.AdjustZNearZFar(Altaxo.Graph.Graph3D.Camera.CameraBase)"]

See Also