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] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
| [Python - STK API] |
|---|
def ViewOffset(self, Axes:"IAgCrdnAxes", ReferencePoint:"IAgCrdnPoint", Offset:list) -> None: |
- Axes
- The
of rotation. will be set to this. - ReferencePoint
- The
that will be evaluated at the animation time to get . - Offset
- An array containing the offset of the camera position (in the order x, y, z) relative to the
.
Shows the format of the Offset and UpAxis parameters when setting the camera's reference point with an offset.
| [C#] | ||
|---|---|---|
| ||
Shows the format of the Offset and UpAxis parameters when setting the camera's reference point with an offset.
| [Visual Basic .NET] | ||
|---|---|---|
| ||





