Click or drag to resize

RenderPointOfViewInitSpherical Method

Initializes a point of view using spherical coordinates system.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public static RenderPointOfView InitSpherical(
	Vector3 target,
	float distance,
	float longitude,
	float latitude,
	float roll
)

Parameters

target
Type: Lumiscaphe.Workshop.InteropVector3
The target point.
distance
Type: SystemSingle
The distance from the target point (used to compute the Eye position).
longitude
Type: SystemSingle
The longitude angle.
latitude
Type: SystemSingle
The latitude 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