blender/source/gameengine/Rasterizer/RAS_OpenGLRasterizer
Benoit Bolsee c7029f06d9 Add new BGE Stereo mode: 3DTV top-bottom.
This mode is designed for passive 3D TV: the viewport is split
horizontally - left eye above, right eye below - but the original camera
viewport is squashed in each half (with half the vertical resolution).
This is necessary to restore the aspect ratio in the 3D output because the TV expands each half to the full screen size.
2014-01-02 00:26:15 +01:00
..
CMakeLists.txt BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionality to RAS_IRasterizer. RAS_OpenGLRasterizer is a bit of a mess now with references to Ketsji and other modules it shouldn't be accessing. 2013-11-04 19:21:07 +00:00
RAS_GLExtensionManager.cpp BGE Rasterizer Cleanup: Cleaning up some includes. 2013-11-04 19:22:10 +00:00
RAS_GLExtensionManager.h BGE Rasterizer Cleanup: Cleaning up some includes. 2013-11-04 19:22:10 +00:00
RAS_IStorage.h Fix for recent BGE commits, when building with c++ guardedalloc. 2013-11-04 22:22:54 +00:00
RAS_ListRasterizer.cpp BGE: Potential fix for [#35522] Broken game engine compatibility since 2.66a on some ATI cards? 2013-09-11 23:24:45 +00:00
RAS_ListRasterizer.h BGE: Potential fix for [#35522] Broken game engine compatibility since 2.66a on some ATI cards? 2013-09-11 23:24:45 +00:00
RAS_OpenGLRasterizer.cpp Add new BGE Stereo mode: 3DTV top-bottom. 2014-01-02 00:26:15 +01:00
RAS_OpenGLRasterizer.h Style cleanup: BGE 2013-12-24 05:44:54 +11:00
RAS_StorageIM.cpp BGE Rasterizer Cleanup: Cleaning up some includes. 2013-11-04 19:22:10 +00:00
RAS_StorageIM.h Fix #34483: game engine multi UV glsl materials not working correct after changes 2013-03-01 20:45:42 +00:00
RAS_StorageVA.cpp BGE: Making sure m_drawingmode is initialized in the various RAS_Storage constructors. 2013-08-03 05:02:03 +00:00
RAS_StorageVA.h Fix #34483: game engine multi UV glsl materials not working correct after changes 2013-03-01 20:45:42 +00:00
RAS_StorageVBO.cpp BGE: Making sure m_drawingmode is initialized in the various RAS_Storage constructors. 2013-08-03 05:02:03 +00:00
RAS_StorageVBO.h Fix #34483: game engine multi UV glsl materials not working correct after changes 2013-03-01 20:45:42 +00:00
SConscript * More fixes to make scons / Windows happy. :) 2013-11-04 22:33:02 +00:00