Changes between Version 17 and Version 18 of GraphicsAPI
- Timestamp:
- Nov 12, 2014, 3:36:47 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsAPI
v17 v18 57 57 58 58 * 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. 60 60 * The Camera class has code specific to Oculus Rift which should be moved to the oculus module outside graphics with suitable hooks in Camera. 61 61 * 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.