Click or drag to resize

RenderPointOfViewInitCubeFace Method

Initializes a point of view for a cube rendering.

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

Parameters

eye
Type: Lumiscaphe.Workshop.InteropVector3
The eye position.
target
Type: Lumiscaphe.Workshop.InteropVector3
The target point.
face
Type: Lumiscaphe.Workshop.InteropRenderCubeFace
The cube face to render.

Return Value

Type: RenderPointOfView
The point of view initialized from the cube face to render.
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also