QuickVtk icon indicating copy to clipboard operation
QuickVtk copied to clipboard

Picking objects

Open JensMunkHansen opened this issue 5 years ago • 2 comments

Hi Q

I am trying to extend your project by introducing pickers. I am thinking something in the line of

Vtk.Viewer {
  Vtk.CellPicker {
    id: picker
    // automatically registered to parent object
  }

  Vtk.AxesActor }
    id: axes
    Component.onCompleted: {
      picker.addPicker(axes) // The actor is assigned to the list of pickable objects
    }
  }
}

How would you recommend distributing the functionality for picking objects between Viewer, Interactor, Renderer?

If you have any input, let me know.

Thanks in advance

JensMunkHansen avatar Mar 29 '20 16:03 JensMunkHansen

@JensMunkHansen thanks for your feedback! I'll take a look at this right now and keep you updated!

qCring avatar Apr 02 '20 08:04 qCring

@JensMunkHansen I just wanted to give you a brief update: I made some progress implementing picking in QuickVtk. However, I need a couple more days to finish things up. I'll keep you updated!

qCring avatar Apr 06 '20 18:04 qCring