Skip to content

Latest commit

 

History

History

threejs-outlines-minimal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.