Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 495 Bytes

File metadata and controls

7 lines (4 loc) · 495 Bytes

ThreeJS minimal outlines example

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.