On Thu, May 15, 2008 at 2:44 PM, mark taye <[EMAIL PROTECTED]> wrote:
> Sorry I should have made it more clear. I have an open inventor object that
> I call in my C++ code. The open inventor object does the selection. The
> C++ side does the logic of making the selection via calling the inventor
> object.
>
> Ex-
> bool status = 1;
>
>
> if(isHighlight){
> inventorObj->highlight(status);
> status = 0;
> else
> invetorObj->highlight(status);
> }
>
> Each of the selected objects are assigned Ids, I use the ids to keep
> track.
>
> This works when I select one to two objects in open inventor,but as I work
> with
> more objects, the highlighting does not work properly. Meaning some of
> the selected/highlighted objects dont unhighlight/deselect like they
> should.
> I need a way to keep track of the ones that have been selected.
>
> Hope this makes sense!
>
I would ask this question on one of the OpenInventor lists:
http://oss.sgi.com/projects/inventor/mail.html
Much too specialized of a question for this list (unless there is someone
where who is familiar with the environment).
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi
[Non-text portions of this message have been removed]