repeating a shape

Mr. Tunes's icon

i'm trying to learn how to make a basic shape, like a square, and then repeat it around the window. kind of like a 'tiling' effect.

Rob Ramirez's icon

check out jit.gl.gridshape with jit.gl.multiple.

if you don't want to use opengl, then check out jit.mgraphcis

Mr. Tunes's icon

thank you, this looks good, except that gl.multiple seems tricky to use by the help file.