Hi, I'm working on a project with really simple decals. They are just flat planes mapped to textures. We have tangent space normal maps that are created for them. We are using uv rotation rather than local object rotation, ( not my call), and the normal maps don't update. I've seen some normal map update "solutions" but generally on teh same thread i see people saying they don't work I've attempted a few but couldn't get it to work.
For our simple project it would seem to make sense to instead use a height map rotate that and convert it to normal after rotation. The provided Normal Create function seems to be what I want to use but I'm not sure how to pass/convert the data to it in sampler 2d form, or if i could use a different data type to achieve the same thing.
Thank You,