Updated comments in Earth example

This commit is contained in:
codeanticode
2011-03-08 01:02:57 +00:00
parent 787da7e365
commit fc3d4c71ac

View File

@@ -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.