blender/source/gameengine
Porteries Tristan f5648f6db9 BGE : Fix T36285 Wrong viewport scale.
Fix of T36285, I just invalidate projection matrix when a camera switch
to viewport mode, because we need to rewrite the projection matrix in
RenderFrame.
It worked with old blender version because when you use viewport render
one camera is added in the camera list and initialize its projection
matrix for the first time. But when we used several cameras + viewport
for splitscreen we had issues.

Reviewers: dfelinto, hg1, ben2610, lordloki, moguri

Reviewed By: moguri

Projects: #game_rendering, #game_engine

Differential Revision: https://developer.blender.org/D1202
2015-04-08 06:56:17 +02:00
..
BlenderRoutines BGE: New API method getDisplayDimensions 2015-04-07 18:32:25 +02:00
Converter Missed in recent cleanup 2015-04-04 18:58:49 +11:00
Expressions BGE: Fix ShowDeprecationWarning macro. 2015-02-27 23:10:43 +01:00
GameLogic reverting unintentionally changed value of enum OBJ_TEXT 2015-03-16 18:58:58 +01:00
GamePlayer BGE: New API method getDisplayDimensions 2015-04-07 18:32:25 +02:00
Ketsji BGE : Fix T36285 Wrong viewport scale. 2015-04-08 06:56:17 +02:00
Network mathutils: refactor instantiation 2015-01-04 17:43:57 +11:00
Physics BGE: New isDynamicSuspended python attribute 2015-03-27 06:11:23 +01:00
Rasterizer BGE: New API method getDisplayDimensions 2015-04-07 18:32:25 +02:00
SceneGraph Style Cleanup: remove preprocessor indentation (updated wiki style guide too) 2013-12-22 14:12:19 +11:00
VideoTexture BGE: Code clean up for world (mist, background, ambient) 2015-03-23 22:49:38 +01:00
CMakeLists.txt CMake: Enable strict flags for C++ 2015-03-27 18:23:31 +05:00
SConscript BGE: Removing the source files for the PHY interfaces since they just contained virtual destructors. This means we had license and doc blocks for 3 lines of code, which seemed silly. This also means that ge_phys_common no longer needs to be built as a library. I tested this with CMake and SCons using GCC; hopefully this doesn't break other systems. 2013-02-24 07:09:39 +00:00