Sets the camera's reference point - the point
the camera is looking at. The camera's position is the reference
point translated by the offset.
[Visual Basic .NET] |
---|
Public Sub ViewOffset( _
ByVal Axes As IAgCrdnAxes, _
ByVal ReferencePoint As IAgCrdnPoint, _
ByRef Offset As System.Array _
)
|
[C#] |
---|
public void ViewOffset(
|
[Managed C++] |
---|
public: void ViewOffset(
|
[Java] |
---|
public viewOffset(
|
[Unmanaged C++] |
---|
public: HRESULT ViewOffset(
|
- Axes
- The Axes of rotation. Axes will be set to this.
- ReferencePoint
- The Point that will be evaluated at the animation time to get Reference Point.
- Offset
- An array containing the offset of the camera position (in the order x, y, z) relative to the referencePoint.
Shows the format of
the Offset and UpAxis parameters when setting the camera's
reference point with an offset.
[C#] | Copy Code | |
---|---|---|
|
Shows the format of
the Offset and UpAxis parameters when setting the camera's
reference point with an offset.
[Visual Basic .NET] | Copy Code | |
---|---|---|
|