The XViewport abstract class defines the views to the world. Every view can display another part of the world, if you create several views, you can show them together at the same moment, e.g. looking forward and to the rear-view mirror.

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

Syntax

C#
public abstract class XViewport

Inheritance Hierarchy

System..::.Object
  SGP.XSpace..::.XViewport
    SGP.XSpace..::.XCameraViewport

See Also