IGraph3DViewSetCamera Method |
Sets the camera, but does not trigger a new rendering.
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void SetCamera(
CameraBase camera,
LightSettings lightSettings
)
Parameters
- camera CameraBase
- The camera.
- lightSettings LightSettings
- The light settings.
See Also