Is it possible for more reduction?

1 reply [Last post]
wangyang
Offline
Joined: 01/12/2015

Hi,
I use balancer to reduce the original model from 744 faces to 170 faces, and the quality is great.
And I'd like to do more reduction with some loss of quality.
I have tried many parameters but can't find an effective way.

The balancer reduced(with the default parameter): https://app.box.com/s/skb4ob1yvm497p5968qj7m0z42j9mid5
Manually reduced(reconstruct the model):https://app.box.com/s/9g5xizdoij8x5vn65i5l9oggupfysjmx
Is it possible for balancer to make a reduction close it?

The original file: https://app.box.com/s/cdn5sik7ct9nckds7hvc7pvr7c4vs1ce
The manual file: https://app.box.com/s/l3haf1etzjc7nnuwz372cumzl4mvna6x

Or the SDK version provides such functions?

Thanks.

JackJack
Offline
Joined: 04/18/2009

Hi,

Thank you for your question and for providing us with your model.

For this specific model you can apply the following preprocessing operation just BEFORE you build the simplification hierarchy:
1) Tools > Join vertices
2) Tools > Join normal

With the default values, a simplified mode with about 120 faces is quite good. You can inspect the simplification results by navigating the simplification hierarchy.

In addition, you can get rid of some fine cut details on the ends, by changing the normal joining threshold in Tools > Preferences > Joining > 'Join normal if ..." to 75 degrees (default is 45 degrees).
You will need to reload your original model and reapply Join vertices and normal. The resulting simplified model with 80 faces look similar to your manually built model, but still it is not as optimal.

The SDK uses exactly the same underlying simplification engine with only slightly extended functionality that is not related to the simplification results that can be obtained.

Cheers Smile