Click or drag to resize
AB4D logo

RenderObjectsRenderingStepOverrideStandardEffect Property

When OverrideStandardEffect is set, than the materials that does not have any specific effect specified will be rendered with it renders all objects with OverrideStandardEffect; otherwise the DXDevice.EffectsManager.GetStandardEffect() method will be used to get the standard effect.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public Effect OverrideStandardEffect { get; set; }

Property Value

Effect
See Also