Click or drag to resize
DigitalRuneOcclusionBufferIsOccluder Method
Determines whether the specified scene node acts as an occluder during occlusion culling.

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public static bool IsOccluder(
	SceneNode node
)

Parameters

node
Type: DigitalRune.Graphics.SceneGraphSceneNode
The scene node.

Return Value

Type: Boolean
if node acts as an occluder; otherwise, .
Remarks
See Also