OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gosty_startup.py
Go to the documentation of this file.
1 from ost import *
2 from ost import gui
3 gui_mode=True
4 scene=gfx.Scene()
5 scene.Stereo=gfx.Stereo
6 
main class for organization and root for the graphical display
Definition: scene.hh:80