|
SolidColorEffectWriteMaxDepthValue Property |
When true then the models are rendered to the back of the scene so that all other rendered objects will be rendered before them.
This can be used to outline all selected objects without rendering selection lines between them.
When false (by default) the models are rendered to their correct depth.
Namespace: Ab3d.DirectX.EffectsAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public bool WriteMaxDepthValue { get; set; }
Property Value
BooleanSee Also