Workspace 6.21.5
|
Creates a SphereGlypher; a glypher that places spheres on each node of a MeshModel. The parameters of each sphere are gathered from the state data of each node (or default values if no valid state data exists).
Inputs: | |||
---|---|---|---|
Enabled | bool | ||
Interval | int | If greater than one, only every Xth glyph is drawn. Used to reduce overdraw for large models. | |
Interval state name | QString | (optional) The name of the model state containing interval data. | |
Sphere type | CSIRO::Rendering::SphereGlypher::SphereType | The algorithm to use to generate the spheres. | |
Subdivisions | int | ||
Radius state name | QString | ||
Use scale as radius | bool | If enabled, each sphere's radius will be the value specified in the Scale input. | |
Scale | double | ||
Orientation state name | QString | ||
Orientation state enabled | bool | ||
Outputs: | |||
Glypher | CSIRO::Rendering::SphereGlypher |