ViewPoint: IScene3DViewPoint;
The ViewPoint property defines camera position. You can work with the available parameters using the IScene3DViewPoint interface.
This example assumes that there is the object S of the IScene3D type.
Sub Chart3D;
Var
s : IScene3D;
Begin
s.SceneView.SceneViewProperty.ViewPoint.HorizontalRotation := 30;
End Sub Chart3D;
Executing this example rotates the scene horizontally at 30 degrees.
See also: