Changes between Version 13 and Version 14 of GraphicsAPI
- Timestamp:
- Nov 12, 2014, 1:37:26 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsAPI
v13 v14 59 59 * 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. 60 60 * Need an API to switch the graphics into stereo mode which requires that the GUI replace the OpenGL context with stereo-capable one. 61 * Make sphinx documentation group attributes and methods of classes. Currently everything is alphabetically listed.