Skip to content

How to Texturize? #12

@makakken

Description

@makakken

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 ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions