Performs camera animation according to the given parameters.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void Animate(
	bool relative,
	float x,
	float y,
	float z,
	float distance,
	float yaw,
	float pitch,
	float autoRotation,
	double duration
)

Parameters

relative
Type: System..::.Boolean
Determines whether the values are relative.
x
Type: System..::.Single
Center midpoint X coordinate.
y
Type: System..::.Single
Center midpoint Y coordinate.
z
Type: System..::.Single
Center midpoint Z coordinate.
distance
Type: System..::.Single
Distance from the center midpoint.
yaw
Type: System..::.Single
Yaw (horizontal divergence) in radians.
pitch
Type: System..::.Single
Pitch (vertical divergence) in radians.
autoRotation
Type: System..::.Single
Autorotation angle in radians.
duration
Type: System..::.Double
Animation duration in second.

See Also