This document is archived and information here might be outdated. Recommended version. |
Adapts the camera to the internal coordinate system of scene graph.
[Visual Basic .NET] Public Sub SetCoordOrigin ( _ ByVal xOrig As Double, _ ByVal yOrig As Double, _ ByVal zOrig As Double _ )
[C#] public void SetCoordOrigin ( double xOrig, double yOrig, double zOrig );
[C++]
HRESULT SetCoordOrigin(
double xOrig,
double yOrig,
double zOrig
);
[C++]
Parameters xOrig [in]
xOrig is a parameter of type double yOrig [in]
yOrig is a parameter of type double zOrig [in]
zOrig is a parameter of type double