This is a minimal implementation of the v2 outlines technique without any debug code. Use this version when copying this effect into your project or building on top of it.
See Better outline rendering using surface IDs with WebGL for an explanation of how this technique works.
To run this locally, run npm install
and npm run dev
in this directory.