Changes between Version 2 and Version 3 of Ticket #9640, comment 3
- Timestamp:
- Oct 23, 2023, 6:38:58 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9640, comment 3
v2 v3 1 = Fixed sleeping bug = 1 2 When the Quest 2 headset sleeps a few seconds after it is taken off, then putting it back on does not restart the rendering. Some debugging showed that rotating the view with the mouse restarted the VR rendering. The trouble was that ChimeraX did not think it needed to render because the scene had not changed. I put in a line of code so it always renders whether or not the scene has changed.