Click or drag to resize

IGraph3DViewSetCamera Method

Sets the camera, but does not trigger a new rendering.

Namespace: Altaxo.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void SetCamera(
	CameraBase camera,
	LightSettings lightSettings
)

Parameters

camera  CameraBase
The camera.
lightSettings  LightSettings
The light settings.
See Also