Opened 6 years ago
Closed 5 years ago
#2835 closed defect (fixed)
View all misbehaves in VR
Reported by: | Tom Goddard | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | VR | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
When I use the view all toolbar icon in VR my molecule recedes further and further away each time I press the button. It seems it is including the bounds of the VR controller models, or maybe I had the VR room camera screen showing when I observed this. The expected behavior is that the open data models are placed in the center of the room scaled to a standard size (e.g. 2 meters high).
Note:
See TracTickets
for help on using tickets.
Fixed.
Problem was that the gui panels were included in the bounds calculation when centering models with command "view all". Excluded them from bounds calculation and disabled depth cue. Formerly bounds were not skipped because then depth cue made the panels disappear.