Changes between Version 14 and Version 15 of GraphicsAPI
- Timestamp:
- Nov 12, 2014, 3:10:22 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsAPI
v14 v15 53 53 == Clean-up and Issues with Hydra graphics module == 54 54 55 * Need to add leading underscore to the names of all private methods and attributes and add doc strings to all public methods and attributes. Did this for view.py and camera.py so far.56 55 * Make the entire OpenGL module private, rename it from opengl to _opengl. 57 56 * Currently the View class knows about the Session object. Probably it only needs to know about the models.