Scene display system
The system consists of two applications: scene management application and scene displaying application. Scene management application is operated by a therapist while the patient views the scene through the scene displaying application.
The therapist can insert and remove static objects in the patients scene. The patient can respond to these objects and move through the scene.
The system is programmed in C++ and OpenSceneGraph is used for rendering.
The scene is drawn from the perspective of the patient and from the top-view perspective.
After the scene is drawn, the images from both cameras are sent to the therapist application.
Models are loaded from .osg , .3ds, .obj and .flt files. After that they can be inserted in the scene. An example of object being insertid in shown on images below.