Changes between Version 17 and Version 18 of GraphicsAPI


Ignore:
Timestamp:
Nov 12, 2014, 3:36:47 PM (11 years ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsAPI

    v17 v18  
    5757
    5858* Make the entire OpenGL module private, rename it from opengl to _opengl.
    59 * Currently the View class knows about the Session object.  Probably it only needs to know about the models.
     59* Currently the View class knows about the Session object.  It needs to know about the models and logging messages.
    6060* The Camera class has code specific to Oculus Rift which should be moved to the oculus module outside graphics with suitable hooks in Camera.
    6161* 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.