Workspace 6.21.5
|
Creates a new SquareGlypher; a glypher that places billboarded squares at each node in a mesh. This glypher is very useful for creating particle effects, or for attaching symbols / decals to nodes.
Inputs: | |||
---|---|---|---|
Enabled | bool | ||
Interval | int | If greater than one, only every Xth glyph is drawn. | |
Interval state name | QString | ||
Scale | double | ||
Use scale as size | bool | Override the state data on each node and use the value specified by the Scale input as the size for all glyphs. | |
Node mapper | CSIRO::Mesh::NodeMapper | NodeMapper used to determine the scale of each glyph. | |
Outputs: | |||
Glypher | CSIRO::Rendering::SquareGlypher |