opensubdiv

Open-source subdivision surface library for high-quality mesh processing

brewmacoslinux
Try with needOr install directly
Source

About

Open-source subdivision surface library

Commands

opensubdiv

Examples

Display help information about OpenSubdiv$ opensubdiv --help
Process a mesh file with subdivision surface algorithms$ opensubdiv input_mesh.obj output_mesh.obj
Apply Catmull-Clark subdivision with specified iteration levels$ opensubdiv -s catmullclark -l 3 input.obj output.obj