Smooth Rendering of Meshes

Just like in Blender, we should have this type of rendering as an option for a mesh. This would save immense amount of triangle count while working with round surfaces.

Smooth:

Flat:

1 Like

That’s already supported, just set the vertices to use smooth shading in Blender. Such params save with the FBX.

2 Likes

I don’t pretend to know anything about modeling, but isn’t this just smoothing the normals? Roblox shades based on normals right, so you should be able to smooth them to get what you want. Hats do it.

1 Like

This would be really useful. Unions should have it, too. There are cases where I want all surfaces smoothed, and some cases where I want none smoothed. The current smoothing system based on differences in surface normals isn’t always ideal.

1 Like

Oh wow, this is already supported. That’s great. Thank you man.

1 Like

You can set faces to be either shaded smoothly or flat.
Smooth shading = normal of the surface is faked by interpolating vertex normals (which gives the flat face a non-flat appearance).
Flat shading = the true face normal is used, resulting in sharp edges

2 Likes

Yes! We should definietly have this with CSG as well!
Is this post enough for a request or need to create a new one?

If you want to do it with UnionOperations, you can just import them into blender and enable it.

EDIT: And optimize your triangle count while you’re at it!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.