Changes between Version 32 and Version 33 of GraphicsAPI


Ignore:
Timestamp:
Nov 25, 2014, 3:51:38 PM (11 years ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsAPI

    v32 v33  
    7070== Clean-up and Issues with Hydra graphics module ==
    7171
    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.
    7373* Need an API to switch the graphics into stereo mode which requires that the GUI replace the OpenGL context with stereo-capable one.
    7474* Make sphinx documentation group attributes and methods of classes.