Click or drag to resize

RenderPointOfViewInitHead Method

Initializes a point of view using the head coordinate system.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static RenderPointOfView InitHead(
	Vector3 eye,
	float yaw,
	float pitch,
	float roll
)

Parameters

eye
Type: Lumiscaphe.Workshop.InteropVector3
The eye position.
yaw
Type: SystemSingle
The yaw angle.
pitch
Type: SystemSingle
The pitch angle.
roll
Type: SystemSingle
The roll angle.

Return Value

Type: RenderPointOfView
The point of view initialized from the spherical coordinates.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also