- lightFalloff(float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would set a light falloff for point, spot and ambient light sources for this graphics context but ignores
it in this case as this will be handled by the parent sketch.
- lights() - Method in class org.gicentre.handy.HandyRecorder
-
Would set the default 3d lighting for this graphics context but ignores it in this case as this will
be handled by the parent sketch.
- lightSpecular(float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Would set a specular colour for light sources in this graphics context but ignores
it in this case as this will be handled by the parent sketch.
- line(float, float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Draws a 2D line between the given coordinate pairs.
- line(float, float, float, float, float, float) - Method in class org.gicentre.handy.HandyRecorder
-
Draws a 3D line between the given coordinate triplets.
- line(float, float, float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Draws a 2D line between the given coordinate pairs.
- line(float, float, float, float, float, float) - Method in class org.gicentre.handy.HandyRenderer
-
Draws a 3D line between the given coordinate triplets.