 |
SceneBackgroundRenderingLayer Property |
Gets a RenderingLayer that is rendered first. Objects in this layer are not sorted and are rendered in the same order as they are added to the layer.
To render the objects in this rendering layer behind all objects from other RenderingLayers, set the
ClearDepthStencilBufferAfterRendering to true.
This will clear the depth buffer so all objects in the following rendering layers will be rendered on top of the objects in BackgroundRenderingLayer (regardless of their depth).
Namespace: Ab4d.SharpEngineAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntaxpublic RenderingLayer? BackgroundRenderingLayer { get; }
Property Value
RenderingLayer
See Also