Click or drag to resize
AB4D logo

BaseCameraIsRightHandedCoordinateSystem Property

When true than right handed coordinate system is used (as in WPF 3D, XNA and OpenGL), if false than left handed coordinate system are used (as in DirectX). Default value is true.

Namespace: Ab3d.DirectX.Cameras
Assembly: Ab3d.DXEngine.Wpf (in Ab3d.DXEngine.Wpf.dll) Version: 7.0.8865.1045
Syntax
C#
public bool IsRightHandedCoordinateSystem { get; set; }

Property Value

Boolean

Implements

ILeftRightHandedCoordinateSystemIsRightHandedCoordinateSystem
See Also