-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Features: add an api for setting trace line color and thickness #2506
Conversation
a805b1e
to
fae0627
Compare
Can we maintain consistency w.r.t. simPlot APIs (those APIs ask for rgba list in python in 0-1 range) (see plot_markers.py) the lines here might make alpha channel work |
Hi @madratman, I've updated as you suggested. |
a5a43c9
to
398b707
Compare
72abe6f
to
8637a86
Compare
8637a86
to
c5c6d24
Compare
c5c6d24
to
8d48bad
Compare
Unable to resolved the transparency, but apart from that, it works fine. |
What is the range of thickness here? 0-100? and is it in pixels |
There is a little problem that the alpha channel is not working. I also tried to manually call
DrawDebugLine
but the trace lines are always opaque. It seems like a UE issue, so I kept this argument. For now, setting RGB and thickness works well.