PDA

View Full Version : Highlighter


mihirradia
11-24-2016, 09:53 AM
Hi,
We have implemented a grabbing function where we pick up the object by pressing the Front button of the zSpace stylus and rotate it in the environment. Please, look at the video for your better understanding " https://youtu.be/gL-jFBKbuIA " . Now if you look at the video properly you can see that the stylus highlights only one part to grab. Is there any way that it can highlight all the parts instead of just one? I'm using a vizconnect tool for the grabbing function.

Jeff
11-27-2016, 05:33 PM
All grabbable nodes need to be specified in the setItems list. Is the problem that you are not able to highlight and grab certain nodes? If so, are these sub-parts of the bigger model?

mihirradia
11-28-2016, 10:49 AM
The parts are sub-parts of the bigger model. I want the stylus to highlight all the parts at once. So that I can grab all the disassembled parts at once and manipulate in the environment. I'm using vizconnect tool for grabbing function. Do you know how I can achieve this?

Jeff
11-28-2016, 05:25 PM
The attached example shows how to grab the entire piazza model and houses that are subparts of the piazza.

mihirradia
11-29-2016, 04:33 PM
Could you look into my existing code and help me where could I include that?