Modifies postprocessing pipeline so that distortion is done on buffers scaled by ScreenPercentage. Scaling up ScreenPercentage will now have a bigger effect on aliasing in the HMD.
Modifies headtracking to be driven by VBLank events rather than the render thread. Reduces tracking loss.
#codereview Nick.Whiting,JJ.Hoesing
[CL 2505935 by Marcus Wassmer in Main branch]
With existing code if you pass a material instance with no parent in it will always default to the default surface material.
#codereview Martin.Mittring
[CL 2495685 by Nick Penwarden in Main branch]
This is work-in-progress and requires more work to get quality/perf up to par.
The "FocalDistance" controls the focal point, the "Scale" controls the how big the circle Bokeh gets (which is limited to small radius now).
There is no near DOF currently.
[CL 2421186 by Timothy Lottes in Main branch]
fixed BloomScale (wasn't screen percentage, factor off by 4 and dependent on buffersize not viewport size
[CL 2419351 by Martin Mittring in Main branch]
- Forward renderer clears background color in editor mode.
- Remove TAA jitter from proj matrices after ES2 TAA post process completes. (allows stable rendering of editor primitives)
- Moved ES2 post process editor composite primitive pass to after tonemap. (fixes incorrect grid colour)
- Add opacity mask for editor prim materials to forward base pass shader. (fixes perspective grid rendering)
- Add Basic ES2 post process pass for !mobileHDR scenario, enabling editor's primitives to still be rendered.
- DrawNewGrid only bails out if the material it's about to use hasnt compiled. (allows ES2 to render 'texture solution' grid implementation)
- Prevent some view elements drawing 2x when ShowFlags.CompositeEditorPrimitives == true.
#codereview nick.penwarden
[CL 2413899 by Allan Bentham in Main branch]