• Stars
    star
    1,811
  • Rank 24,652 (Top 0.5 %)
  • Language
    C#
  • License
    MIT License
  • Created about 8 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Temporal Reprojection Anti-Aliasing for Unity 5.0+

Temporal Reprojection Anti-Aliasing

Source code release of the anti-aliasing solution used in Playdead's INSIDE.

LICENSE

MIT (see LICENSE.txt)

REQUIRES

Unity 5.0+

INSTRUCTIONS

  • copy Assets/* to your project
  • disable MSAA under 'Project Settings/Quality' (optional)
  • add the TemporalReprojection component to your cameras
  • add the VelocityBufferTag component to individual moving meshes (if you want correct motion vectors)
  • tagging skinned meshes is expensive

AUTHOR

Lasse Jon Fuglsang Pedersen <[email protected]>

THANKS TO

More Repositories