Sorry, haven't found a support forum... How to texturize a RShape?
PImage tex;
shape = new RShape();
shape.addMoveTo(-_w/2,-_h/2);
shape.addLineTo(_w/2,-_h/2);
shape.addLineTo(0+hjitter,_h/2);
shape.addClose();
Haven't got the texture command to work ;)
Sorry, haven't found a support forum... How to texturize a RShape?
Haven't got the texture command to work ;)