Changes between Version 32 and Version 33 of GraphicsAPI
- Timestamp:
- Nov 25, 2014, 3:51:38 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsAPI
v32 v33 70 70 == Clean-up and Issues with Hydra graphics module == 71 71 72 * Should the frame drawing loop be outside the View class? Checks if graphics update needed. The View class should perhaps only take care of rendering effects (shadows, silhouettes, depth cue, background color) and know about the Camera and Models. Currently it handles "new frame" callbacks.72 * Should the frame drawing loop be outside the View class? Checks if graphics update needed. The View class should perhaps only take care of rendering effects (shadows, silhouettes, depth cue, background color) and know about the Camera and Drawings. Currently it handles "new frame" callbacks. 73 73 * Need an API to switch the graphics into stereo mode which requires that the GUI replace the OpenGL context with stereo-capable one. 74 74 * Make sphinx documentation group attributes and methods of classes.