- beginCamera() - Method in class org.gicentre.handy.HandyRecorder
-
Would start 3d camera position definition but ignored here as this will be handled by the parent sketch.
- beginShape() - Method in class org.gicentre.handy.HandyRecorder
-
Starts a new shape of type POLYGON
.
- beginShape(int) - Method in class org.gicentre.handy.HandyRecorder
-
Starts a new shape of the type specified in the mode parameter.
- beginShape() - Method in class org.gicentre.handy.HandyRenderer
-
Starts a new shape of type POLYGON
.
- beginShape(int) - Method in class org.gicentre.handy.HandyRenderer
-
Starts a new shape of the type specified in the mode parameter.
- blendMode(int) - Method in class org.gicentre.handy.HandyRecorder
-
Would set the blend mode for this graphics context but ignores it in this case as this will
be handled by the parent sketch.
- box(float) - Method in class org.gicentre.handy.HandyRecorder
-
Draws 3D cube with the given unit dimension.
- box(float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Draws 3D box with the given dimensions.
- box(float) - Method in class org.gicentre.handy.HandyRenderer
-
Draws 3D cube with the given unit dimension.
- box(float, float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Draws 3D box with the given dimensions.