Click or drag to resize
AB4D logo

RenderObjectsRenderingStepAllowMultipassRendering Property

Gets or sets a boolean that specifies if multipass rendering is used when number of light is bigger than the number of lights that can be rendered in one rendering pass. Default value is true.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 6.1.8746.1045
Syntax
C#
public bool AllowMultipassRendering { get; set; }

Property Value

Boolean
See Also