Page 1 of 1

Idea: selection haloes

Posted: Thu Jul 31, 2008 6:58 pm
by matt
Presently, vsr does not display special properties of atoms, such a frozenness. I think that a good way to display this may be a semi-transparent colored sphere surrounding the atom with about 10% greater radius. Thoughts?

Re: Idea: selection haloes

Posted: Tue Aug 05, 2008 10:29 pm
by ryeterrell
Matt, I looked into this, but it turns out the if we are to use the opengl blending capability, we have to render from back to front in order to render transparent polys. I can't see how to do this without losing the compiled list speedup (huge).

Wire frame spheres are easy to do, however. I tried it out with the frozen atoms, and it was trivial. I'll try this for atom selection over the next few days if you dont get to it first.

Re: Idea: selection haloes

Posted: Fri Aug 08, 2008 2:48 am
by matt
Wireframe sounds good. It doesn't convey selection to me, but it is cheap.

Re: Idea: selection haloes

Posted: Fri Aug 08, 2008 6:12 am
by ryeterrell
It doesn't particularly convey selection to me, either. Any other ideas, though?