Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.43 KB

File metadata and controls

38 lines (24 loc) · 1.43 KB

KernelFoveatedRendering_Unity

The unity demo of kernel foveated rendering.

Install

The "Asset" folder contains the Unity project for kernel foveated rendering.

The "KernelFoveatedRendering.unitypackage" is the unity package of the project (generated with Unity 2017.2.0f3).

Keyboard Control

You may use the keyboard to control the parameters:

"A": decrease sigma;

"D": increase sigma;

"W": increase alpha;

"D": decrease alpha;

"F1": whether to execute the first KFR pass;

"F2": whether to execute the second KFR pass;

"F9": save the image to the folder "Result".

"left/right/up/down arrows": control the gaze position. alt text

Please note that this project only shows the effect of kernel foveated rendering. The speedup cannot be shown in this project because the rendering task here is not complex.