-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels