Click or drag to resize
Ab4d.SharpEngine logo

SceneComplexGeometryRenderingLayer Property

Gets a RenderingLayer that contains opaque and very complex 3D objects that are expected to take a lot of GPU time to render and should therefore start rendering as soon as possible. Usually this layer contains instanced objects, big point cloud objects or standard objects with many triangles. Objects in this layer are not sorted and are rendered in the main thread (no multi-threading rendering) and in the same order as they are added to the layer.

Namespace: Ab4d.SharpEngine
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 2.0.8956+4c7684e186ca1be74e7a284fbe739d9a1b843d3c
Syntax
C#
public RenderingLayer? ComplexGeometryRenderingLayer { get; }

Property Value

RenderingLayer
See Also