Tips on how to create something like three postprocessing_outline in babylon js

No, if you look at the Edges Renderer documentation Rendering Edges | Babylon.js Documentation (babylonjs.com), there’s the explanation for which edges are drawn:

So you just need to change the epsilon parameter to suit your needs :slight_smile: Parametric extrusion edges | Babylon.js Playground (babylonjs.com)

2 Likes