Changes

Jump to navigation Jump to search
8 bytes removed ,  17 February
no edit summary
Line 1: Line 1:  
{{see also|Asynchronous Spacewarp}}
 
{{see also|Asynchronous Spacewarp}}
__TOC__
   
'''Timewarp''' / '''Time warping''' also known as '''Reprojection''' is a technique in [[VR]] that warps the rendered image before sending it to the display to correct for the head movement occurred after the rendering.<ref name=ATW blog1">https://www.oculus.com/blog/asynchronous-timewarp/</ref> Timewarp can reduce [[latency]] and increase or maintain [[frame rate]]. Additionally, it can reduce [[judder]] caused missed frames (when frames take too long to render).<ref name="YT1">https://www.youtube.com/watch?v=WvtEXMlQQtI</ref> This process takes the already rendered image, modify it with freshly collected positional information from your [[HMD]]'s sensors, then display it to your screen. Utilizing [[depth maps]] ([[Z Buffers]]) already present in the engine, Timewarp requires very little computation.
 
'''Timewarp''' / '''Time warping''' also known as '''Reprojection''' is a technique in [[VR]] that warps the rendered image before sending it to the display to correct for the head movement occurred after the rendering.<ref name=ATW blog1">https://www.oculus.com/blog/asynchronous-timewarp/</ref> Timewarp can reduce [[latency]] and increase or maintain [[frame rate]]. Additionally, it can reduce [[judder]] caused missed frames (when frames take too long to render).<ref name="YT1">https://www.youtube.com/watch?v=WvtEXMlQQtI</ref> This process takes the already rendered image, modify it with freshly collected positional information from your [[HMD]]'s sensors, then display it to your screen. Utilizing [[depth maps]] ([[Z Buffers]]) already present in the engine, Timewarp requires very little computation.
  

Navigation menu