blockbench icon indicating copy to clipboard operation
blockbench copied to clipboard

[Suggestion] Shade smooth

Open yaetuz opened this issue 2 years ago • 3 comments

Detailed description of your suggestion

From what I understand this doesn't change geometry and doesn't add any new faces, it just changes how light should be calculated. Would be awesome to have this. Maybe this could be done as a checkbox on export dialog?

Blender docs have more detailed explanation: https://docs.blender.org/manual/en/latest/scene_layout/object/editing/shading.html

image

yaetuz avatar Sep 11 '23 20:09 yaetuz

I badly need this :(

gevonstria avatar Mar 06 '24 17:03 gevonstria

This would be quite useful

Radivarig avatar May 12 '24 15:05 Radivarig

I tried to create a cube in blockbench

image

Export it as glb

image

Import it in blender

image

And set it to shade smooth

image

But it made absolutely no difference

image

But then I realized that blockbench create models where each face is completely separated from each other

image

In a model like that there's not way for the smooth shading to work. So I selected all vertices and merged them by distance

image

And after that the smooth shading worked

image

But notice that this is a simple untextured cube. I assume merging the vertices would mess the uv unwrapping entirely and the model would have to be unwrapped again in blender.

Blockbench probably generate the faces completely separated in order to be easier to unwrap them completely separated of each other and allow texturing with the pixelated style blockbench is well known for. I assume implementing smooth shading in blockbench would probably impact the unwrapping and texturing workflow greatly.

Gnumaru avatar Jul 02 '24 00:07 Gnumaru