RayTracingTAA We also call this approach the “Rasterization” approach. The idea is that in vertex shader, transform vertices with two matrices
- The current MVP
- The previous MVP The difference is the (linear) motion vectors for each vertex. We can interpolate them over triangles to get the motion vector per fragment.