Click or drag to resize

StereoEyesDescriptionInit Method (Vector3, Vector3)

Initializes a StereoEyesDescription structure from a left and right eye defines in the head basis.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public void Init(
	Vector3 leftEye,
	Vector3 rightEye
)

Parameters

leftEye
Type: Lumiscaphe.Workshop.InteropVector3
The left eye in head referential.
rightEye
Type: Lumiscaphe.Workshop.InteropVector3
The right eye in head referential.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also