Click or drag to resize

RenderPickerPickPoint Constructor

Initializes a new instance of the RenderPickerPickPoint class using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderPickerPickPoint(
	RenderPickerPickSurface pickSurface,
	Vector3 pointInLocalSpace,
	Vector3 normalInLocalSpace,
	Vector3 pointInWorldSpace,
	Vector3 normalInWorldSpace,
	Vector3 uvw
)

Parameters

pickSurface
Type: Lumiscaphe.Workshop.InteropRenderPickerPickSurface
The picked surface.
pointInLocalSpace
Type: Lumiscaphe.Workshop.InteropVector3
The point in local space.
normalInLocalSpace
Type: Lumiscaphe.Workshop.InteropVector3
The normal in local space.
pointInWorldSpace
Type: Lumiscaphe.Workshop.InteropVector3
The point in world space.
normalInWorldSpace
Type: Lumiscaphe.Workshop.InteropVector3
The normal in world space.
uvw
Type: Lumiscaphe.Workshop.InteropVector3
The surface parametrization in texture space.
Exceptions
ExceptionCondition
ObjectNullExceptionpickSurface == null
ObjectDisposedExceptionRenderPickerPickSurface::IsDisposed == true
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also