These plug-ins provide mesh filters. Unless otherwise noted, they take a triangular mesh as input, process it and hand it to the next filter in the pipeline.
This plug-in provides a filter to scale triangulat meshes by a given strategy. Supported parameters are:
Name | Type | Default | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
anisoscale | streamable | [[1,1,1]] | Ansiotropic scaling parameter. | ||||||||||
box-end | streamable | [[256,256,256]] | Box end for fitbox scaling. | ||||||||||
box-start | streamable | [[0,0,0]] | Box start for fitbox scaling. | ||||||||||
isoscale | streamable | 1 | Isotropic scaling parameter. | ||||||||||
shift | streamable | [[0,0,0]] | Shift mesh after scaling. | ||||||||||
strategy | dict | iso-linear |
|
This filter sorts the vertices of a mesh according to the given direction. Specifically, the dot product between the given direction and the vertices will be ordered ascending. Supported parameters are:
Name | Type | Default | Description |
---|---|---|---|
dir | streamable | [[0,0,1]] | Sorting direction, |