All pages
Powered by GitBook
1 of 2

Loading...

Loading...

Track Camera to Object

Sets the camera to track to an object's position. The position of the tracking point is offset from the actual position of the object by using a randomly-generated spline.

  • Match By: Matches objects by their semantic category or object name.

  • Match Name: String to match (either category or object name, depending on previous option)

  • Use Partial Match: If enabled, the objects will be included if the specified string partially matches.

  • Camera Height: Height of the camera above the ground.

Noise may be added to the camera's tracking target so that the target is not perfectly centered in the frame. This is done by creating a random path which is superimposed over the target path.

  • Curve Height Offset: Height of the offset curve.

  • Control Points: Number of control points to use for the random curve.

  • Curve Min/Max: Min/max bounds of the curve in 2D.

  • Distance Between Points: Distance between control points.

See for specific types of camera paths.

  • Control Points Final: Final number of control points of the resampled curve.

  • Camera Path Settings

    Camera Path Settings

    Settings for various camera path types.

    "Match Target" will use the target object's path as the camera's path.
    • Offset X/Y: Additional 2D offset of the camera path.

    "Elliptical Orbit" uses an ellipse as the camera's path
    • Radius A/B: Radius of the ellipse along each axis. Using equal values for both will yield a circular path. The center of the ellipse is the midpoint of the target's path.

    • Offset X/Y: Additional 2D offset of the camera path.

    • Step Size: Step size (degrees) per frame.

    • Orbit Offset: Initial radial offset along the path of the orbit.

    • Offset Start X/Y: 2D offset of the start of the camera's path.

    • Offset End X/Y: 2D offset of the end of the camera's path.

    "Linear" uses a line between the start and end points of the target path