Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selection box is not occluded by the geometry that is selected #14

Open
chrisdembia opened this issue Sep 23, 2016 · 2 comments
Open

Selection box is not occluded by the geometry that is selected #14

chrisdembia opened this issue Sep 23, 2016 · 2 comments

Comments

@chrisdembia
Copy link
Member

When selecting something, the selected object is surrounded by a yellow box. The edges of the box are not occluded by the geometry that is selected, which breaks down the 3D perspective/illusion.

image
........................ ^ this vertical edge should be behind patella

The selection in the VTK view was pretty slick: the geometry changed color. Is there a reason for using a box to denote selection instead of changing color? I suppose I am fine with either mechanism.

@aymanhab
Copy link
Member

This is actually intentional and is way better then our VTK approach which reserves a color as selection (that's why all OpenSim scenes do not have yellow!) Now imagine trying to select a marker that ended up embedded in a bone, if occlusion is applied that would be impossible. other options to indicate selections would be to highlight edges or enlarge/shrink. I think the current scheme is reasonable but I'm open to all suggestions for improvement.

@chrisdembia
Copy link
Member Author

Good points. I agree with you.

What about a dashed line for the parts of the box that should be occluded?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants