I have other examples saved. The proportions are not correct, but it’s the parts that have that. I need those new materials to be properly sized in order to continue these builds. They are properly maintained in the terrain, but not in parts.
That’s weird… I haven’t really seen it on any of my builds, probably because I don’t use brick. You can just keep swapping them when you open builds but I’m not sure…?
Great update, but there is one material that needs to be changed. Plastic is the most used Roblox material ever, but ever since the glare was removed in 2019 as some kind of band-aid fix to the glare in player profiles on the website (the glare was caused by the new lighting engine), it has not looked right. It has been this way ever since. (I didn’t even mind the glare in the player profiles, it looked fine)
In the new beta builds, the Plastic, along with the surfaces, appear to not have been changed. The plastic looks way too matte, not shiny enough. Unlike Plastic, SmoothPlastic does not work with surfaces, so I want to use regular Plastic, but it does not look “Plastic” enough. Kinda disappointed that Plastic wasn’t even touched in this new “Material Update”.
Totally agree with you on the Plastic issue. I think the reason its appearance changed in the first place, is because of the introduction of the PBR renderer.
I still don’t quite understand what was wrong with the previous specular/diffuse renderer as it seemed to be less complicated and would actually have been easier to link into a MaterialService/Variant type system than the current PBR system (Roblox files still use the old names)
EDIT: Images added for reference, first image of how it used to look, second of how it is today:
Hear me out: instead of default materials using the ugly skybox lighting, they should use the specific thing they made reflections with cubemaps at least that would make them look better.
using a normalmap in the completely wrong channel order won’t work,
i’m assuming it expects the same format surfaceappearance normals to be in so to convert roblox DDS normalmaps to the format roblox expects from user uploads:
copy red channel to a new image’s blue channel
copy alpha channel to a new image’s red channel
copy green channel to a new image’s green channel
example below
Well, I guess so. Sorry about that. I have a tendency to slowly repeat myself because my life is busy and dramatic, meaning I tend to forget what I do quickly.