Click or drag to resize

RenderPointOfView Constructor (Vector3, Vector3, Vector3)

Initializes a new instance of the RenderPointOfView structure with the target - eye - up vectors.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public RenderPointOfView(
	Vector3 target,
	Vector3 eye,
	Vector3 up
)

Parameters

target
Type: Lumiscaphe.Workshop.InteropVector3
The target vector.
eye
Type: Lumiscaphe.Workshop.InteropVector3
The eye vector.
up
Type: Lumiscaphe.Workshop.InteropVector3
Up vector.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also