I want to make sure that there is no occlusion between multiple objects that want to show the outline,What should i do?
The effect I need like this :
I want to make sure that there is no occlusion between multiple objects that want to show the outline,What should i do?
The effect I need like this :
LDraw Edges (in react-three-fiber just drei / Edges) coloured in orange + disable depthTest / depthWrite - should give you that Blender-like outline.
I will try it,thantks!