Click or drag to resize

RendererAspectBasePick Method

A check to see a ray intersects with this aspect.

Namespace: Demo3D.Visuals.Renderers
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public abstract bool Pick(
	IDisplay display,
	Ray ray,
	ref PickInfo info
)

Parameters

display  IDisplay
The current display.
ray  Ray
The ray to test.
info  PickInfo
Contains information about the intersection, if one occurs.

Return Value

Boolean
True if the ray intersects, otherwise false.

Implements

IRendererAspectPick(IDisplay, Ray, PickInfo)
See Also