0

I'm developing a tool and want, that user can simply choose a vertex or edge.

Now, i'm looking for a way how to change the thickness(highlighting) of a vertex or edge during hovering with the mouse.

And I want increase the size of a vertex or edge, if i zoom into it. At the moment, they will be smaller, i zoom near.

Can anyone help me?

Thanks in advance.

PS: i use vv.setVertexToolTipTransformer for showing the name of the vertex during hovering, but it don't solve my problem.

4

1 回答 1

0

我已将厚度和颜色的代码放入 toolTipTransformer,例如 vv.setVertexToolTipTransformer。以这种方式它可以工作,但工具提示出现得太晚了。

于 2016-06-18T15:06:42.433 回答