Back

 

SYNOPSIS

mesh [ rows columns | rows columns jitter ]

DESCRIPTION

A jittery grid.

The options are as follows:

rows columns Sets the main attibutes of the grid.
rows columns jitter valid jitter values are from 1-25

EXAMPLES

mesh  10 10 5

mesh

The first example gives 10 rows, 10 columns and a jitter value of 5, which is used to control the extent of the random movements. The default values are 3 rows, 3 columns and jitter 12.

ORIGIN

Mesh was developed for DraWarD (1996) and adapted for Lexicon in 2002.


AUTHOR

Andy Deck

LINK

artcontext.org

SOURCE CODE

mesh.java

 

© GNU Public License v.2

SEE ALSO

DraWarD (1996)

BUGS

Please report bugs.

Back