Added motionblur postprocess shader.

Conflicts:

	indra/newview/skins/default/xui/en-us/floater_post_process.xml
This commit is contained in:
Shyotl
2012-09-19 15:33:58 -05:00
parent f4f85aa1fd
commit ff81d9461a
7 changed files with 256 additions and 177 deletions

View File

@@ -1025,6 +1025,7 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield, BOOL for_snapshot, boo
//when rendering next frame's occlusion queries
for (U32 i = 0; i < 16; i++)
{
gGLPreviousModelView[i] = gGLLastModelView[i];
gGLLastModelView[i] = gGLModelView[i];
gGLLastProjection[i] = gGLProjection[i];
}