Original Post
?
Quote:
Original post by MJP
Yeah animating a normal map with a super-high specular exponent should get you most of the way towards what you want. Maybe even blend between the regular normal map, and one that's animated reflecting the moving water.
vector.xy += tex2D( rainNoiseMap, texcoords(currentframe) ).xy * factor; reflection = texCUBE( enviMap, vector );environmentReflectivity = saturate( rainDuration - tex2D( bumpMap, texcoords ) ) * materialWetnessFactor; // Lerp between original color and the absorbed color, based on the // wetness we calculated earlier diffuseTextureColor = lerp( diffuseTextureColor, diffuseTextureColor * materialMaxAbsorptionColor, environmentReflectivity );This topic has been locked by a moderator. New replies are not allowed.
With your permission, GameDev.net uses analytics cookies to understand how people use the platform. You can accept analytics or continue with necessary cookies only. Learn more