Hello,
I try to use the outline post processing effect with react three fiber.
I am aware that there are parameters like edgeStrength and edgeThickness but they are very limited.
Am I able to increase the thickness more? The lines are very thin regardless of the values I pass to the parameters.
Thanks
drcmda
February 23, 2024, 2:01pm
2
postpro outlines are blur based so it’s limited. you can make them thicker at the cost of blurriness or edge resolution.
there’s also drei/outlines, which work without postpro, they have adjustable thickness which isn’t blur
https://codesandbox.io/p/sandbox/outlines-2gh6jf
downside is that this is per mesh
1 Like
I already tried drei/outlines because I want to use it per mesh. Unfortunately it also rendered edges within the mesh not only the outer ones. Is there a way to prevent this? Or are there any other solutions?