Click or drag to resize
Ab4d.SharpEngine logo

SceneOtherGeometryRenderingLayer Property

Gets a RenderingLayer that contains opaque objects that cannot be rendered with StandardEffect. Usually this layer contains pixels, objects with physically based rendering material and other objects with non-standard effect (for example vertex colored materials). The objects in this layer are not rendered with using multi-threading. Objects in this layer are sorted so that they are grouped by material to minimize state changes.

Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public MaterialSortedRenderingLayer? OtherGeometryRenderingLayer { get; }

Property Value

MaterialSortedRenderingLayer
See Also