Click or drag to resize

RendererSettingsIsPerspective Property

True the renderers camera using perspective projection, otherwise the renderer will use parallel projection.

Namespace: Demo3D.Gui
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public bool IsPerspective { get; set; }

Property Value

Boolean
See Also