Changes between Version 10 and Version 11 of GraphicsAPI
- Timestamp:
- Nov 12, 2014, 12:47:32 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsAPI
v10 v11 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. Did this for view.py so far.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 56 * Currently the View class knows about the Session object. Probably it only needs to know about the models. 57 57 * The Camera class has code specific to Oculus Rift which should be moved to the oculus module outside graphics with suitable hooks in Camera.