Click or drag to resize

IRendererAspectRenderShadow Method

Render the shadow of the aspect.

Namespace:  Demo3D.Visuals.Renderers
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void RenderShadow(
	IDisplay display,
	Vector3 lightDirection
)

Parameters

display
Type: IDisplay
The display that's being rendered to.
lightDirection
Type: Microsoft.DirectXVector3
The direction of the light.
See Also