Hello, everyone. I want to create planet generator. I have a cube sphere and want to add a perlin noise to vector’s forward axis. The problem is it adds to world coordinates. If you give me a code I will be very grateful.
Thanks.
The solution was simpler than I supposed:
vertexPosition += meshNormal * value;