Sets the camera's reference point - the point the camera is looking at. The camera's position is the reference point translated by the direction vector.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def ViewOffsetDirection(self, Axes:"IAgCrdnAxes", ReferencePoint:"IAgCrdnPoint", Direction:"IAgCrdnVector") -> None: |
- 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.
- Direction
- The Vector that will be evaluated at the animation time to get the direction to offset the camera position. This will be equivalent to the negative of Direction.






