You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to add .with_component(&[rerun::components::Radius(1.0)])? to see anything. Also happens in python!
Had a brief look in our code: I think the problem is that LineStripFlags::get_triangle_cap_tip_length doesn't deal with auto size correctly, but haven't given it much thought. In any case the issue is bound to be in Arrows3DPart
The text was updated successfully, but these errors were encountered:
Minimal repro:
Need to add
.with_component(&[rerun::components::Radius(1.0)])?
to see anything. Also happens in python!Had a brief look in our code: I think the problem is that
LineStripFlags::get_triangle_cap_tip_length
doesn't deal with auto size correctly, but haven't given it much thought. In any case the issue is bound to be inArrows3DPart
The text was updated successfully, but these errors were encountered: