Changes between Version 12 and Version 13 of GraphicsAPI


Ignore:
Timestamp:
Nov 12, 2014, 12:50:13 PM (11 years ago)
Author:
Tom Goddard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsAPI

    v12 v13  
    5353== Clean-up and Issues with Hydra graphics module ==
    5454
    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.
     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.
    5656* Make the entire OpenGL module private, rename it from opengl to _opengl.
    5757* Currently the View class knows about the Session object.  Probably it only needs to know about the models.