drive_glyphs

The drive_glyph module provides a way to move any object (glyph or object from Read_DXF, etc.) along multiple paths to create a "driving" animation.

Module Input Ports

drive_glyphs has three input ports.

Data passed to the first port is the paths to follow (normally from read_lines).

The second port accepts the glyph or vehicle to drive, usually read in with the read glyph module.

The third port is a float parameter for the position of the glyphs.

Module Output Ports

drive_glyph has three output ports.

The leftmost output port is a float parameter for the position of the glyphs along the input paths.

The center port is the animated glyphs.

The right output port is the animated glyphs in a renderable form for the viewer.