-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I've been trying to show my displacement vectors for a while and cannot get any edges to show up. Here's what I'm calling:
viewer.data.clear();
viewer.data.set_mesh(B, F);
viewer.data.add_edges(B, V,RowVector3d(0,0,1));
I know that B and V are both correct, so it should just draw a displacement line for each vertex? What am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels