diff --git a/java/libraries/opengl2/examples/Earth/Earth.pde b/java/libraries/opengl2/examples/Earth/Earth.pde index 9d4827eea..1c9929865 100644 --- a/java/libraries/opengl2/examples/Earth/Earth.pde +++ b/java/libraries/opengl2/examples/Earth/Earth.pde @@ -1,9 +1,9 @@ // Earth // by Mike 'Flux' Chang (cleaned up by Aaron Koblin). // Based on code by Toxi. -// Android port by Andres Colubri +// OPENGL2 port by Andres Colubri // -// This example shows the shape recording functionality in A3D, +// This example shows the shape recording functionality in OPENGL2, // where an entire geometry drawn with the regular API can be // stored in a PShape3D object for later use. This greatly // improves the performance of the application.