Giter VIP home page Giter VIP logo

taa-demo's Introduction

Temporal Antialisaing

This is a simple demo of a temporal antialiasing solution I created. This was created for final project in Computer Graphics taken Fall 2016. Some simple keyboard controls are available by looking at the code in Demo.js (These were stolen from example code used by the professor).

The temporal antialiasing solution uses motion vector reprojection and simple 3x3 neighbor clamping. There is some artifacting and a slightly blurry look but this implementation is very effective in dealing with specular aliasing and looks decent in motion.

Try it out here!

Demo Image

Resources

taa-demo's People

Contributors

nickgerleman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

taa-demo's Issues

Demo broken, linked to API changes in recent three.js versions

The demo is currently broken, with various warnings in the logs related to use of deprecated APIs. This can be resolved by changing the script dependencies to lock in a specific version of three.js, rather than hotlinking the latest version of the library from the three.js website. For example:

https://unpkg.com/[email protected]/build/three.min.js

instead of

https://threejs.org/build/three.min.js

I'd be happy to open a PR, but can't do so without #1. ๐Ÿ™‚

License?

Thanks for sharing this demo! If your intent is for the code to be open source, would you be willing to put a license on it to that effect? Without one, it's risky for others to read or contribute PRs, in certain situations. MIT or Apache 2.0 licenses are common choices.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.