mcgregor94086
mcgregor94086

Reputation: 1529

Is there a reality capture parameter to request the desired number of vertices?

In the previous reality capture system users could set a parameter which would determine the resolution of the output models. I want to wind up with models about 100-150K vertices. Is there a setting that allows me to request the modeler to keep the number of generated vertices within some bounds, somewhere in the forge API?

Upvotes: 0

Views: 78

Answers (1)

denis-grigor
denis-grigor

Reputation: 515

The vertex/triangle decimation is usually, what can be called "subjective" task, which can also explain why there are so many optimization algorithms in the wild.

One type of optimization you would need and expect for "organic" models, and totally different one for an architectural building.

The Reality Capture API provides you only with raw Hi-Res results, avoiding "opionated" optimizations. This should be considered just as a step in automation pipeline. Another step, would be, upon receiving, to automatically optimize the resulted mesh based on set of settings you need.

One of these steps could be Design Automation for 3ds Max, where you feed a model and using the ProOptimizer Modifier within 3ds Max, you output the mesh with needed detail. A sample of this step, can be found here: https://forge-showroom.autodesk.io/post/prooptimizer.

There are also numerous opensource solutions which should help you cover this post-processing step.

Upvotes: 0

Related Questions