I assume it's some height map displacement fuckery combined with some sort of material something, but none of my attempts to recreate it have proved fruitful. No tutorials on it either, which sucks. What am I missing here?
>>1000646What if i told you the water isn’t real and it’s all sfx from adobe photoshop.
>>1000653Wait shit, really? How do you make it then?
>>1000646>What am I missing here?you are missing...dare i say, SOVL...
>>1000656>wanting le art to look how you want is le sovl
it's a reflection on a bumpy surface
>>1000646I might give it a try tomorrow and report back
OP update:Now I'm highly doubtful this is the same method used, but using a glossy shader on a heightmapped plane gives a similar look.
>>1000680That's most likely how the same method. It's one I learned a long time ago. Just watching a random video about gameplay textures.(you know how it is. Going down the youtube rabbit hole)I forgot about it until just now reading your post. But yeah, I'm pretty sure that's how it's done.Well actually I believe it's two titled textures. When displaced, they disguise each others tiling, appearing random. Something like that. Scrolling is involved. You have to scroll the texture to make it look like it's moving.
>>1000646>shaders you can hearMy old Radeon had a hard time rendering that but it was worth the fps hit
>>1000646perlin noise as a bump map, or 2 perlin noises as the red and green of a normal map
>>1000677This is the correct answer. Spherical panorama mapped to spherical coordinats (same map as skybox/skydome) used as a reflection map, then the normals are perturbed by noise using legacy 'bump mapping' but you can use regular normal mapping today and it'll look even better.