Page 1 of 1

Vertex Displacement question

Posted: Tue May 19, 2020 7:51 pm
by Supranutz
Hello !
I guess this question might have come a lot but I wasn't able to find any answer from the previous posts/discussions.
I've been trying to get a proper seamless displacement on a mesh using triplanar projection in conjunction with the vertex displacement node, but somehow I'm still stuck with broken edges (Center object is a cube with rounded corners)..
Any idea what I'm missing here ?

Thanks !
F.
Capture.PNG

Re: Vertex Displacement question

Posted: Wed May 20, 2020 9:20 am
by bepeg4d
Hi,
have you tried with procedural vertex displacement?
Everything should be seamless by default:
2F6EAE48-E7BD-4D2F-86CB-06F23650077C.jpeg
ciao Beppe

Re: Vertex Displacement question

Posted: Wed May 20, 2020 6:54 pm
by Supranutz
Hi Beppe, thanks for your answer.

Unfortunately this still doesn't work for me, either with a seamless bitmap texture or an octane noise.
Also I have a bit of trouble figuring out in which direction vertex displacement seems to move the polygons, no matter which vector space I use the displacement looks skewed in the wrong direction ?

Re: Vertex Displacement question

Posted: Thu May 21, 2020 7:43 am
by bepeg4d
Hi,
ok, some notes about Vector Displacement node.

If you use a map, you need to change the Map type to Height, instead of Vector, and more important, always use an ImageTexture node to load your map, in this way tou can Invert it, correct the Power, Gamma, Border Mode, and so on:
3D186870-D1C7-4C6F-AEE3-953DF840E82A.jpeg
But you cannot expect to have correct mapping without correct uvs.

On the other side, if you use a procedural noise (you can use both Octane, osl or c4d Noise nodes), and the Vector Displacement Map type is set to Vector, it will be applied in 3D space, and you can change it from Object to Tangent:
91427707-97EA-4B0A-8D2C-4DEBCE777BD9.jpeg
To use c4d Noise in procedural way, you need to use 2020.1 and enable the OSL auto translation in c4doctane Settings/C4D Shader panel:
Image

ciao Beppe

Re: Vertex Displacement question

Posted: Fri May 22, 2020 4:14 pm
by Supranutz
Thanks for your detailed answer !
But you cannot expect to have correct mapping without correct uvs.
And the dream collapses.
My indirect question was indeed if there was a way to avoid using uv maps or cubic projection for texture displacement maps, maybe one day who knows :)


Cheers,
F.