Tracking System Shape Generator

Shape Generator  -  Convert trackers from a tracking system into a Shape.


Need to have a TrackingSystem Icon Tracking System in the RootStageElement Icon Stage

How to use : Use tracking system Shapes


Variables:

  • Merge Into Single Shape: True if the text is considered a single entity, False if it is considered a group of separate shapes
  • Tracking System: The tracking system that will be used to convert its trackers into shapes points
  • Radius Limit Detection: Determine the tolerance in meter to convert a tracker into a point of shapes. Trackers too far from this distance wont be taken into account to create the shape. The center of the radius is determined by the Detection Center parameter of the tracking system.
  • Detection Center: Read-only. Give the centroid of the group of trackers
  • Projection Camera: Reference Camera used to project the shape.
  • Projection Plane: If you don’t use a Projection camera, use this parameter to project the shape according to 3D axis.
  • Sorting Rule: Join the points according to sorting rules. The points can be joined on X, Y or Z, radius, Polar or Tree order.
  • Closed: Close the shape or not.
  • Tanget Angle: Change the tangent angle of every points.
  • Tangent length: change the tangent Distance of every points.

Python

    Oil.createObject("TrackingSystemShapeGenerator")