Revision 6e28a5fa
Added by skyjake almost 11 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- client
- client.pro (diff)
- include
- src
- dd_main.cpp (diff)
- gl
- render
- rend_main.cpp (diff)
- viewports.cpp (diff)
- vr.cpp (diff)
- ui
- clientwindow.cpp (diff)
- dd_input.cpp (diff)
- dialogs
- vrwindowtransform.cpp
- windowtransform.cpp
- libappfw
- client
Refactor|libappfw|Client|Stereo 3D: Relocated window transforms
WindowTransform and VRWindowTransform were moved to libappfw. They now
work together with BaseWindow, a new abstract base class for application
windows.
The client's VRConfig instance was relocated to BaseGuiApp, where it can
be accessed by VRWindowTransform instances.
ClientWindow implements BaseWindow.