From fc3d4c71aca16ed8937ad90bc2e71a2dcbe6b6ea Mon Sep 17 00:00:00 2001 From: codeanticode Date: Tue, 8 Mar 2011 01:02:57 +0000 Subject: [PATCH] Updated comments in Earth example --- java/libraries/opengl2/examples/Earth/Earth.pde | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.