Hi Natalia,
I found strange behavior of interaction. After rotating the camera highlighting is not working until I press one of movement keys.
This is due to a change I introduced a couple of days ago in order to reduce the CPU load. I have a pretty good idea on how to fix this. Give me a few days (I am traveling right now).
Alexandre
It can be seen on this example:
classes := RTObject withAllSubclasses. v := RWView new. n := RTMultiLinearColorForIdentity new objects: classes. shape := RWUVSphere new size: [ :c | (c numberOfMethods / 100) + 1 ] ; color: [ :cls | (n rtValue: cls) asWDColor ]. es := shape elementsOn: classes. es @ (RWHighlightable new highlightedColor: (Color red)). v addAll: es. RWCubeLayout on: es. v
Also sometimes for my system highlighting works wrong - it highlights only some pieces. But, I cannot reproduce this with example. Does anybody know what is the problem and how to fix it?
<Screen Shot 2015-05-25 at 22.39.17.png><Screen Shot 2015-05-26 at 07.39.35.png>
Best regards, Natalia _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev