What node offsets the image? I can't quite make out the text in the image. I've got a normal map of a block pattern that is basically half a block off my diffuse. I made a block pattern greeble in Maya a few weeks ago and used it on a plain tiling stone tex, then today I decided to cut out pieces of stone from 14 different…
You can, but you need to setup a separate custom node for Mip-Dropping. The irony is, the more useful texture for this feature (like Cubemaps and Normal Maps) cannot use the custom node without breaking. Normals break around the tangents (so you cannot use the Mip/Blur technique for SSS) and Cubemaps are only read out as…
Hello my fellow nerdy polycounters, I want to share a quick function i just added in a material of mine that enables you to sample a texture of your choosing and apply a blur to it. The code is similar to a guassan blur, except less expensive (relatively). The total function unfortunately costs a whopping 24 extra…