Outline rendering based on the blurred buffer technique described in https://alexanderameye.github.io/notes/rendering-outlines/
demo.mp4
- Add the
BlurredOutlinePlugin
- Add the
Outline
component to any mesh you want - Optionally, add the
OutlineSettings
to the camera to control the size of the outline. The size is only controllable per view because otherwise it would be too ineficient.