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 ViewOffsetDirectionWithUpAxis(self, Axes:"IAgCrdnAxes", ReferencePoint:"IAgCrdnPoint", Direction:"IAgCrdnVector", UpAxis:list) -> None: |
- Axes
- The
of rotation. will be set to this. - ReferencePoint
- The
that will be evaluated at the animation time to get . - Direction
- The
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 . - UpAxis
- An array containing the up direction (in the order x, y, z) in
.
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] | ||
|---|---|---|
| ||





