Page 1 of 1

displacement breaks on edges

Posted: Thu Oct 20, 2022 8:46 pm
by Cristal
Hi,
I'm trying to texture this basketball but the displacement breaks on edges
With texture displacement it breaks on edges
bascketball issue tex displacement.jpg
with vertex displacement makes something wrong, autobump works by the way.
bascketball issue_displacement_vertex.jpg
I've tryied several ways but nothing seem to work, could somebody help me here?

Thank you

Re: displacement breaks on edges

Posted: Thu Oct 20, 2022 9:15 pm
by jayroth2020
Can you show us the UVs on your model, please?

Re: displacement breaks on edges

Posted: Thu Oct 20, 2022 10:39 pm
by SSmolak
Too less polygons for vertex displace ? Maybe subdivide it more

Re: displacement breaks on edges

Posted: Fri Oct 21, 2022 10:46 am
by Cristal
Subdivision doesn't work
I applied a spherical projection
UV.jpg

Re: displacement breaks on edges

Posted: Fri Oct 21, 2022 12:19 pm
by silanbekjarov
For me it breaks most of the time when the height is too much. If it is an option you could try to go down with the height and see if there comes a point where the breaks disappear. or try to blur the displacement map a bit so the edges are not so hard. Hope this is of help.

Cheers

Re: displacement breaks on edges

Posted: Fri Oct 21, 2022 5:12 pm
by jayroth2020
The distortion you are experiencing is clearly visible in your UV layout. Also, you have some overlaps as well. Some time spent clearing these issue up would be well spent.

Subdivision is your friend in situations like this. You should consider modeling this correctly. Check out MILG11 for some great tutorials on modeling objects for subdivision (it is an old tutorial now, but the techniques are still valid.) Subdivision is the best way to solve this, once you have a properly modeled mesh and have corrected your UV layout.

Sorry I don't have a better answer for you...

Re: displacement breaks on edges

Posted: Fri Oct 21, 2022 5:34 pm
by elsksa
On top of previous replies, it is upmost important to acknowledge:

- displacement relies on the mesh topology
- in some cases, on the SubD level
- on the modeling (e.g. support edge)
- is not miraculous (can not be pushed too much)
- requires EXR (32-bit floating point, ideally), not JPG or PNG, which will introduce visual flaws.

Re: displacement breaks on edges

Posted: Fri Oct 21, 2022 6:06 pm
by jayroth2020
I also recommend just purchasing an asset that is correctly modeled and UV'd, such as this one: https://www.cgtrader.com/3d-models/spor ... l-spalding

Re: displacement breaks on edges

Posted: Tue Oct 25, 2022 11:29 pm
by Cristal
Thank you all, I fix UV and now is looking great!!