- camera() - Method in class org.gicentre.handy.HandyRecorder
-
Would allow the default 3d camera position to be set but ignored here as this will be handled by the parent sketch.
- copyGraphics(PGraphics, PGraphics) - Static method in class org.gicentre.handy.HandyRenderer
-
Copies the settings from one graphics context to another.
- createColouredPencil(PApplet) - Static method in class org.gicentre.handy.HandyPresets
-
Creates a renderer that draws in a coloured pencil sketch style.
- createMarker(PApplet) - Static method in class org.gicentre.handy.HandyPresets
-
Creates a renderer that draws in a felt-tip marker ('Sharpie') style.
- createPencil(PApplet) - Static method in class org.gicentre.handy.HandyPresets
-
Creates a renderer that draws in a pencil sketch style.
- createWaterAndInk(PApplet) - Static method in class org.gicentre.handy.HandyPresets
-
Creates a renderer that draws in a watercolour and ink style.
- curveVertex(float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Adds a 2d vertex to a shape or line that has curved edges.
- curveVertex(float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Adds a 3d vertex to a shape or line that has curved edges.
- curveVertex(float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Adds a 2d vertex to a shape or line that has curved edges.
- curveVertex(float, float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Adds a 3d vertex to a shape or line that has curved edges.