Skip to content
Snippets Groups Projects
Commit d9bed86f authored by Fabian Reister's avatar Fabian Reister
Browse files

arviz: new visu type "Path"

parent 3158f1fc
No related branches found
No related tags found
1 merge request!162Feature/arviz path and line visu
......@@ -100,6 +100,14 @@ module data
float lineWidth = 0.0f;
};
class ElementPath extends Element
{
Vector3fSeq points;
Color lineColor;
float lineWidth = 10.0f;
};
class ElementArrow extends Element
{
float length = 100.0f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment