Changes between Version 11 and Version 12 of GraphicsAPI
- Timestamp:
- Nov 12, 2014, 12:48:50 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsAPI
v11 v12 54 54 55 55 * Need to add leading underscore to the names of all private methods and attributes. Did this for view.py and camera.py so far. 56 * Make the entire OpenGL module private, rename it from opengl to _opengl. 56 57 * Currently the View class knows about the Session object. Probably it only needs to know about the models. 57 58 * The Camera class has code specific to Oculus Rift which should be moved to the oculus module outside graphics with suitable hooks in Camera.