Changes between Version 11 and Version 12 of GraphicsAPI


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsAPI

    v11 v12  
    5454
    5555* 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.
    5657* Currently the View class knows about the Session object.  Probably it only needs to know about the models.
    5758* The Camera class has code specific to Oculus Rift which should be moved to the oculus module outside graphics with suitable hooks in Camera.