- Timestamp:
- 09/07/11 13:00:29 (9 months ago)
- Location:
- trunk/avango-display/python/avango/display
- Files:
-
- 2 edited
-
__init__.py (modified) (1 diff)
-
_display.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-display/python/avango/display/__init__.py
r587 r588 128 128 return _selected_display.get_view(subdisplay) 129 129 130 def get_window(subdisplay): 131 """ 132 Get the osg.viewer.GraphicsWindow object of the selected subdisplay. If no window for the 133 given subdisplay is found, None is returned 134 """ 135 return _selected_display.get_window(subdisplay) 136 130 137 def make_user(user=0, interface="", subdisplay=""): 131 138 """Create a field container that represents the user position. -
trunk/avango-display/python/avango/display/_display.py
r587 r588 107 107 108 108 def get_camera(self, subdisplay): 109 return None 110 111 def get_window(self, subdisplay): 109 112 return None 110 113
Note: See TracChangeset
for help on using the changeset viewer.
