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: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public MaterialSortedRenderingLayer? OtherGeometryRenderingLayer { get; }

Property Value

MaterialSortedRenderingLayer
See Also