Click or drag to resize
DigitalRuneLensFlareRendererUpdateOcclusion Method (IListSceneNode, RenderContext)
Performs occlusion queries to determine the intensity of the lens flares effects. (Requires HiDef profile.)

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public void UpdateOcclusion(
	IList<SceneNode> nodes,
	RenderContext context
)

Parameters

nodes
Type: System.Collections.GenericIListSceneNode
The scene nodes. The list may contain null entries.
context
Type: DigitalRune.GraphicsRenderContext
The render context. (The property CameraNode selects the currently active camera.)
Exceptions
ExceptionCondition
ArgumentNullExceptionnodes or context is .
See Also