disorderedmaterials / plot

Testing / proving ground for Qt3D 2D/3D plotting
0 stars 0 forks source link

Markers #51

Open jswift-stfc opened 2 years ago

jswift-stfc commented 2 years ago

Could be useful to be able to press some hotkey to place a "marker" in the plot, which shows the the value at that positition?

trisyoungs commented 2 years ago

Yes, could be a useful option. Thinking about the 2D -> 3D transition as well, we could consider slices / planes as well.

jswift-stfc commented 2 years ago

I guess the best way to go about implementing this is similar to how line ticks are implemented, but without being attatched to any axis? Rather, the Widget..?

trisyoungs commented 2 years ago

Yes. I suppose the best place for these markers to live right now is in the dataRootEntity_?