Class VisualizationHelper
Helper class that contains common visualization methods useful to ground truth labelers.
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
public static class VisualizationHelper
Methods
Name | Description |
---|---|
ConvertToScreenSpace(Camera, Vector3) | Converts a 3D world space coordinate to image pixel space. |
DrawLine(float, float, float, float, Color, float, Texture) | Draw's a texture between two locations of a passed in width. |
DrawLine(Vector2, Vector2, Color, float, Texture) | Draw's a texture between two locations of a passed in width. |
DrawPoint(float, float, Color, float, Texture) | Draw a point (in pixel space) on the screen |
DrawPoint(Vector3, Color, float, Texture) | Draw a point (in pixel space) on the screen |