๐งต roughness baking
Anonymous at Sun, 12 May 2024 22:49:42 UTC No. 983229
how would i bake these shine so instead of it being dynamic it would be a static image texture that i could then scale down
Anonymous at Sun, 12 May 2024 23:04:40 UTC No. 983230
You'd be baking the light, not the roughness.
Roughness defines how the material responds to the light, so it's always a dynamic property. What it sounds like you want to do is bake the reflections and the specular highlights etc into an image, and for that you need to bake the lighting.
Create a new image in the image editor, then open the shader editor, open an image texture node with the image you just made. Don't connect it to anything, just select it. Go into your render tab, set it up how you like, then scroll down to bake, choose combined, active camera, then hit bake.
The image you selected should now have the lighting baked into it. Save it and do whatever you want with it.
Oh and your object needs to be unwrapped btw.
Anonymous at Sun, 12 May 2024 23:13:36 UTC No. 983231
>>983230
aah thank you!