ofxPiMapper
ofxPiMapper copied to clipboard
selects more point in Surface editing mode
Hi! Sorry for my continue requests... but we are making an installation and we have a question. In the next release would be possible to select more point (so you can move in contemporaney two o more of them?) thx
Hey! I know what you mean. Would love to have this feature myself. It's going slow, but features are coming ; ]
Hey @kr15h any update on this? i've been working hard the past few weeks enabling multitouch support for ofxPiMapper for a new app / installation. Taking a look through the source, a bit is going to have to be re-written so we don't have things like int selected_index, selected_vertex etc... but replace these with vectors. Just thought i'd see if you have started on this before i dive in. Cheers.
@JoshuaBatty Wow multitouch for ofxPiMapper. Yes, it has to be rewritten. If you have a clear idea about a MVP architecture around this, you are most welcome to write it and submit a pull request. I am rather busy with other things at the moment, but plan some minor changes in the following weeks.
The trick here would be to make a Selection vector that would hold references to the Vec objects. I think that would be a great first step. I will try to sketch this out as soon as possible.