How to stop "creases" in transparent objects

I’m trying to make a fountain with transparent objects, but I keep seeing these creases in-between them where the first part stops and the second part begins, keep in mind i want to keep the “weld” pattern on it so I’m pretty sure unions won’t work.

Pictures:
Screen Shot 2023-08-24 at 10.36.53 AM

Screen Shot 2023-08-24 at 10.43.38 AM

5 Likes

Pretty sure there is no solution to this, experiment with unions

If you’re sure that unions won’t work, try replacing the object with transparent decals, let me explain.


Instead of setting the parts’ transparency to, for example 0.5, which will inevitabley create those “creases”:

Try creating decals for each side of the parts, except the sides where the parts touch, in this case left/right. Set the parts’ transparency to 1, which will effectively make it invisible, and the decals’ transparency to 0.5, or your desired transparency:

This essentially just replaces the original texture with decals and removes the textures on the inside, making it impossible for one of those creases to form.


I hope this solution works for you!
:wink:

EDIT: Or you could just union the parts and create a studs texture using the Texture object… :no_mouth:

2 Likes

if you couldn’t find a solution, just leave it like that😅. not many people notice them